public interface SuggestTrialsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
The time at which operation processing completed.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time at which operation processing completed.
|
com.google.protobuf.Timestamp |
getStartTime()
The time at which the operation was started.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which the operation was started.
|
Study.State |
getStudyState()
The state of the Study.
|
int |
getStudyStateValue()
The state of the Study.
|
Trial |
getTrials(int index)
A list of Trials.
|
int |
getTrialsCount()
A list of Trials.
|
List<Trial> |
getTrialsList()
A list of Trials.
|
TrialOrBuilder |
getTrialsOrBuilder(int index)
A list of Trials.
|
List<? extends TrialOrBuilder> |
getTrialsOrBuilderList()
A list of Trials.
|
boolean |
hasEndTime()
The time at which operation processing completed.
|
boolean |
hasStartTime()
The time at which the operation was started.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Trial> getTrialsList()
A list of Trials.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;Trial getTrials(int index)
A list of Trials.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;int getTrialsCount()
A list of Trials.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;List<? extends TrialOrBuilder> getTrialsOrBuilderList()
A list of Trials.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;TrialOrBuilder getTrialsOrBuilder(int index)
A list of Trials.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;int getStudyStateValue()
The state of the Study.
.google.cloud.aiplatform.v1beta1.Study.State study_state = 2;Study.State getStudyState()
The state of the Study.
.google.cloud.aiplatform.v1beta1.Study.State study_state = 2;boolean hasStartTime()
The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.Timestamp getStartTime()
The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;boolean hasEndTime()
The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;com.google.protobuf.Timestamp getEndTime()
The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;Copyright © 2024 Google LLC. All rights reserved.