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
public interface CheckTrialEarlyStoppingStateMetatdataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericOperationMetadatagetGenericMetadata()Operation metadata for suggesting Trials.GenericOperationMetadataOrBuildergetGenericMetadataOrBuilder()Operation metadata for suggesting Trials.StringgetStudy()The name of the Study that the Trial belongs to.com.google.protobuf.ByteStringgetStudyBytes()The name of the Study that the Trial belongs to.StringgetTrial()The Trial name.com.google.protobuf.ByteStringgetTrialBytes()The Trial name.booleanhasGenericMetadata()Operation metadata for suggesting Trials.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-