Package com.google.cloud.aiplatform.v1
Interface CheckTrialEarlyStoppingStateMetatdataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckTrialEarlyStoppingStateMetatdata,CheckTrialEarlyStoppingStateMetatdata.Builder
@Generated
public interface CheckTrialEarlyStoppingStateMetatdataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOperation metadata for suggesting Trials.Operation metadata for suggesting Trials.getStudy()The name of the Study that the Trial belongs to.com.google.protobuf.ByteStringThe name of the Study that the Trial belongs to.getTrial()The Trial name.com.google.protobuf.ByteStringThe Trial name.booleanOperation metadata for suggesting Trials.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
-
hasGenericMetadata
boolean hasGenericMetadata()Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- Whether the genericMetadata field is set.
-
getGenericMetadata
GenericOperationMetadata getGenericMetadata()Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;- Returns:
- The genericMetadata.
-
getGenericMetadataOrBuilder
GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1; -
getStudy
String getStudy()The name of the Study that the Trial belongs to.
string study = 2;- Returns:
- The study.
-
getStudyBytes
com.google.protobuf.ByteString getStudyBytes()The name of the Study that the Trial belongs to.
string study = 2;- Returns:
- The bytes for study.
-
getTrial
String getTrial()The Trial name.
string trial = 3;- Returns:
- The trial.
-
getTrialBytes
com.google.protobuf.ByteString getTrialBytes()The Trial name.
string trial = 3;- Returns:
- The bytes for trial.
-