Class EvaluateDatasetRun

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.EvaluateDatasetRun
All Implemented Interfaces:
EvaluateDatasetRunOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class EvaluateDatasetRun extends com.google.protobuf.GeneratedMessage implements EvaluateDatasetRunOrBuilder
 Evaluate Dataset Run Result for Tuning Job.
 
Protobuf type google.cloud.aiplatform.v1.EvaluateDatasetRun
See Also:
  • Field Details

    • OPERATION_NAME_FIELD_NUMBER

      public static final int OPERATION_NAME_FIELD_NUMBER
      See Also:
    • EVALUATION_RUN_FIELD_NUMBER

      public static final int EVALUATION_RUN_FIELD_NUMBER
      See Also:
    • CHECKPOINT_ID_FIELD_NUMBER

      public static final int CHECKPOINT_ID_FIELD_NUMBER
      See Also:
    • EVALUATE_DATASET_RESPONSE_FIELD_NUMBER

      public static final int EVALUATE_DATASET_RESPONSE_FIELD_NUMBER
      See Also:
    • ERROR_FIELD_NUMBER

      public static final int ERROR_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getOperationName

      @Deprecated public String getOperationName()
      Deprecated.
      google.cloud.aiplatform.v1.EvaluateDatasetRun.operation_name is deprecated. See google/cloud/aiplatform/v1/tuning_job.proto;l=407
       Output only. Deprecated: The updated architecture uses evaluation_run
       instead.
       
      string operation_name = 1 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getOperationName in interface EvaluateDatasetRunOrBuilder
      Returns:
      The operationName.
    • getOperationNameBytes

      @Deprecated public com.google.protobuf.ByteString getOperationNameBytes()
      Deprecated.
      google.cloud.aiplatform.v1.EvaluateDatasetRun.operation_name is deprecated. See google/cloud/aiplatform/v1/tuning_job.proto;l=407
       Output only. Deprecated: The updated architecture uses evaluation_run
       instead.
       
      string operation_name = 1 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getOperationNameBytes in interface EvaluateDatasetRunOrBuilder
      Returns:
      The bytes for operationName.
    • getEvaluationRun

      public String getEvaluationRun()
       Output only. The resource name of the evaluation run. Format:
       `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}`.
       
      string evaluation_run = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEvaluationRun in interface EvaluateDatasetRunOrBuilder
      Returns:
      The evaluationRun.
    • getEvaluationRunBytes

      public com.google.protobuf.ByteString getEvaluationRunBytes()
       Output only. The resource name of the evaluation run. Format:
       `projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}`.
       
      string evaluation_run = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEvaluationRunBytes in interface EvaluateDatasetRunOrBuilder
      Returns:
      The bytes for evaluationRun.
    • getCheckpointId

      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];
      Specified by:
      getCheckpointId in interface EvaluateDatasetRunOrBuilder
      Returns:
      The checkpointId.
    • getCheckpointIdBytes

      public com.google.protobuf.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];
      Specified by:
      getCheckpointIdBytes in interface EvaluateDatasetRunOrBuilder
      Returns:
      The bytes for checkpointId.
    • hasEvaluateDatasetResponse

      public boolean hasEvaluateDatasetResponse()
       Output only. Results for EvaluationService.
       
      .google.cloud.aiplatform.v1.EvaluateDatasetResponse evaluate_dataset_response = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasEvaluateDatasetResponse in interface EvaluateDatasetRunOrBuilder
      Returns:
      Whether the evaluateDatasetResponse field is set.
    • getEvaluateDatasetResponse

      public EvaluateDatasetResponse getEvaluateDatasetResponse()
       Output only. Results for EvaluationService.
       
      .google.cloud.aiplatform.v1.EvaluateDatasetResponse evaluate_dataset_response = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEvaluateDatasetResponse in interface EvaluateDatasetRunOrBuilder
      Returns:
      The evaluateDatasetResponse.
    • getEvaluateDatasetResponseOrBuilder

      public EvaluateDatasetResponseOrBuilder getEvaluateDatasetResponseOrBuilder()
       Output only. Results for EvaluationService.
       
      .google.cloud.aiplatform.v1.EvaluateDatasetResponse evaluate_dataset_response = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEvaluateDatasetResponseOrBuilder in interface EvaluateDatasetRunOrBuilder
    • hasError

      public boolean hasError()
       Output only. The error of the evaluation run if any.
       
      .google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasError in interface EvaluateDatasetRunOrBuilder
      Returns:
      Whether the error field is set.
    • getError

      public Status getError()
       Output only. The error of the evaluation run if any.
       
      .google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getError in interface EvaluateDatasetRunOrBuilder
      Returns:
      The error.
    • getErrorOrBuilder

      public StatusOrBuilder getErrorOrBuilder()
       Output only. The error of the evaluation run if any.
       
      .google.rpc.Status error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getErrorOrBuilder in interface EvaluateDatasetRunOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static EvaluateDatasetRun parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EvaluateDatasetRun parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EvaluateDatasetRun parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EvaluateDatasetRun parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EvaluateDatasetRun parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EvaluateDatasetRun parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static EvaluateDatasetRun parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static EvaluateDatasetRun parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static EvaluateDatasetRun parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static EvaluateDatasetRun parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static EvaluateDatasetRun parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static EvaluateDatasetRun parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public EvaluateDatasetRun.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static EvaluateDatasetRun.Builder newBuilder()
    • newBuilder

      public static EvaluateDatasetRun.Builder newBuilder(EvaluateDatasetRun prototype)
    • toBuilder

      public EvaluateDatasetRun.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected EvaluateDatasetRun.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static EvaluateDatasetRun getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<EvaluateDatasetRun> parser()
    • getParserForType

      public com.google.protobuf.Parser<EvaluateDatasetRun> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public EvaluateDatasetRun getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder