Interface BatchImportEvaluatedAnnotationsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BatchImportEvaluatedAnnotationsRequest, BatchImportEvaluatedAnnotationsRequest.Builder

@Generated public interface BatchImportEvaluatedAnnotationsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getParent

      String getParent()
       Required. The name of the parent ModelEvaluationSlice resource.
       Format:
       `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The name of the parent ModelEvaluationSlice resource.
       Format:
       `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • getEvaluatedAnnotationsList

      List<EvaluatedAnnotation> getEvaluatedAnnotationsList()
       Required. Evaluated annotations resource to be imported.
       
      repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getEvaluatedAnnotations

      EvaluatedAnnotation getEvaluatedAnnotations(int index)
       Required. Evaluated annotations resource to be imported.
       
      repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getEvaluatedAnnotationsCount

      int getEvaluatedAnnotationsCount()
       Required. Evaluated annotations resource to be imported.
       
      repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getEvaluatedAnnotationsOrBuilderList

      List<? extends EvaluatedAnnotationOrBuilder> getEvaluatedAnnotationsOrBuilderList()
       Required. Evaluated annotations resource to be imported.
       
      repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
    • getEvaluatedAnnotationsOrBuilder

      EvaluatedAnnotationOrBuilder getEvaluatedAnnotationsOrBuilder(int index)
       Required. Evaluated annotations resource to be imported.
       
      repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];