public interface SuggestTrialsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
The identifier of the client that is requesting the suggestion.
|
com.google.protobuf.ByteString |
getClientIdBytes()
The identifier of the client that is requesting the suggestion.
|
GenericOperationMetadata |
getGenericMetadata()
Operation metadata for suggesting Trials.
|
GenericOperationMetadataOrBuilder |
getGenericMetadataOrBuilder()
Operation metadata for suggesting Trials.
|
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.v1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadata getGenericMetadata()
Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
Operation metadata for suggesting Trials.
.google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.