public sealed class BatchPredictOperationMetadata : IMessage<BatchPredictOperationMetadata>, IEquatable<BatchPredictOperationMetadata>, IDeepCloneable<BatchPredictOperationMetadata>, IBufferMessage, IMessage
Details of BatchPredict operation.
Implements
IMessage<BatchPredictOperationMetadata>, IEquatable<BatchPredictOperationMetadata>, IDeepCloneable<BatchPredictOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
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 |
BatchPredictOperationMetadata.Types.BatchPredictOutputInfo |