View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Execution (google_api_ai_platform v0.13.0)
Instance of a general execution.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this Execution was created. -
description
(type:String.t
, default:nil
) - Description of the Execution -
displayName
(type:String.t
, default:nil
) - User provided display name of the Execution. May be up to 128 Unicode characters. -
etag
(type:String.t
, default:nil
) - An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. -
labels
(type:map()
, default:nil
) - 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). -
metadata
(type:map()
, default:nil
) - Properties of the Execution. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB. -
name
(type:String.t
, default:nil
) - Output only. The resource name of the Execution. -
schemaTitle
(type:String.t
, default:nil
) - 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. -
schemaVersion
(type:String.t
, default:nil
) - The version of the schema inschema_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. -
state
(type:String.t
, default:nil
) - 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. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this Execution was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Execution{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, etag: String.t() | nil, labels: map() | nil, metadata: map() | nil, name: String.t() | nil, schemaTitle: String.t() | nil, schemaVersion: String.t() | nil, state: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.