Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData.
Contains the data and the corresponding time range this data is for.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data
def data() -> ::String
Returns
- (::String) — Data to be ingested.
#data=
def data=(value) -> ::String
Parameter
- value (::String) — Data to be ingested.
Returns
- (::String) — Data to be ingested.
#temporal_partition
def temporal_partition() -> ::Google::Cloud::VisionAI::V1::Partition::TemporalPartition
Returns
- (::Google::Cloud::VisionAI::V1::Partition::TemporalPartition) — Time range of the data.
#temporal_partition=
def temporal_partition=(value) -> ::Google::Cloud::VisionAI::V1::Partition::TemporalPartition
Parameter
- value (::Google::Cloud::VisionAI::V1::Partition::TemporalPartition) — Time range of the data.
Returns
- (::Google::Cloud::VisionAI::V1::Partition::TemporalPartition) — Time range of the data.