Class ListOptimalTrialsResponse (3.44.0)

public final class ListOptimalTrialsResponse extends GeneratedMessageV3 implements ListOptimalTrialsResponseOrBuilder

Response message for VizierService.ListOptimalTrials.

Protobuf type google.cloud.aiplatform.v1.ListOptimalTrialsResponse

Static Fields

OPTIMAL_TRIALS_FIELD_NUMBER

public static final int OPTIMAL_TRIALS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListOptimalTrialsResponse getDefaultInstance()
Returns
Type Description
ListOptimalTrialsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListOptimalTrialsResponse.Builder newBuilder()
Returns
Type Description
ListOptimalTrialsResponse.Builder

newBuilder(ListOptimalTrialsResponse prototype)

public static ListOptimalTrialsResponse.Builder newBuilder(ListOptimalTrialsResponse prototype)
Parameter
Name Description
prototype ListOptimalTrialsResponse
Returns
Type Description
ListOptimalTrialsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListOptimalTrialsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListOptimalTrialsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListOptimalTrialsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListOptimalTrialsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListOptimalTrialsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListOptimalTrialsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListOptimalTrialsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListOptimalTrialsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListOptimalTrialsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListOptimalTrialsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListOptimalTrialsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListOptimalTrialsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListOptimalTrialsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListOptimalTrialsResponse> parser()
Returns
Type Description
Parser<ListOptimalTrialsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListOptimalTrialsResponse getDefaultInstanceForType()
Returns
Type Description
ListOptimalTrialsResponse

getOptimalTrials(int index)

public Trial getOptimalTrials(int index)

The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency

repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;

Parameter
Name Description
index int
Returns
Type Description
Trial

getOptimalTrialsCount()

public int getOptimalTrialsCount()

The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency

repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;

Returns
Type Description
int

getOptimalTrialsList()

public List<Trial> getOptimalTrialsList()

The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency

repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;

Returns
Type Description
List<Trial>

getOptimalTrialsOrBuilder(int index)

public TrialOrBuilder getOptimalTrialsOrBuilder(int index)

The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency

repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;

Parameter
Name Description
index int
Returns
Type Description
TrialOrBuilder

getOptimalTrialsOrBuilderList()

public List<? extends TrialOrBuilder> getOptimalTrialsOrBuilderList()

The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency

repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.TrialOrBuilder>

getParserForType()

public Parser<ListOptimalTrialsResponse> getParserForType()
Returns
Type Description
Parser<ListOptimalTrialsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListOptimalTrialsResponse.Builder newBuilderForType()
Returns
Type Description
ListOptimalTrialsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListOptimalTrialsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListOptimalTrialsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListOptimalTrialsResponse.Builder toBuilder()
Returns
Type Description
ListOptimalTrialsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException