public static final class SuggestTrialsMetadata.Builder extends GeneratedMessage.Builder<SuggestTrialsMetadata.Builder> implements SuggestTrialsMetadataOrBuilderDetails of operations that perform Trials suggestion.
Protobuf type google.cloud.aiplatform.v1.SuggestTrialsMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SuggestTrialsMetadata.BuilderImplements
SuggestTrialsMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SuggestTrialsMetadata build()| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata |
|
buildPartial()
public SuggestTrialsMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata |
|
clear()
public SuggestTrialsMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata.Builder |
|
clearClientId()
public SuggestTrialsMetadata.Builder clearClientId()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 |
SuggestTrialsMetadata.Builder |
This builder for chaining. |
clearGenericMetadata()
public SuggestTrialsMetadata.Builder clearGenericMetadata()Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata.Builder |
|
getClientId()
public 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 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. |
getDefaultInstanceForType()
public SuggestTrialsMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGenericMetadata()
public GenericOperationMetadata getGenericMetadata()Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata |
The genericMetadata. |
getGenericMetadataBuilder()
public GenericOperationMetadata.Builder getGenericMetadataBuilder()Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadata.Builder |
|
getGenericMetadataOrBuilder()
public GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
GenericOperationMetadataOrBuilder |
|
hasGenericMetadata()
public 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SuggestTrialsMetadata other)
public SuggestTrialsMetadata.Builder mergeFrom(SuggestTrialsMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
SuggestTrialsMetadata |
| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SuggestTrialsMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SuggestTrialsMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata.Builder |
|
mergeGenericMetadata(GenericOperationMetadata value)
public SuggestTrialsMetadata.Builder mergeGenericMetadata(GenericOperationMetadata value)Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
GenericOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata.Builder |
|
setClientId(String value)
public SuggestTrialsMetadata.Builder setClientId(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe clientId to set. |
| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata.Builder |
This builder for chaining. |
setClientIdBytes(ByteString value)
public SuggestTrialsMetadata.Builder setClientIdBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for clientId to set. |
| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata.Builder |
This builder for chaining. |
setGenericMetadata(GenericOperationMetadata value)
public SuggestTrialsMetadata.Builder setGenericMetadata(GenericOperationMetadata value)Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
GenericOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata.Builder |
|
setGenericMetadata(GenericOperationMetadata.Builder builderForValue)
public SuggestTrialsMetadata.Builder setGenericMetadata(GenericOperationMetadata.Builder builderForValue)Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GenericOperationMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
SuggestTrialsMetadata.Builder |
|