public sealed class AutoMlForecastingInputs.Types.Granularity : IMessage<AutoMlForecastingInputs.Types.Granularity>, IEquatable<AutoMlForecastingInputs.Types.Granularity>, IDeepCloneable<AutoMlForecastingInputs.Types.Granularity>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AutoMlForecastingInputs.Types.Granularity.
A duration of time expressed in time granularity units.
Implements
IMessageAutoMlForecastingInputsTypesGranularity, IEquatableAutoMlForecastingInputsTypesGranularity, IDeepCloneableAutoMlForecastingInputsTypesGranularity, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
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 |
|