Vertex AI Notebooks v1 API - Class Execution (2.6.0)

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

Reference documentation and code samples for the Vertex AI Notebooks v1 API class Execution.

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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.