Class ListModelEvaluationsResponse (3.42.0)

public final class ListModelEvaluationsResponse extends GeneratedMessageV3 implements ListModelEvaluationsResponseOrBuilder

Response message for ModelService.ListModelEvaluations.

Protobuf type google.cloud.aiplatform.v1.ListModelEvaluationsResponse

Static Fields

MODEL_EVALUATIONS_FIELD_NUMBER

public static final int MODEL_EVALUATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListModelEvaluationsResponse getDefaultInstance()
Returns
TypeDescription
ListModelEvaluationsResponse

getDescriptor()

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

newBuilder()

public static ListModelEvaluationsResponse.Builder newBuilder()
Returns
TypeDescription
ListModelEvaluationsResponse.Builder

newBuilder(ListModelEvaluationsResponse prototype)

public static ListModelEvaluationsResponse.Builder newBuilder(ListModelEvaluationsResponse prototype)
Parameter
NameDescription
prototypeListModelEvaluationsResponse
Returns
TypeDescription
ListModelEvaluationsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<ListModelEvaluationsResponse> parser()
Returns
TypeDescription
Parser<ListModelEvaluationsResponse>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListModelEvaluationsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListModelEvaluationsResponse

getModelEvaluations(int index)

public ModelEvaluation getModelEvaluations(int index)

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelEvaluation

getModelEvaluationsCount()

public int getModelEvaluationsCount()

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;

Returns
TypeDescription
int

getModelEvaluationsList()

public List<ModelEvaluation> getModelEvaluationsList()

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;

Returns
TypeDescription
List<ModelEvaluation>

getModelEvaluationsOrBuilder(int index)

public ModelEvaluationOrBuilder getModelEvaluationsOrBuilder(int index)

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelEvaluationOrBuilder

getModelEvaluationsOrBuilderList()

public List<? extends ModelEvaluationOrBuilder> getModelEvaluationsOrBuilderList()

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.ModelEvaluationOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token to retrieve next page of results. Pass to ListModelEvaluationsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve next page of results. Pass to ListModelEvaluationsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListModelEvaluationsResponse> getParserForType()
Returns
TypeDescription
Parser<ListModelEvaluationsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
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 ListModelEvaluationsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListModelEvaluationsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListModelEvaluationsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListModelEvaluationsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ListModelEvaluationsResponse.Builder toBuilder()
Returns
TypeDescription
ListModelEvaluationsResponse.Builder

writeTo(CodedOutputStream output)

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