public static final class EvaluateDatasetRun.Builder extends GeneratedMessageV3.Builder<EvaluateDatasetRun.Builder> implements EvaluateDatasetRunOrBuilder
Evaluate Dataset Run Result for Tuning Job.
Protobuf type google.cloud.aiplatform.v1beta1.EvaluateDatasetRun
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public EvaluateDatasetRun.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public EvaluateDatasetRun build()
public EvaluateDatasetRun buildPartial()
public EvaluateDatasetRun.Builder clear()
Overrides
public EvaluateDatasetRun.Builder clearCheckpointId()
Output only. The checkpoint id used in the evaluation run. Only populated
when evaluating checkpoints.
string checkpoint_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public EvaluateDatasetRun.Builder clearError()
Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public EvaluateDatasetRun.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public EvaluateDatasetRun.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public EvaluateDatasetRun.Builder clearOperationName()
Output only. The operation ID of the evaluation run. Format:
projects/{project}/locations/{location}/operations/{operation_id}
.
string operation_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public EvaluateDatasetRun.Builder clone()
Overrides
public String getCheckpointId()
Output only. The checkpoint id used in the evaluation run. Only populated
when evaluating checkpoints.
string checkpoint_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The checkpointId.
|
public ByteString getCheckpointIdBytes()
Output only. The checkpoint id used in the evaluation run. Only populated
when evaluating checkpoints.
string checkpoint_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for checkpointId.
|
public EvaluateDatasetRun getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
com.google.rpc.Status |
The error.
|
public Status.Builder getErrorBuilder()
Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
com.google.rpc.Status.Builder |
|
public StatusOrBuilder getErrorOrBuilder()
Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
com.google.rpc.StatusOrBuilder |
|
public String getOperationName()
Output only. The operation ID of the evaluation run. Format:
projects/{project}/locations/{location}/operations/{operation_id}
.
string operation_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The operationName.
|
public ByteString getOperationNameBytes()
Output only. The operation ID of the evaluation run. Format:
projects/{project}/locations/{location}/operations/{operation_id}
.
string operation_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for operationName.
|
public boolean hasError()
Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the error field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public EvaluateDatasetRun.Builder mergeError(Status value)
Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
com.google.rpc.Status
|
public EvaluateDatasetRun.Builder mergeFrom(EvaluateDatasetRun other)
public EvaluateDatasetRun.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public EvaluateDatasetRun.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final EvaluateDatasetRun.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public EvaluateDatasetRun.Builder setCheckpointId(String value)
Output only. The checkpoint id used in the evaluation run. Only populated
when evaluating checkpoints.
string checkpoint_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
String
The checkpointId to set.
|
public EvaluateDatasetRun.Builder setCheckpointIdBytes(ByteString value)
Output only. The checkpoint id used in the evaluation run. Only populated
when evaluating checkpoints.
string checkpoint_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
ByteString
The bytes for checkpointId to set.
|
public EvaluateDatasetRun.Builder setError(Status value)
Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
com.google.rpc.Status
|
public EvaluateDatasetRun.Builder setError(Status.Builder builderForValue)
Output only. The error of the evaluation run if any.
.google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
builderForValue |
com.google.rpc.Status.Builder
|
public EvaluateDatasetRun.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public EvaluateDatasetRun.Builder setOperationName(String value)
Output only. The operation ID of the evaluation run. Format:
projects/{project}/locations/{location}/operations/{operation_id}
.
string operation_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
String
The operationName to set.
|
public EvaluateDatasetRun.Builder setOperationNameBytes(ByteString value)
Output only. The operation ID of the evaluation run. Format:
projects/{project}/locations/{location}/operations/{operation_id}
.
string operation_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
ByteString
The bytes for operationName to set.
|
public EvaluateDatasetRun.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final EvaluateDatasetRun.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides