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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
Google\Cloud\AIPlatform\V1\NasJobSpec\MultiTrialAlgorithmSpec|null |
|
hasMultiTrialAlgorithmSpec
setMultiTrialAlgorithmSpec
The spec of multi-trial algorithms.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\AIPlatform\V1\NasJobSpec\MultiTrialAlgorithmSpec
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSearchSpaceSpec
It defines the search space for Neural Architecture Search (NAS).
| Returns | |
|---|---|
| Type | Description |
string |
|
setSearchSpaceSpec
It defines the search space for Neural Architecture Search (NAS).
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNasAlgorithmSpec
| Returns | |
|---|---|
| Type | Description |
string |
|