public interface SuggestTrialsMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClientId()
public abstract String getClientId()
The identifier of the client that is requesting the suggestion.
If multiple SuggestTrialsRequests have the same client_id
,
the service will return the identical suggested Trial if the Trial is
pending, and provide a new Trial if the last suggested Trial was completed.
string client_id = 2;
Returns | |
---|---|
Type | Description |
String |
The clientId. |
getClientIdBytes()
public abstract ByteString getClientIdBytes()
The identifier of the client that is requesting the suggestion.
If multiple SuggestTrialsRequests have the same client_id
,
the service will return the identical suggested Trial if the Trial is
pending, and provide a new Trial if the last suggested Trial was completed.
string client_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for clientId. |
getGenericMetadata()
public abstract GenericOperationMetadata getGenericMetadata()
Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataOrBuilder()
public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
GenericOperationMetadataOrBuilder |
hasGenericMetadata()
public abstract boolean hasGenericMetadata()
Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the genericMetadata field is set. |