View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Context (google_api_ai_platform v0.13.0)
Instance of a general context.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this Context was created. -
description
(type:String.t
, default:nil
) - Description of the Context -
displayName
(type:String.t
, default:nil
) - User provided display name of the Context. 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 Contexts. 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 Context (System labels are excluded). -
metadata
(type:map()
, default:nil
) - Properties of the Context. 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
) - Immutable. The resource name of the Context. -
parentContexts
(type:list(String.t)
, default:nil
) - Output only. A list of resource names of Contexts that are parents of this Context. A Context may have at most 10 parent_contexts. -
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 in schema_name 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. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this Context was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Context{ 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, parentContexts: [String.t()] | nil, schemaTitle: String.t() | nil, schemaVersion: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.