Resource: Dataset
A collection of DataItems and Annotations on them.
JSON representation |
---|
{
"name": string,
"displayName": string,
"description": string,
"metadataSchemaUri": string,
"metadata": value,
"createTime": string,
"updateTime": string,
"etag": string,
"labels": {
string: string,
...
},
"encryptionSpec": {
object ( |
Fields | |
---|---|
name |
Output only. The resource name of the Dataset. |
displayName |
Required. The user-defined name of the Dataset. The name can be up to 128 characters long and can be consist of any UTF-8 characters. |
description |
Optional. The description of the Dataset. |
metadataSchemaUri |
Required. Points to a YAML file stored on Google Cloud Storage describing additional information about the Dataset. The schema is defined as an OpenAPI 3.0.2 Schema Object. The schema files that can be used here are found in gs://google-cloud-aiplatform/schema/dataset/metadata/. |
metadata |
Required. Additional information about the Dataset. |
createTime |
Output only. Timestamp when this Dataset was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Timestamp when this Dataset was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
etag |
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens. |
labels |
The labels with user-defined metadata to organize your Datasets. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Dataset (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable. Following system labels exist for each Dataset:
|
encryptionSpec |
Customer-managed encryption key spec for a Dataset. If set, this Dataset and all sub-resources of this Dataset will be secured by this key. |
Methods |
|
---|---|
|
Creates a Dataset. |
|
Deletes a Dataset. |
|
Exports data from a Dataset. |
|
Gets a Dataset. |
|
Imports data into a Dataset. |
|
Lists Datasets in a Location. |
|
Updates a Dataset. |