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 GenericOperationMetadata
getGenericMetadata()
Operation metadata for suggesting Trials.GenericOperationMetadataOrBuilder
getGenericMetadataOrBuilder()
Operation metadata for suggesting Trials.String
getStudy()
The name of the Study that the Trial belongs to.com.google.protobuf.ByteString
getStudyBytes()
The name of the Study that the Trial belongs to.String
getTrial()
The Trial name.com.google.protobuf.ByteString
getTrialBytes()
The Trial name.boolean
hasGenericMetadata()
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.
-
-