public final class SuggestTrialsResponse extends GeneratedMessageV3 implements SuggestTrialsResponseOrBuilder
Response message for VizierService.SuggestTrials.
Protobuf type google.cloud.aiplatform.v1.SuggestTrialsResponse
Static Fields
public static final int END_TIME_FIELD_NUMBER
Field Value
public static final int START_TIME_FIELD_NUMBER
Field Value
public static final int STUDY_STATE_FIELD_NUMBER
Field Value
public static final int TRIALS_FIELD_NUMBER
Field Value
Static Methods
public static SuggestTrialsResponse getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static SuggestTrialsResponse.Builder newBuilder()
Returns
public static SuggestTrialsResponse.Builder newBuilder(SuggestTrialsResponse prototype)
Parameter
Returns
public static SuggestTrialsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SuggestTrialsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SuggestTrialsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static SuggestTrialsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SuggestTrialsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static SuggestTrialsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SuggestTrialsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SuggestTrialsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SuggestTrialsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SuggestTrialsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SuggestTrialsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static SuggestTrialsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<SuggestTrialsResponse> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public SuggestTrialsResponse getDefaultInstanceForType()
Returns
public Timestamp getEndTime()
The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;
Returns
public TimestampOrBuilder getEndTimeOrBuilder()
The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;
Returns
public Parser<SuggestTrialsResponse> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public Timestamp getStartTime()
The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;
Returns
public TimestampOrBuilder getStartTimeOrBuilder()
The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;
Returns
public Study.State getStudyState()
The state of the Study.
.google.cloud.aiplatform.v1.Study.State study_state = 2;
Returns
public int getStudyStateValue()
The state of the Study.
.google.cloud.aiplatform.v1.Study.State study_state = 2;
Returns
Type | Description |
int | The enum numeric value on the wire for studyState.
|
public Trial getTrials(int index)
A list of Trials.
repeated .google.cloud.aiplatform.v1.Trial trials = 1;
Parameter
Returns
public int getTrialsCount()
A list of Trials.
repeated .google.cloud.aiplatform.v1.Trial trials = 1;
Returns
public List<Trial> getTrialsList()
A list of Trials.
repeated .google.cloud.aiplatform.v1.Trial trials = 1;
Returns
public TrialOrBuilder getTrialsOrBuilder(int index)
A list of Trials.
repeated .google.cloud.aiplatform.v1.Trial trials = 1;
Parameter
Returns
public List<? extends TrialOrBuilder> getTrialsOrBuilderList()
A list of Trials.
repeated .google.cloud.aiplatform.v1.Trial trials = 1;
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.TrialOrBuilder> | |
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasEndTime()
The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;
Returns
Type | Description |
boolean | Whether the endTime field is set.
|
public boolean hasStartTime()
The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;
Returns
Type | Description |
boolean | Whether the startTime field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public SuggestTrialsResponse.Builder newBuilderForType()
Returns
protected SuggestTrialsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public SuggestTrialsResponse.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions