Class IngestAssetRequest (0.1.0)

IngestAssetRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for IngestAsset API.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
config google.cloud.visionai_v1.types.IngestAssetRequest.Config
Provides information for the data and the asset resource name that the data belongs to. The first IngestAssetRequest message must only contain a Config message. This field is a member of oneof_ streaming_request.
time_indexed_data google.cloud.visionai_v1.types.IngestAssetRequest.TimeIndexedData
Data to be ingested. This field is a member of oneof_ streaming_request.

Classes

Config

Config(mapping=None, *, ignore_unknown_fields=False, **kwargs)

TimeIndexedData

TimeIndexedData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains the data and the corresponding time range this data is for.