Google AutoML v1 API - Class BatchPredictOperationMetadata (3.4.0)

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

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

Details of BatchPredict operation.

Inheritance

object > BatchPredictOperationMetadata

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

BatchPredictOperationMetadata()

public BatchPredictOperationMetadata()

BatchPredictOperationMetadata(BatchPredictOperationMetadata)

public BatchPredictOperationMetadata(BatchPredictOperationMetadata other)
Parameter
Name Description
other BatchPredictOperationMetadata

Properties

InputConfig

public BatchPredictInputConfig InputConfig { get; set; }

Output only. The input config that was given upon starting this batch predict operation.

Property Value
Type Description
BatchPredictInputConfig

OutputInfo

public BatchPredictOperationMetadata.Types.BatchPredictOutputInfo OutputInfo { get; set; }

Output only. Information further describing this batch predict's output.

Property Value
Type Description
BatchPredictOperationMetadataTypesBatchPredictOutputInfo