Class: Google::Cloud::VisionAI::V1::Partition::TemporalPartition
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::Partition::TemporalPartition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Partition of asset in UTC Epoch time. Supported by STREAM_VIDEO corpus type.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
End time of the partition.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Start time of the partition.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns End time of the partition.
2998 2999 3000 3001 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2998 class TemporalPartition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Start time of the partition.
2998 2999 3000 3001 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2998 class TemporalPartition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |