Module: Google::Cloud::VisionAI::V1::FacetProperty::DateTimeBucketSpec::Granularity

Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

Granularity enum for the datetime bucket.

Constant Summary collapse

GRANULARITY_UNSPECIFIED =

Unspecified granularity.

0
YEAR =

Granularity is year.

1
MONTH =

Granularity is month.

2
DAY =

Granularity is day.

3