Resource: DatasetVersion
Describes the dataset version.
name
string
Output only. Identifier. The resource name of the DatasetVersion. Format: projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{datasetVersion}
Output only. timestamp when this DatasetVersion was created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
Output only. timestamp when this DatasetVersion was last updated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
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. |