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

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

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

Response message for IngestAsset API.

Inheritance

object > IngestAssetResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

IngestAssetResponse()

public IngestAssetResponse()

IngestAssetResponse(IngestAssetResponse)

public IngestAssetResponse(IngestAssetResponse other)
Parameter
Name Description
other IngestAssetResponse

Properties

SuccessfullyIngestedPartition

public Partition.Types.TemporalPartition SuccessfullyIngestedPartition { get; set; }

Time range of the data that has been successfully ingested.

Property Value
Type Description
PartitionTypesTemporalPartition