Resource: DatasetVersion
Describes the dataset version.
name
string
Output only. Identifier. The resource name of the DatasetVersion.
Output only. timestamp when this DatasetVersion was created.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
Output only. timestamp when this DatasetVersion was last updated.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
etag
string
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
bigQueryDatasetName
string
Output only. name of the associated BigQuery dataset.
displayName
string
The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Required. Output only. Additional information about the DatasetVersion.
modelReference
string
Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
satisfiesPzs
boolean
Output only. reserved for future use.
satisfiesPzi
boolean
Output only. reserved for future use.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "etag": string, "bigQueryDatasetName": string, "displayName": string, "metadata": value, "modelReference": string, "satisfiesPzs": boolean, "satisfiesPzi": boolean } |
Methods |
|
---|---|
|
Create a version from a Dataset. |
|
Deletes a Dataset version. |
|
Gets a Dataset version. |
|
Lists DatasetVersions in a Dataset. |
|
Updates a DatasetVersion. |
|
Restores a dataset version. |