Google Cloud Ai Platform V1 Client - Class NasJobSpec (0.22.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class NasJobSpec.

Represents the spec of a NasJob.

Generated from protobuf message google.cloud.aiplatform.v1.NasJobSpec

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ multi_trial_algorithm_spec Google\Cloud\AIPlatform\V1\NasJobSpec\MultiTrialAlgorithmSpec

The spec of multi-trial algorithms.

↳ resume_nas_job_id 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 string

It defines the search space for Neural Architecture Search (NAS).

getMultiTrialAlgorithmSpec

The spec of multi-trial algorithms.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\NasJobSpec\MultiTrialAlgorithmSpec|null

hasMultiTrialAlgorithmSpec

setMultiTrialAlgorithmSpec

The spec of multi-trial algorithms.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\NasJobSpec\MultiTrialAlgorithmSpec
Returns
TypeDescription
$this

getResumeNasJobId

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
TypeDescription
string

setResumeNasJobId

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSearchSpaceSpec

It defines the search space for Neural Architecture Search (NAS).

Returns
TypeDescription
string

setSearchSpaceSpec

It defines the search space for Neural Architecture Search (NAS).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNasAlgorithmSpec

Returns
TypeDescription
string