public static final class ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder extends GeneratedMessage.Builder<ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder> implements ModelMonitoringJobExecutionDetail.ProcessedDatasetOrBuilderProcessed dataset information.
Protobuf type
google.cloud.aiplatform.v1beta1.ModelMonitoringJobExecutionDetail.ProcessedDataset
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ModelMonitoringJobExecutionDetail.ProcessedDataset.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ModelMonitoringJobExecutionDetail.ProcessedDataset build()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset |
|
buildPartial()
public ModelMonitoringJobExecutionDetail.ProcessedDataset buildPartial()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset |
|
clear()
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder clear()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
|
clearLocation()
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder clearLocation()Actual data location of the processed dataset.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
This builder for chaining. |
clearTimeRange()
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder clearTimeRange()Dataset time range information if any.
.google.type.Interval time_range = 2;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
|
getDefaultInstanceForType()
public ModelMonitoringJobExecutionDetail.ProcessedDataset getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLocation()
public String getLocation()Actual data location of the processed dataset.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public ByteString getLocationBytes()Actual data location of the processed dataset.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getTimeRange()
public Interval getTimeRange()Dataset time range information if any.
.google.type.Interval time_range = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Interval |
The timeRange. |
getTimeRangeBuilder()
public Interval.Builder getTimeRangeBuilder()Dataset time range information if any.
.google.type.Interval time_range = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Interval.Builder |
|
getTimeRangeOrBuilder()
public IntervalOrBuilder getTimeRangeOrBuilder()Dataset time range information if any.
.google.type.Interval time_range = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.IntervalOrBuilder |
|
hasTimeRange()
public boolean hasTimeRange()Dataset time range information if any.
.google.type.Interval time_range = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeRange field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ModelMonitoringJobExecutionDetail.ProcessedDataset other)
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder mergeFrom(ModelMonitoringJobExecutionDetail.ProcessedDataset other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitoringJobExecutionDetail.ProcessedDataset |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
|
mergeTimeRange(Interval value)
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder mergeTimeRange(Interval value)Dataset time range information if any.
.google.type.Interval time_range = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.Interval |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
|
setLocation(String value)
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder setLocation(String value)Actual data location of the processed dataset.
string location = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe location to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
This builder for chaining. |
setLocationBytes(ByteString value)
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder setLocationBytes(ByteString value)Actual data location of the processed dataset.
string location = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for location to set. |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
This builder for chaining. |
setTimeRange(Interval value)
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder setTimeRange(Interval value)Dataset time range information if any.
.google.type.Interval time_range = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.Interval |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
|
setTimeRange(Interval.Builder builderForValue)
public ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder setTimeRange(Interval.Builder builderForValue)Dataset time range information if any.
.google.type.Interval time_range = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.type.Interval.Builder |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder |
|