Reference documentation and code samples for the Google Cloud Notebooks V1 Client class Execution.
The definition of a single executed notebook.
Generated from protobuf message google.cloud.notebooks.v1.Execution
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ execution_template
Google\Cloud\Notebooks\V1\ExecutionTemplate
execute metadata including name, hardware spec, region, labels, etc.
↳ name
string
Output only. The resource name of the execute. Format: projects/{project_id}/locations/{location}/executions/{execution_id}
↳ display_name
string
Output only. Name used for UI purposes. Name can only contain alphanumeric characters and underscores '_'.
↳ description
string
A brief description of this execution.
↳ create_time
↳ update_time
↳ state
int
Output only. State of the underlying AI Platform job.
↳ output_notebook_file
string
Output notebook file generated by this execution
↳ job_uri
string
Output only. The URI of the external job used to execute the notebook.
getExecutionTemplate
execute metadata including name, hardware spec, region, labels, etc.
hasExecutionTemplate
clearExecutionTemplate
setExecutionTemplate
execute metadata including name, hardware spec, region, labels, etc.
$this
getName
Output only. The resource name of the execute. Format: projects/{project_id}/locations/{location}/executions/{execution_id}
string
setName
Output only. The resource name of the execute. Format: projects/{project_id}/locations/{location}/executions/{execution_id}
var
string
$this
getDisplayName
Output only. Name used for UI purposes.
Name can only contain alphanumeric characters and underscores '_'.
string
setDisplayName
Output only. Name used for UI purposes.
Name can only contain alphanumeric characters and underscores '_'.
var
string
$this
getDescription
A brief description of this execution.
string
setDescription
A brief description of this execution.
var
string
$this
getCreateTime
Output only. Time the Execution was instantiated.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time the Execution was instantiated.
$this
getUpdateTime
Output only. Time the Execution was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time the Execution was last updated.
$this
getState
Output only. State of the underlying AI Platform job.
int
setState
Output only. State of the underlying AI Platform job.
var
int
$this
getOutputNotebookFile
Output notebook file generated by this execution
string
setOutputNotebookFile
Output notebook file generated by this execution
var
string
$this
getJobUri
Output only. The URI of the external job used to execute the notebook.
string
setJobUri
Output only. The URI of the external job used to execute the notebook.
var
string
$this