Struct gapi_grpc::google::cloud::aiplatform::v1beta1::Dataset [−][src]
A collection of DataItems and Annotations on them.
Fields
name: String
Output only. The resource name of the Dataset.
display_name: String
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.
metadata_schema_uri: String
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: Option<Value>
Required. Additional information about the Dataset.
create_time: Option<Timestamp>
Output only. Timestamp when this Dataset was created.
update_time: Option<Timestamp>
Output only. Timestamp when this Dataset was last updated.
etag: String
Used to perform consistent read-modify-write updates. If not set, a blind “overwrite” update happens.
labels: HashMap<String, String>
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:
- “aiplatform.googleapis.com/dataset_metadata_schema”: output only, its value is the [metadata_schema’s][google.cloud.aiplatform.v1beta1.Dataset.metadata_schema_uri] title.
encryption_spec: Option<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.
Trait Implementations
impl Clone for Dataset
[src][+]
impl Debug for Dataset
[src][+]
impl Default for Dataset
[src][+]
impl Message for Dataset
[src][+]
impl PartialEq<Dataset> for Dataset
[src][+]
impl StructuralPartialEq for Dataset
[src]
Auto Trait Implementations
impl RefUnwindSafe for Dataset
impl Send for Dataset
impl Sync for Dataset
impl Unpin for Dataset
impl UnwindSafe for Dataset
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,