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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference information for the `TimeSeriesDatasetMetadata` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02, with links to the latest and version 1.0.0-beta20."],["`TimeSeriesDatasetMetadata` is a sealed class representing the metadata of datasets containing time series data, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inheriting from the `object` class."],["The class includes constructors for creating instances and properties like `InputConfig`, `TimeColumn`, and `TimeSeriesIdentifierColumn` to manage the time series data within the dataset."],["The TimeColumn and TimeSeriesIdentifierColumn properties are string types, representing the column name of time and time series identifier, respectively."],["The class is found within the `Google.Cloud.AIPlatform.V1Beta1.Schema` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]