Execution

class Execution : KotlinCustomResource

Creates a new Execution in a given project and location. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

Time the Execution was instantiated.

Link copied to clipboard
val description: Output<String>

A brief description of this execution.

Link copied to clipboard
val displayName: Output<String>

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

Link copied to clipboard
val executionId: Output<String>

Required. User-defined unique ID of this execution.

Link copied to clipboard

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val jobUri: Output<String>

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

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

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
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

State of the underlying AI Platform job.

Link copied to clipboard
val updateTime: Output<String>

Time the Execution was last updated.

Link copied to clipboard
val urn: Output<String>