Class BatchImportModelEvaluationSlicesResponse (3.14.0)

public final class BatchImportModelEvaluationSlicesResponse extends GeneratedMessageV3 implements BatchImportModelEvaluationSlicesResponseOrBuilder

Response message for ModelService.BatchImportModelEvaluationSlices

Protobuf type google.cloud.aiplatform.v1.BatchImportModelEvaluationSlicesResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchImportModelEvaluationSlicesResponse

Static Fields

IMPORTED_MODEL_EVALUATION_SLICES_FIELD_NUMBER

public static final int IMPORTED_MODEL_EVALUATION_SLICES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchImportModelEvaluationSlicesResponse getDefaultInstance()

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BatchImportModelEvaluationSlicesResponse.Builder newBuilder()

newBuilder(BatchImportModelEvaluationSlicesResponse prototype)

public static BatchImportModelEvaluationSlicesResponse.Builder newBuilder(BatchImportModelEvaluationSlicesResponse prototype)
Parameter
NameDescription
prototypeBatchImportModelEvaluationSlicesResponse

parseDelimitedFrom(InputStream input)

public static BatchImportModelEvaluationSlicesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchImportModelEvaluationSlicesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchImportModelEvaluationSlicesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchImportModelEvaluationSlicesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchImportModelEvaluationSlicesResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchImportModelEvaluationSlicesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchImportModelEvaluationSlicesResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchImportModelEvaluationSlicesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchImportModelEvaluationSlicesResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchImportModelEvaluationSlicesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchImportModelEvaluationSlicesResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchImportModelEvaluationSlicesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchImportModelEvaluationSlicesResponse> parser()

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public BatchImportModelEvaluationSlicesResponse getDefaultInstanceForType()

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ProtocolStringList

A list containing the importedModelEvaluationSlices.

getParserForType()

public Parser<BatchImportModelEvaluationSlicesResponse> getParserForType()
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BatchImportModelEvaluationSlicesResponse.Builder newBuilderForType()

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchImportModelEvaluationSlicesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BatchImportModelEvaluationSlicesResponse.Builder toBuilder()

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException