Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::IngestAssetRequest.
Request message for IngestAsset API.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config
def config() -> ::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config
Returns
-
(::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config) — Provides information for the data and the asset resource name that the
data belongs to. The first
IngestAssetRequest
message must only contain aConfig
message.
#config=
def config=(value) -> ::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config
Parameter
-
value (::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config) — Provides information for the data and the asset resource name that the
data belongs to. The first
IngestAssetRequest
message must only contain aConfig
message.
Returns
-
(::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config) — Provides information for the data and the asset resource name that the
data belongs to. The first
IngestAssetRequest
message must only contain aConfig
message.
#time_indexed_data
def time_indexed_data() -> ::Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData
Returns
- (::Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData) — Data to be ingested.
#time_indexed_data=
def time_indexed_data=(value) -> ::Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData
Parameter
- value (::Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData) — Data to be ingested.
Returns
- (::Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData) — Data to be ingested.