public sealed class BatchPredictOutputInfo : IMessage<BatchPredictOperationMetadata.Types.BatchPredictOutputInfo>, IEquatable<BatchPredictOperationMetadata.Types.BatchPredictOutputInfo>, IDeepCloneable<BatchPredictOperationMetadata.Types.BatchPredictOutputInfo>, IBufferMessage, IMessage
Further describes this batch predict's output. Supplements [BatchPredictOutputConfig][google.cloud.automl.v1.BatchPredictOutputConfig].
Implements
IMessage<BatchPredictOperationMetadata.Types.BatchPredictOutputInfo>, IEquatable<BatchPredictOperationMetadata.Types.BatchPredictOutputInfo>, IDeepCloneable<BatchPredictOperationMetadata.Types.BatchPredictOutputInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
BatchPredictOutputInfo()
public BatchPredictOutputInfo()
BatchPredictOutputInfo(BatchPredictOperationMetadata.Types.BatchPredictOutputInfo)
public BatchPredictOutputInfo(BatchPredictOperationMetadata.Types.BatchPredictOutputInfo other)
Parameter | |
---|---|
Name | Description |
other | BatchPredictOperationMetadata.Types.BatchPredictOutputInfo |
Properties
GcsOutputDirectory
public string GcsOutputDirectory { get; set; }
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
Property Value | |
---|---|
Type | Description |
String |
OutputLocationCase
public BatchPredictOperationMetadata.Types.BatchPredictOutputInfo.OutputLocationOneofCase OutputLocationCase { get; }
Property Value | |
---|---|
Type | Description |
BatchPredictOperationMetadata.Types.BatchPredictOutputInfo.OutputLocationOneofCase |