Class: Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Contains the data and the corresponding time range this data is for.
Instance Attribute Summary collapse
-
#data ⇒ ::String
Data to be ingested.
-
#temporal_partition ⇒ ::Google::Cloud::VisionAI::V1::Partition::TemporalPartition
Time range of the data.
Instance Attribute Details
#data ⇒ ::String
Returns Data to be ingested.
2523 2524 2525 2526 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2523 class TimeIndexedData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#temporal_partition ⇒ ::Google::Cloud::VisionAI::V1::Partition::TemporalPartition
Returns Time range of the data.
2523 2524 2525 2526 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2523 class TimeIndexedData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |