Interface BatchImportEvaluatedAnnotationsRequestOrBuilder (3.42.0)

public interface BatchImportEvaluatedAnnotationsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluatedAnnotations(int index)

public abstract 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
EvaluatedAnnotation

getEvaluatedAnnotationsCount()

public abstract int getEvaluatedAnnotationsCount()

Required. Evaluated annotations resource to be imported.

repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getEvaluatedAnnotationsList()

public abstract List<EvaluatedAnnotation> getEvaluatedAnnotationsList()

Required. Evaluated annotations resource to be imported.

repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<EvaluatedAnnotation>

getEvaluatedAnnotationsOrBuilder(int index)

public abstract 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
EvaluatedAnnotationOrBuilder

getEvaluatedAnnotationsOrBuilderList()

public abstract 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];

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.EvaluatedAnnotationOrBuilder>

getParent()

public abstract 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
TypeDescription
String

The parent.

getParentBytes()

public abstract 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
TypeDescription
ByteString

The bytes for parent.