Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::NasJobSpec (v0.22.0)

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

Represents the spec of a NasJob.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#multi_trial_algorithm_spec

def multi_trial_algorithm_spec() -> ::Google::Cloud::AIPlatform::V1::NasJobSpec::MultiTrialAlgorithmSpec
Returns

#multi_trial_algorithm_spec=

def multi_trial_algorithm_spec=(value) -> ::Google::Cloud::AIPlatform::V1::NasJobSpec::MultiTrialAlgorithmSpec
Parameter
Returns

#resume_nas_job_id

def resume_nas_job_id() -> ::String
Returns
  • (::String) — The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.

#resume_nas_job_id=

def resume_nas_job_id=(value) -> ::String
Parameter
  • value (::String) — The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.
Returns
  • (::String) — The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.

#search_space_spec

def search_space_spec() -> ::String
Returns
  • (::String) — It defines the search space for Neural Architecture Search (NAS).

#search_space_spec=

def search_space_spec=(value) -> ::String
Parameter
  • value (::String) — It defines the search space for Neural Architecture Search (NAS).
Returns
  • (::String) — It defines the search space for Neural Architecture Search (NAS).