Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::SuggestTrialsMetadata (v0.8.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::SuggestTrialsMetadata.

Details of operations that perform Trials suggestion.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#client_id

def client_id() -> ::String
Returns
  • (::String) — 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.

#client_id=

def client_id=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#generic_metadata

def generic_metadata() -> ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns

#generic_metadata=

def generic_metadata=(value) -> ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Parameter
Returns