Class: Google::Cloud::AIPlatform::V1::SuggestTrialsMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/vizier_service.rb

Overview

Details of operations that perform Trials suggestion.

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns 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.



197
198
199
200
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 197

class SuggestTrialsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#generic_metadata::Google::Cloud::AIPlatform::V1::GenericOperationMetadata

Returns Operation metadata for suggesting Trials.

Returns:



197
198
199
200
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 197

class SuggestTrialsMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end