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