REST Resource: projects.locations.datasets.datasetVersions

Resource: DatasetVersion

Describes the dataset version.

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "etag": string,
  "bigQueryDatasetName": string,
  "displayName": string,
  "metadata": value,
  "modelReference": string
}
Fields
name

string

Output only. The resource name of the DatasetVersion.

createTime

string (Timestamp format)

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".

updateTime

string (Timestamp format)

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.

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.

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.