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
Name Description
other Execution

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this Execution was created.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Description of the Execution

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

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

Property Value
Type Description
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
Type Description
string

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
Type Description
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
Type Description
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
Type Description
Struct

Name

public string Name { get; set; }

Output only. The resource name of the Execution.

Property Value
Type Description
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
Type Description
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
Type Description
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
Type Description
ExecutionTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp when this Execution was last updated.

Property Value
Type Description
Timestamp