public sealed class DatasetSpec : IMessage<DatasetSpec>, IEquatable<DatasetSpec>, IDeepCloneable<DatasetSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DatasetSpec.
Specification that applies to a dataset. Valid only for
entries with the DATASET
type.
Implements
IMessageDatasetSpec, IEquatableDatasetSpec, IDeepCloneableDatasetSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
DatasetSpec()
public DatasetSpec()
DatasetSpec(DatasetSpec)
public DatasetSpec(DatasetSpec other)
Parameter | |
---|---|
Name | Description |
other | DatasetSpec |
Properties
SystemSpecCase
public DatasetSpec.SystemSpecOneofCase SystemSpecCase { get; }
Property Value | |
---|---|
Type | Description |
DatasetSpecSystemSpecOneofCase |
VertexDatasetSpec
public VertexDatasetSpec VertexDatasetSpec { get; set; }
Vertex AI Dataset specific fields
Property Value | |
---|---|
Type | Description |
VertexDatasetSpec |