Class: Google::Cloud::AIPlatform::V1::ListOptimalTrialsResponse

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

Response message for VizierService.ListOptimalTrials.

Instance Attribute Summary collapse

Instance Attribute Details

#optimal_trials::Array<::Google::Cloud::AIPlatform::V1::Trial>

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

Returns:



383
384
385
386
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 383

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