public interface CheckTrialEarlyStoppingStateMetatdataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGenericMetadata()
public abstract GenericOperationMetadata getGenericMetadata()Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Type | Description |
| GenericOperationMetadata | The genericMetadata. |
getGenericMetadataOrBuilder()
public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Type | Description |
| GenericOperationMetadataOrBuilder |
getStudy()
public abstract String getStudy()The name of the Study that the Trial belongs to.
string study = 2;
| Type | Description |
| String | The study. |
getStudyBytes()
public abstract ByteString getStudyBytes()The name of the Study that the Trial belongs to.
string study = 2;
| Type | Description |
| ByteString | The bytes for study. |
getTrial()
public abstract String getTrial()The Trial name.
string trial = 3;
| Type | Description |
| String | The trial. |
getTrialBytes()
public abstract ByteString getTrialBytes()The Trial name.
string trial = 3;
| Type | Description |
| ByteString | The bytes for trial. |
hasGenericMetadata()
public abstract boolean hasGenericMetadata()Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Type | Description |
| boolean | Whether the genericMetadata field is set. |