Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ListOptimalTrialsResponse

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

Overview

Response message for VizierService.ListOptimalTrials.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ListOptimalTrialsResponse

Returns a new instance of GoogleCloudAiplatformV1ListOptimalTrialsResponse.



13439
13440
13441
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13439

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

Instance Attribute Details

#optimal_trialsArray<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Trial>

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



13437
13438
13439
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13437

def optimal_trials
  @optimal_trials
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13444
13445
13446
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13444

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