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