Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SuggestTrialsMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SuggestTrialsMetadata
- 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
-
#client_id ⇒ String
The identifier of the client that is requesting the suggestion.
-
#generic_metadata ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata
Generic Metadata shared by all operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SuggestTrialsMetadata
constructor
A new instance of GoogleCloudAiplatformV1beta1SuggestTrialsMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SuggestTrialsMetadata
Returns a new instance of GoogleCloudAiplatformV1beta1SuggestTrialsMetadata.
32951 32952 32953 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32951 def initialize(**args) update!(**args) end |
Instance Attribute Details
#client_id ⇒ 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.
Corresponds to the JSON property clientId
32944 32945 32946 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32944 def client_id @client_id end |
#generic_metadata ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata
Generic Metadata shared by all operations.
Corresponds to the JSON property genericMetadata
32949 32950 32951 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32949 def @generic_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32956 32957 32958 32959 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32956 def update!(**args) @client_id = args[:client_id] if args.key?(:client_id) @generic_metadata = args[:generic_metadata] if args.key?(:generic_metadata) end |