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