Execution(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The definition of a single executed notebook.
Attributes
Name | Description |
execution_template |
google.cloud.notebooks_v1.types.ExecutionTemplate
execute metadata including name, hardware spec, region, labels, etc. |
name |
str
Output only. The resource name of the execute. Format: ``projects/{project_id}/locations/{location}/executions/{execution_id}`` |
display_name |
str
Output only. Name used for UI purposes. Name can only contain alphanumeric characters and underscores '_'. |
description |
str
A brief description of this execution. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time the Execution was instantiated. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Time the Execution was last updated. |
state |
google.cloud.notebooks_v1.types.Execution.State
Output only. State of the underlying AI Platform job. |
output_notebook_file |
str
Output notebook file generated by this execution |
job_uri |
str
Output only. The URI of the external job used to execute the notebook. |
Inheritance
builtins.object > proto.message.Message > ExecutionClasses
State
State(value)
Enum description of the state of the underlying AIP job.