Class BatchPredictOperationMetadata (3.0.0)

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

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
NameDescription
otherBatchPredictOperationMetadata

Properties

InputConfig

public BatchPredictInputConfig InputConfig { get; set; }

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

Property Value
TypeDescription
BatchPredictInputConfig

OutputInfo

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

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

Property Value
TypeDescription
BatchPredictOperationMetadata.Types.BatchPredictOutputInfo