GoogleCloudAiplatformV1Dataset class

A collection of DataItems and Annotations on them.

Constructors

GoogleCloudAiplatformV1Dataset({String? createTime, String? dataItemCount, String? description, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? etag, Map<String, String>? labels, Object? metadata, String? metadataArtifact, String? metadataSchemaUri, String? name, List<GoogleCloudAiplatformV1SavedQuery>? savedQueries, String? updateTime})
GoogleCloudAiplatformV1Dataset.fromJson(Map json_)

Properties

createTime String?
Timestamp when this Dataset was created.
getter/setter pair
dataItemCount String?
The number of DataItems in this Dataset.
getter/setter pair
description String?
The description of the Dataset.
getter/setter pair
displayName String?
The user-defined name of the Dataset.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
Customer-managed encryption key spec for a Dataset.
getter/setter pair
etag String?
Used to perform consistent read-modify-write updates.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels with user-defined metadata to organize your Datasets.
getter/setter pair
metadata Object?
Additional information about the Dataset.
getter/setter pair
metadataArtifact String?
The resource name of the Artifact that was created in MetadataStore when creating the Dataset.
getter/setter pair
metadataSchemaUri String?
Points to a YAML file stored on Google Cloud Storage describing additional information about the Dataset.
getter/setter pair
name String?
The resource name of the Dataset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedQueries List<GoogleCloudAiplatformV1SavedQuery>?
All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.
getter/setter pair
updateTime String?
Timestamp when this Dataset was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited