Cloud AI Platform v1beta1 API - Class AutoMlForecastingInputs.Types.Granularity (1.0.0-beta03)

public sealed class AutoMlForecastingInputs.Types.Granularity : IMessage<AutoMlForecastingInputs.Types.Granularity>, IEquatable<AutoMlForecastingInputs.Types.Granularity>, IDeepCloneable<AutoMlForecastingInputs.Types.Granularity>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AutoMlForecastingInputs.Types.Granularity.

A duration of time expressed in time granularity units.

Inheritance

object > AutoMlForecastingInputs.Types.Granularity

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

Granularity()

public Granularity()

Granularity(Granularity)

public Granularity(AutoMlForecastingInputs.Types.Granularity other)
Parameter
Name Description
other AutoMlForecastingInputsTypesGranularity

Properties

Quantity

public long Quantity { get; set; }

The number of granularity_units between data points in the training data. If granularity_unit is minute, can be 1, 5, 10, 15, or 30. For all other values of granularity_unit, must be 1.

Property Value
Type Description
long

Unit

public string Unit { get; set; }

The time granularity unit of this time period. The supported units are:

  • "minute"

  • "hour"

  • "day"

  • "week"

  • "month"

  • "year"

Property Value
Type Description
string