Class Execution (1.0.0-beta04)

public sealed class Execution : IMessage<Execution>, IEquatable<Execution>, IDeepCloneable<Execution>, IBufferMessage, IMessage

The definition of a single executed notebook.

Inheritance

Object > Execution

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

Execution()

public Execution()

Execution(Execution)

public Execution(Execution other)
Parameter
NameDescription
otherExecution

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time the Execution was instantiated.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

A brief description of this execution.

Property Value
TypeDescription
String

DisplayName

public string DisplayName { get; set; }

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

Property Value
TypeDescription
String

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
TypeDescription
ExecutionName

ExecutionTemplate

public ExecutionTemplate ExecutionTemplate { get; set; }

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

Property Value
TypeDescription
ExecutionTemplate

JobUri

public string JobUri { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
String

OutputNotebookFile

public string OutputNotebookFile { get; set; }

Output notebook file generated by this execution

Property Value
TypeDescription
String

State

public Execution.Types.State State { get; set; }

Output only. State of the underlying AI Platform job.

Property Value
TypeDescription
Execution.Types.State

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Time the Execution was last updated.

Property Value
TypeDescription
Timestamp