REST Resource: projects.locations.datasets.datasetVersions

Resource: DatasetVersion

Describes the dataset version.

Fields
name string

Output only. Identifier. The resource name of the DatasetVersion. Format: projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{datasetVersion}

createTime string (Timestamp format)

Output only. timestamp when this DatasetVersion was created.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014年10月02日T15:01:23Z", "2014年10月02日T15:01:23.045123456Z" or "2014年10月02日T15:01:23+05:30".

updateTime string (Timestamp format)

Output only. timestamp when this DatasetVersion was last updated.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014年10月02日T15:01:23Z", "2014年10月02日T15:01:23.045123456Z" or "2014年10月02日T15: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.

metadata value (Value format)

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

Create a version from a Dataset.

delete

Deletes a Dataset version.

get

Gets a Dataset version.

list

Lists DatasetVersions in a Dataset.

patch

Updates a DatasetVersion.

restore

Restores a dataset version.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年09月22日 UTC.