Package com.google.cloud.aiplatform.v1
Interface SuggestTrialsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SuggestTrialsResponse,SuggestTrialsResponse.Builder
@Generated
public interface SuggestTrialsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe time at which operation processing completed.com.google.protobuf.TimestampOrBuilderThe time at which operation processing completed.com.google.protobuf.TimestampThe time at which the operation was started.com.google.protobuf.TimestampOrBuilderThe time at which the operation was started.The state of the Study.intThe state of the Study.getTrials(int index) A list of Trials.intA list of Trials.A list of Trials.getTrialsOrBuilder(int index) A list of Trials.List<? extends TrialOrBuilder>A list of Trials.booleanThe time at which operation processing completed.booleanThe time at which the operation was started.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTrialsList
A list of Trials.
repeated .google.cloud.aiplatform.v1.Trial trials = 1; -
getTrials
A list of Trials.
repeated .google.cloud.aiplatform.v1.Trial trials = 1; -
getTrialsCount
int getTrialsCount()A list of Trials.
repeated .google.cloud.aiplatform.v1.Trial trials = 1; -
getTrialsOrBuilderList
List<? extends TrialOrBuilder> getTrialsOrBuilderList()A list of Trials.
repeated .google.cloud.aiplatform.v1.Trial trials = 1; -
getTrialsOrBuilder
A list of Trials.
repeated .google.cloud.aiplatform.v1.Trial trials = 1; -
getStudyStateValue
int getStudyStateValue()The state of the Study.
.google.cloud.aiplatform.v1.Study.State study_state = 2;- Returns:
- The enum numeric value on the wire for studyState.
-
getStudyState
Study.State getStudyState()The state of the Study.
.google.cloud.aiplatform.v1.Study.State study_state = 2;- Returns:
- The studyState.
-
hasStartTime
boolean hasStartTime()The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()The time at which the operation was started.
.google.protobuf.Timestamp start_time = 3; -
hasEndTime
boolean hasEndTime()The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()The time at which operation processing completed.
.google.protobuf.Timestamp end_time = 4;
-