public interface BatchImportEvaluatedAnnotationsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEvaluatedAnnotations(int index)
public abstract EvaluatedAnnotation getEvaluatedAnnotations(int index)
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EvaluatedAnnotation |
getEvaluatedAnnotationsCount()
public abstract int getEvaluatedAnnotationsCount()
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getEvaluatedAnnotationsList()
public abstract List<EvaluatedAnnotation> getEvaluatedAnnotationsList()
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<EvaluatedAnnotation> |
getEvaluatedAnnotationsOrBuilder(int index)
public abstract EvaluatedAnnotationOrBuilder getEvaluatedAnnotationsOrBuilder(int index)
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
EvaluatedAnnotationOrBuilder |
getEvaluatedAnnotationsOrBuilderList()
public abstract List<? extends EvaluatedAnnotationOrBuilder> getEvaluatedAnnotationsOrBuilderList()
Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |