Interface SuggestTrialsMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SuggestTrialsMetadata, SuggestTrialsMetadata.Builder

@Generated public interface SuggestTrialsMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The identifier of the client that is requesting the suggestion.
    com.google.protobuf.ByteString
    The identifier of the client that is requesting the suggestion.
    Operation metadata for suggesting Trials.
    Operation metadata for suggesting Trials.
    boolean
    Operation metadata for suggesting Trials.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasGenericMetadata

      boolean hasGenericMetadata()
       Operation metadata for suggesting Trials.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      Returns:
      Whether the genericMetadata field is set.
    • getGenericMetadata

      GenericOperationMetadata getGenericMetadata()
       Operation metadata for suggesting Trials.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      Returns:
      The genericMetadata.
    • getGenericMetadataOrBuilder

      GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
       Operation metadata for suggesting Trials.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • getClientId

      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:
      The clientId.
    • getClientIdBytes

      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;
      Returns:
      The bytes for clientId.