Interface SuggestTrialsMetadataOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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 Detail

      • hasGenericMetadata

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

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

        GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
         Operation metadata for suggesting Trials.
         
        .google.cloud.aiplatform.v1beta1.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.