Class BatchPredictResult (3.0.0)

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

Result of the Batch Predict. This message is returned in [response][google.longrunning.Operation.response] of the operation returned by the [PredictionService.BatchPredict][google.cloud.automl.v1.PredictionService.BatchPredict].

Inheritance

Object > BatchPredictResult

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

BatchPredictResult()

public BatchPredictResult()

BatchPredictResult(BatchPredictResult)

public BatchPredictResult(BatchPredictResult other)
Parameter
NameDescription
otherBatchPredictResult

Properties

Metadata

public MapField<string, string> Metadata { get; }

Additional domain-specific prediction response metadata.

AutoML Vision Object Detection

max_bounding_box_count : (int64) The maximum number of bounding boxes returned per image.

AutoML Video Intelligence Object Tracking

max_bounding_box_count : (int64) The maximum number of bounding boxes returned per frame.

Property Value
TypeDescription
MapField<String, String>