public sealed class Execution : IMessage<Execution>, IEquatable<Execution>, IDeepCloneable<Execution>, IBufferMessage, IMessageThe definition of a single executed notebook.
Implements
IMessage<Execution>, IEquatable<Execution>, IDeepCloneable<Execution>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
Execution()
public Execution()Execution(Execution)
public Execution(Execution other)| Parameter | |
|---|---|
| Name | Description | 
| other | Execution | 
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Time the Execution was instantiated.
| Property Value | |
|---|---|
| Type | Description | 
| Timestamp | |
Description
public string Description { get; set; }A brief description of this execution.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
DisplayName
public string DisplayName { get; set; }Output only. Name used for UI purposes. Name can only contain alphanumeric characters and underscores '_'.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ExecutionName
public ExecutionName ExecutionName { get; set; }ExecutionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| ExecutionName | |
ExecutionTemplate
public ExecutionTemplate ExecutionTemplate { get; set; }execute metadata including name, hardware spec, region, labels, etc.
| Property Value | |
|---|---|
| Type | Description | 
| ExecutionTemplate | |
JobUri
public string JobUri { get; set; }Output only. The URI of the external job used to execute the notebook.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Name
public string Name { get; set; }Output only. The resource name of the execute. Format:
projects/{project_id}/locations/{location}/executions/{execution_id}
| Property Value | |
|---|---|
| Type | Description | 
| String | |
OutputNotebookFile
public string OutputNotebookFile { get; set; }Output notebook file generated by this execution
| Property Value | |
|---|---|
| Type | Description | 
| String | |
State
public Execution.Types.State State { get; set; }Output only. State of the underlying AI Platform job.
| Property Value | |
|---|---|
| Type | Description | 
| Execution.Types.State | |
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Time the Execution was last updated.
| Property Value | |
|---|---|
| Type | Description | 
| Timestamp | |