Class BatchPredictOperationMetadata
Details of BatchPredict operation.
Inheritance
System.Object
BatchPredictOperationMetadata
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class BatchPredictOperationMetadata : IMessage<BatchPredictOperationMetadata>, IEquatable<BatchPredictOperationMetadata>, IDeepCloneable<BatchPredictOperationMetadata>, IBufferMessage, IMessage
Constructors
BatchPredictOperationMetadata()
Declaration
public BatchPredictOperationMetadata()
BatchPredictOperationMetadata(BatchPredictOperationMetadata)
Declaration
public BatchPredictOperationMetadata(BatchPredictOperationMetadata other)
Parameters
Type | Name | Description |
---|---|---|
BatchPredictOperationMetadata | other |
Properties
InputConfig
Output only. The input config that was given upon starting this batch predict operation.
Declaration
public BatchPredictInputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
BatchPredictInputConfig |
OutputInfo
Output only. Information further describing this batch predict's output.
Declaration
public BatchPredictOperationMetadata.Types.BatchPredictOutputInfo OutputInfo { get; set; }
Property Value
Type | Description |
---|---|
BatchPredictOperationMetadata.Types.BatchPredictOutputInfo |