Class GoogleCloudDatacatalogV1DatasetSpec
Specification that applies to a dataset. Valid only for entries with the DATASET
type.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1DatasetSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VertexDatasetSpec
Vertex AI Dataset specific fields
Declaration
[JsonProperty("vertexDatasetSpec")]
public virtual GoogleCloudDatacatalogV1VertexDatasetSpec VertexDatasetSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1VertexDatasetSpec |