Google Cloud Ai Platform V1 Client - Class NasJob (0.24.0)

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

Represents a Neural Architecture Search (NAS) job.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. Resource name of the NasJob.

↳ display_name string

Required. The display name of the NasJob. The name can be up to 128 characters long and can consist of any UTF-8 characters.

↳ nas_job_spec Google\Cloud\AIPlatform\V1\NasJobSpec

Required. The specification of a NasJob.

↳ nas_job_output Google\Cloud\AIPlatform\V1\NasJobOutput

Output only. Output of the NasJob.

↳ state int

Output only. The detailed state of the job.

↳ create_time Google\Protobuf\Timestamp

Output only. Time when the NasJob was created.

↳ start_time Google\Protobuf\Timestamp

Output only. Time when the NasJob for the first time entered the JOB_STATE_RUNNING state.

↳ end_time Google\Protobuf\Timestamp

Output only. Time when the NasJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

↳ update_time Google\Protobuf\Timestamp

Output only. Time when the NasJob was most recently updated.

↳ error Google\Rpc\Status

Output only. Only populated when job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

↳ labels array|Google\Protobuf\Internal\MapField

The labels with user-defined metadata to organize NasJobs. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.

↳ encryption_spec Google\Cloud\AIPlatform\V1\EncryptionSpec

Customer-managed encryption key options for a NasJob. If this is set, then all resources created by the NasJob will be encrypted with the provided encryption key.

↳ enable_restricted_image_training bool

Optional. Enable a separation of Custom model training and restricted image training for tenant project.

getName

Output only. Resource name of the NasJob.

Returns
TypeDescription
string

setName

Output only. Resource name of the NasJob.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

Required. The display name of the NasJob.

The name can be up to 128 characters long and can consist of any UTF-8 characters.

Returns
TypeDescription
string

setDisplayName

Required. The display name of the NasJob.

The name can be up to 128 characters long and can consist of any UTF-8 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNasJobSpec

Required. The specification of a NasJob.

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

hasNasJobSpec

clearNasJobSpec

setNasJobSpec

Required. The specification of a NasJob.

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

getNasJobOutput

Output only. Output of the NasJob.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\NasJobOutput|null

hasNasJobOutput

clearNasJobOutput

setNasJobOutput

Output only. Output of the NasJob.

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

getState

Output only. The detailed state of the job.

Returns
TypeDescription
int

setState

Output only. The detailed state of the job.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getCreateTime

Output only. Time when the NasJob was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Time when the NasJob was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getStartTime

Output only. Time when the NasJob for the first time entered the JOB_STATE_RUNNING state.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Output only. Time when the NasJob for the first time entered the JOB_STATE_RUNNING state.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

Output only. Time when the NasJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. Time when the NasJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. Time when the NasJob was most recently updated.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Time when the NasJob was most recently updated.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getError

Output only. Only populated when job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

Returns
TypeDescription
Google\Rpc\Status|null

hasError

clearError

setError

Output only. Only populated when job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

Parameter
NameDescription
var Google\Rpc\Status
Returns
TypeDescription
$this

getLabels

The labels with user-defined metadata to organize NasJobs.

Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

The labels with user-defined metadata to organize NasJobs.

Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getEncryptionSpec

Customer-managed encryption key options for a NasJob.

If this is set, then all resources created by the NasJob will be encrypted with the provided encryption key.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\EncryptionSpec|null

hasEncryptionSpec

clearEncryptionSpec

setEncryptionSpec

Customer-managed encryption key options for a NasJob.

If this is set, then all resources created by the NasJob will be encrypted with the provided encryption key.

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

getEnableRestrictedImageTraining

Optional. Enable a separation of Custom model training and restricted image training for tenant project.

Returns
TypeDescription
bool

setEnableRestrictedImageTraining

Optional. Enable a separation of Custom model training and restricted image training for tenant project.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this