Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1DatasetSpec

Specification that applies to a dataset. Valid only for entries with the DATASET type.

Inheritance
object
GoogleCloudDatacatalogV1DatasetSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX