public sealed class IngestAssetResponse : IMessage<IngestAssetResponse>, IEquatable<IngestAssetResponse>, IDeepCloneable<IngestAssetResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class IngestAssetResponse.
Response message for IngestAsset API.
Implements
IMessageIngestAssetResponse, IEquatableIngestAssetResponse, IDeepCloneableIngestAssetResponse, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|