Class: Google::Cloud::AutoML::V1beta1::TimeSegment
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::TimeSegment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/temporal.rb
Overview
A time period inside of an example that has a time dimension (e.g. video).
Instance Attribute Summary collapse
-
#end_time_offset ⇒ ::Google::Protobuf::Duration
End of the time segment (exclusive), represented as the duration since the example start.
-
#start_time_offset ⇒ ::Google::Protobuf::Duration
Start of the time segment (inclusive), represented as the duration since the example start.
Instance Attribute Details
#end_time_offset ⇒ ::Google::Protobuf::Duration
Returns End of the time segment (exclusive), represented as the duration since the example start.
33 34 35 36 |
# File 'proto_docs/google/cloud/automl/v1beta1/temporal.rb', line 33 class TimeSegment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time_offset ⇒ ::Google::Protobuf::Duration
Returns Start of the time segment (inclusive), represented as the duration since the example start.
33 34 35 36 |
# File 'proto_docs/google/cloud/automl/v1beta1/temporal.rb', line 33 class TimeSegment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |