View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DatasetVersion (google_api_ai_platform v0.24.0)
Describes the dataset version.
Attributes
-
bigQueryDatasetName(type:String.t, default:nil) - Output only. Name of the associated BigQuery dataset. -
createTime(type:DateTime.t, default:nil) - Output only. Timestamp when this DatasetVersion was created. -
displayName(type:String.t, default:nil) - The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters. -
etag(type:String.t, default:nil) - Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. -
metadata(type:any(), default:nil) - Required. Output only. Additional information about the DatasetVersion. -
modelReference(type:String.t, default:nil) - Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions. -
name(type:String.t, default:nil) - Output only. Identifier. The resource name of the DatasetVersion. -
satisfiesPzi(type:boolean(), default:nil) - Output only. Reserved for future use. -
satisfiesPzs(type:boolean(), default:nil) - Output only. Reserved for future use. -
updateTime(type:DateTime.t, default:nil) - Output only. Timestamp when this DatasetVersion was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DatasetVersion{ bigQueryDatasetName: String.t() | nil, createTime: DateTime.t() | nil, displayName: String.t() | nil, etag: String.t() | nil, metadata: any() | nil, modelReference: String.t() | nil, name: String.t() | nil, satisfiesPzi: boolean() | nil, satisfiesPzs: boolean() | nil, updateTime: DateTime.t() | nil }