Execution Args
data class ExecutionArgs(val description: Output<String>? = null, val executionId: Output<String>? = null, val executionTemplate: Output<ExecutionTemplateArgs>? = null, val location: Output<String>? = null, val outputNotebookFile: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<ExecutionArgs>
Creates a new Execution in a given project and location. Auto-naming is currently not supported for this resource.
Properties
Link copied to clipboard
A brief description of this execution.
Link copied to clipboard
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
Output notebook file generated by this execution