Cloud AI Platform v1 API - Class Execution (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class Execution.

Instance of a general execution.

Inheritance

object > Execution

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Execution()

public Execution()

Execution(Execution)

public Execution(Execution other)
Parameter
NameDescription
otherExecution

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this Execution was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Description of the Execution

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

User provided display name of the Execution. May be up to 128 Unicode characters.

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Property Value
TypeDescription
string

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
TypeDescription
ExecutionName

Labels

public MapField<string, string> Labels { get; }

The labels with user-defined metadata to organize your Executions.

Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Execution (System labels are excluded).

Property Value
TypeDescription
MapFieldstringstring

Metadata

public Struct Metadata { get; set; }

Properties of the Execution. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.

Property Value
TypeDescription
Struct

Name

public string Name { get; set; }

Output only. The resource name of the Execution.

Property Value
TypeDescription
string

SchemaTitle

public string SchemaTitle { get; set; }

The title of the schema describing the metadata.

Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.

Property Value
TypeDescription
string

SchemaVersion

public string SchemaVersion { get; set; }

The version of the schema in schema_title to use.

Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.

Property Value
TypeDescription
string

State

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

The state of this Execution. This is a property of the Execution, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines) and the system does not prescribe or check the validity of state transitions.

Property Value
TypeDescription
ExecutionTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp when this Execution was last updated.

Property Value
TypeDescription
Timestamp