Class GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig
The tables Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.
Inheritance
GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig
Assembly: Google.Apis.Aiplatform.v1beta1.dll
public class GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig : IDirectResponseSchema
Properties
Declaration
[JsonProperty("bigquerySource")]
public virtual GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataBigQuerySource BigquerySource { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataGcsSource GcsSource { get; set; }
Property Value
Implements