Vision AI v1 API - Class IngestAssetRequest (1.0.0-beta01)

public sealed class IngestAssetRequest : IMessage<IngestAssetRequest>, IEquatable<IngestAssetRequest>, IDeepCloneable<IngestAssetRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class IngestAssetRequest.

Request message for IngestAsset API.

Inheritance

object > IngestAssetRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

IngestAssetRequest()

public IngestAssetRequest()

IngestAssetRequest(IngestAssetRequest)

public IngestAssetRequest(IngestAssetRequest other)
Parameter
Name Description
other IngestAssetRequest

Properties

Config

public IngestAssetRequest.Types.Config Config { get; set; }

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.

Property Value
Type Description
IngestAssetRequestTypesConfig

StreamingRequestCase

public IngestAssetRequest.StreamingRequestOneofCase StreamingRequestCase { get; }
Property Value
Type Description
IngestAssetRequestStreamingRequestOneofCase

TimeIndexedData

public IngestAssetRequest.Types.TimeIndexedData TimeIndexedData { get; set; }

Data to be ingested.

Property Value
Type Description
IngestAssetRequestTypesTimeIndexedData