public static final class BatchImportEvaluatedAnnotationsRequest.Builder extends GeneratedMessage.Builder<BatchImportEvaluatedAnnotationsRequest.Builder> implements BatchImportEvaluatedAnnotationsRequestOrBuilderRequest message for ModelService.BatchImportEvaluatedAnnotations
Protobuf type google.cloud.aiplatform.v1beta1.BatchImportEvaluatedAnnotationsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BatchImportEvaluatedAnnotationsRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllEvaluatedAnnotations(Iterable<? extends EvaluatedAnnotation> values)
public BatchImportEvaluatedAnnotationsRequest.Builder addAllEvaluatedAnnotations(Iterable<? extends EvaluatedAnnotation> values)Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.EvaluatedAnnotation> |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
addEvaluatedAnnotations(EvaluatedAnnotation value)
public BatchImportEvaluatedAnnotationsRequest.Builder addEvaluatedAnnotations(EvaluatedAnnotation value)Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
EvaluatedAnnotation |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
addEvaluatedAnnotations(EvaluatedAnnotation.Builder builderForValue)
public BatchImportEvaluatedAnnotationsRequest.Builder addEvaluatedAnnotations(EvaluatedAnnotation.Builder builderForValue)Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
EvaluatedAnnotation.Builder |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
addEvaluatedAnnotations(int index, EvaluatedAnnotation value)
public BatchImportEvaluatedAnnotationsRequest.Builder addEvaluatedAnnotations(int index, EvaluatedAnnotation value)Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
EvaluatedAnnotation |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
addEvaluatedAnnotations(int index, EvaluatedAnnotation.Builder builderForValue)
public BatchImportEvaluatedAnnotationsRequest.Builder addEvaluatedAnnotations(int index, EvaluatedAnnotation.Builder builderForValue)Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
EvaluatedAnnotation.Builder |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
addEvaluatedAnnotationsBuilder()
public EvaluatedAnnotation.Builder addEvaluatedAnnotationsBuilder()Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EvaluatedAnnotation.Builder |
|
addEvaluatedAnnotationsBuilder(int index)
public EvaluatedAnnotation.Builder addEvaluatedAnnotationsBuilder(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.Builder |
|
build()
public BatchImportEvaluatedAnnotationsRequest build()| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest |
|
buildPartial()
public BatchImportEvaluatedAnnotationsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest |
|
clear()
public BatchImportEvaluatedAnnotationsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
clearEvaluatedAnnotations()
public BatchImportEvaluatedAnnotationsRequest.Builder clearEvaluatedAnnotations()Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
clearParent()
public BatchImportEvaluatedAnnotationsRequest.Builder clearParent() 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 |
BatchImportEvaluatedAnnotationsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public BatchImportEvaluatedAnnotationsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEvaluatedAnnotations(int index)
public 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 |
|
getEvaluatedAnnotationsBuilder(int index)
public EvaluatedAnnotation.Builder getEvaluatedAnnotationsBuilder(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.Builder |
|
getEvaluatedAnnotationsBuilderList()
public List<EvaluatedAnnotation.Builder> getEvaluatedAnnotationsBuilderList()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<Builder> |
|
getEvaluatedAnnotationsCount()
public 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BatchImportEvaluatedAnnotationsRequest other)
public BatchImportEvaluatedAnnotationsRequest.Builder mergeFrom(BatchImportEvaluatedAnnotationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchImportEvaluatedAnnotationsRequest |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchImportEvaluatedAnnotationsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BatchImportEvaluatedAnnotationsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
removeEvaluatedAnnotations(int index)
public BatchImportEvaluatedAnnotationsRequest.Builder removeEvaluatedAnnotations(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 |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
setEvaluatedAnnotations(int index, EvaluatedAnnotation value)
public BatchImportEvaluatedAnnotationsRequest.Builder setEvaluatedAnnotations(int index, EvaluatedAnnotation value)Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
EvaluatedAnnotation |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
setEvaluatedAnnotations(int index, EvaluatedAnnotation.Builder builderForValue)
public BatchImportEvaluatedAnnotationsRequest.Builder setEvaluatedAnnotations(int index, EvaluatedAnnotation.Builder builderForValue)Required. Evaluated annotations resource to be imported.
repeated .google.cloud.aiplatform.v1beta1.EvaluatedAnnotation evaluated_annotations = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
EvaluatedAnnotation.Builder |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
|
setParent(String value)
public BatchImportEvaluatedAnnotationsRequest.Builder setParent(String value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public BatchImportEvaluatedAnnotationsRequest.Builder setParentBytes(ByteString value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
BatchImportEvaluatedAnnotationsRequest.Builder |
This builder for chaining. |