Module: Google::Cloud::VisionAI::V1::DataSchemaDetails::Granularity
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
The granularity of annotations under this DataSchema.
Constant Summary collapse
- GRANULARITY_UNSPECIFIED =
Unspecified granularity.
0
- GRANULARITY_ASSET_LEVEL =
Asset-level granularity (annotations must not contain partition info).
1
- GRANULARITY_PARTITION_LEVEL =
Partition-level granularity (annotations must contain partition info).
2