public interface CheckTrialEarlyStoppingStateMetatdataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGenericMetadata()
Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadata getGenericMetadata()
Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;String getStudy()
The name of the Study that the Trial belongs to.
string study = 2;com.google.protobuf.ByteString getStudyBytes()
The name of the Study that the Trial belongs to.
string study = 2;String getTrial()
The Trial name.
string trial = 3;com.google.protobuf.ByteString getTrialBytes()
The Trial name.
string trial = 3;Copyright © 2024 Google LLC. All rights reserved.