Class: Google::Cloud::VisionAI::V1::Partition::TemporalPartition

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns End time of the partition.

Returns:



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.

Returns:



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