Cloud AI Platform v1beta1 API - Class TimeSeriesDatasetMetadata (1.0.0-beta02)

public sealed class TimeSeriesDatasetMetadata : IMessage<TimeSeriesDatasetMetadata>, IEquatable<TimeSeriesDatasetMetadata>, IDeepCloneable<TimeSeriesDatasetMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TimeSeriesDatasetMetadata.

The metadata of Datasets that contain time series data.

Inheritance

object > TimeSeriesDatasetMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TimeSeriesDatasetMetadata()

public TimeSeriesDatasetMetadata()

TimeSeriesDatasetMetadata(TimeSeriesDatasetMetadata)

public TimeSeriesDatasetMetadata(TimeSeriesDatasetMetadata other)
Parameter
Name Description
other TimeSeriesDatasetMetadata

Properties

InputConfig

public TimeSeriesDatasetMetadata.Types.InputConfig InputConfig { get; set; }
Property Value
Type Description
TimeSeriesDatasetMetadataTypesInputConfig

TimeColumn

public string TimeColumn { get; set; }

The column name of the time column that identifies time order in the time series.

Property Value
Type Description
string

TimeSeriesIdentifierColumn

public string TimeSeriesIdentifierColumn { get; set; }

The column name of the time series identifier column that identifies the time series.

Property Value
Type Description
string