Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity

import type { GoogleCloudAiplatformV1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

A duration of time expressed in time granularity units.

interface GoogleCloudAiplatformV1SchemaTrainingjobDefinitionSeq2SeqPlusForecastingInputsGranularity {
quantity?: bigint;
unit?: string;
}

§Properties

§
quantity?: bigint
[src]

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.

§
unit?: string
[src]

The time granularity unit of this time period. The supported units are: * "minute" * "hour" * "day" * "week" * "month" * "year"