Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ListOptimalTrialsResponse (v0.23.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ListOptimalTrialsResponse.

Response message for VizierService.ListOptimalTrials.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#optimal_trials

def optimal_trials() -> ::Array<::Google::Cloud::AIPlatform::V1::Trial>
Returns
  • (::Array<::Google::Cloud::AIPlatform::V1::Trial>) — 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

#optimal_trials=

def optimal_trials=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::Trial>
Parameter
  • value (::Array<::Google::Cloud::AIPlatform::V1::Trial>) — 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
  • (::Array<::Google::Cloud::AIPlatform::V1::Trial>) — 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