public static final class BatchImportModelEvaluationSlicesResponse.Builder extends GeneratedMessage.Builder<BatchImportModelEvaluationSlicesResponse.Builder> implements BatchImportModelEvaluationSlicesResponseOrBuilderResponse message for ModelService.BatchImportModelEvaluationSlices
Protobuf type google.cloud.aiplatform.v1.BatchImportModelEvaluationSlicesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BatchImportModelEvaluationSlicesResponse.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllImportedModelEvaluationSlices(Iterable<String> values)
public BatchImportModelEvaluationSlicesResponse.Builder addAllImportedModelEvaluationSlices(Iterable<String> values)Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The importedModelEvaluationSlices to add. |
| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse.Builder |
This builder for chaining. |
addImportedModelEvaluationSlices(String value)
public BatchImportModelEvaluationSlicesResponse.Builder addImportedModelEvaluationSlices(String value)Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe importedModelEvaluationSlices to add. |
| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse.Builder |
This builder for chaining. |
addImportedModelEvaluationSlicesBytes(ByteString value)
public BatchImportModelEvaluationSlicesResponse.Builder addImportedModelEvaluationSlicesBytes(ByteString value)Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the importedModelEvaluationSlices to add. |
| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse.Builder |
This builder for chaining. |
build()
public BatchImportModelEvaluationSlicesResponse build()| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse |
|
buildPartial()
public BatchImportModelEvaluationSlicesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse |
|
clear()
public BatchImportModelEvaluationSlicesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse.Builder |
|
clearImportedModelEvaluationSlices()
public BatchImportModelEvaluationSlicesResponse.Builder clearImportedModelEvaluationSlices()Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public BatchImportModelEvaluationSlicesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getImportedModelEvaluationSlices(int index)
public String getImportedModelEvaluationSlices(int index)Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The importedModelEvaluationSlices at the given index. |
getImportedModelEvaluationSlicesBytes(int index)
public ByteString getImportedModelEvaluationSlicesBytes(int index)Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the importedModelEvaluationSlices at the given index. |
getImportedModelEvaluationSlicesCount()
public int getImportedModelEvaluationSlicesCount()Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of importedModelEvaluationSlices. |
getImportedModelEvaluationSlicesList()
public ProtocolStringList getImportedModelEvaluationSlicesList()Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the importedModelEvaluationSlices. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BatchImportModelEvaluationSlicesResponse other)
public BatchImportModelEvaluationSlicesResponse.Builder mergeFrom(BatchImportModelEvaluationSlicesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchImportModelEvaluationSlicesResponse |
| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchImportModelEvaluationSlicesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BatchImportModelEvaluationSlicesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse.Builder |
|
setImportedModelEvaluationSlices(int index, String value)
public BatchImportModelEvaluationSlicesResponse.Builder setImportedModelEvaluationSlices(int index, String value)Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe importedModelEvaluationSlices to set. |
| Returns | |
|---|---|
| Type | Description |
BatchImportModelEvaluationSlicesResponse.Builder |
This builder for chaining. |