ExecutionResponse

data class ExecutionResponse(val createTime: String, val description: String, val displayName: String, val executionTemplate: ExecutionTemplateResponse, val jobUri: String, val name: String, val outputNotebookFile: String, val state: String, val updateTime: String)

The definition of a single executed notebook.

Constructors

Link copied to clipboard
fun ExecutionResponse(createTime: String, description: String, displayName: String, executionTemplate: ExecutionTemplateResponse, jobUri: String, name: String, outputNotebookFile: String, state: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time the Execution was instantiated.

Link copied to clipboard

A brief description of this execution.

Link copied to clipboard

Name used for UI purposes. Name can only contain alphanumeric characters and underscores '_'.

Link copied to clipboard

execute metadata including name, hardware spec, region, labels, etc.

Link copied to clipboard

The URI of the external job used to execute the notebook.

Link copied to clipboard

The resource name of the execute. Format: projects/{project_id}/locations/{location}/executions/{execution_id}

Link copied to clipboard

Output notebook file generated by this execution

Link copied to clipboard

State of the underlying AI Platform job.

Link copied to clipboard

Time the Execution was last updated.