Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse
- 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
Response message for VizierService.ListOptimalTrials.
Instance Attribute Summary collapse
-
#optimal_trials ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trial>
The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse
Returns a new instance of GoogleCloudAiplatformV1beta1ListOptimalTrialsResponse.
10372 10373 10374 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 10372 def initialize(**args) update!(**args) end |
Instance Attribute Details
#optimal_trials ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Trial>
The pareto-optimal Trials for multiple objective Study or the optimal trial
for single objective Study. The definition of pareto-optimal can be checked in
wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency
Corresponds to the JSON property optimalTrials
10370 10371 10372 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 10370 def optimal_trials @optimal_trials end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10377 10378 10379 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 10377 def update!(**args) @optimal_trials = args[:optimal_trials] if args.key?(:optimal_trials) end |