Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SuggestTrialsMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Details of operations that perform Trials suggestion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SuggestTrialsMetadata

Returns a new instance of GoogleCloudAiplatformV1beta1SuggestTrialsMetadata.



32363
32364
32365
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32363

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#client_idString

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. Corresponds to the JSON property clientId

Returns:

  • (String)


32356
32357
32358
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32356

def client_id
  @client_id
end

#generic_metadataGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata

Generic Metadata shared by all operations. Corresponds to the JSON property genericMetadata



32361
32362
32363
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32361

def 
  @generic_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32368
32369
32370
32371
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32368

def update!(**args)
  @client_id = args[:client_id] if args.key?(:client_id)
  @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata)
end