public interface BatchImportEvaluatedAnnotationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EvaluatedAnnotation |
getEvaluatedAnnotations(int index)
Required.
|
int |
getEvaluatedAnnotationsCount()
Required.
|
List<EvaluatedAnnotation> |
getEvaluatedAnnotationsList()
Required.
|
EvaluatedAnnotationOrBuilder |
getEvaluatedAnnotationsOrBuilder(int index)
Required.
|
List<? extends EvaluatedAnnotationOrBuilder> |
getEvaluatedAnnotationsOrBuilderList()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
List<EvaluatedAnnotation> getEvaluatedAnnotationsList()
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
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];
int getEvaluatedAnnotationsCount()
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.