Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::NasTrialDetail (v0.21.0)

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

Represents a NasTrial details along with it's parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Output only. Resource name of the NasTrialDetail.

#parameters

def parameters() -> ::String
Returns
  • (::String) — The parameters for the NasJob NasTrial.

#parameters=

def parameters=(value) -> ::String
Parameter
  • value (::String) — The parameters for the NasJob NasTrial.
Returns
  • (::String) — The parameters for the NasJob NasTrial.

#search_trial

def search_trial() -> ::Google::Cloud::AIPlatform::V1::NasTrial
Returns

#search_trial=

def search_trial=(value) -> ::Google::Cloud::AIPlatform::V1::NasTrial
Parameter
Returns

#train_trial

def train_trial() -> ::Google::Cloud::AIPlatform::V1::NasTrial
Returns

#train_trial=

def train_trial=(value) -> ::Google::Cloud::AIPlatform::V1::NasTrial
Parameter
Returns