Google AutoML v1 API - Class BatchPredictResult (3.4.0)

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

Reference documentation and code samples for the Google AutoML v1 API class BatchPredictResult.

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
Name Description
other BatchPredictResult

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
Type Description
MapFieldstringstring