public sealed class BatchPredictOperationMetadata.Types.BatchPredictOutputInfo : IMessage<BatchPredictOperationMetadata.Types.BatchPredictOutputInfo>, IEquatable<BatchPredictOperationMetadata.Types.BatchPredictOutputInfo>, IDeepCloneable<BatchPredictOperationMetadata.Types.BatchPredictOutputInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class BatchPredictOperationMetadata.Types.BatchPredictOutputInfo.
Further describes this batch predict's output. Supplements [BatchPredictOutputConfig][google.cloud.automl.v1.BatchPredictOutputConfig].
Implements
IMessageBatchPredictOperationMetadataTypesBatchPredictOutputInfo, IEquatableBatchPredictOperationMetadataTypesBatchPredictOutputInfo, IDeepCloneableBatchPredictOperationMetadataTypesBatchPredictOutputInfo, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
BatchPredictOutputInfo()
public BatchPredictOutputInfo()
BatchPredictOutputInfo(BatchPredictOutputInfo)
public BatchPredictOutputInfo(BatchPredictOperationMetadata.Types.BatchPredictOutputInfo other)
Parameter | |
---|---|
Name | Description |
other |
BatchPredictOperationMetadataTypesBatchPredictOutputInfo |
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 |
HasGcsOutputDirectory
public bool HasGcsOutputDirectory { get; }
Gets whether the "gcs_output_directory" field is set
Property Value | |
---|---|
Type | Description |
bool |
OutputLocationCase
public BatchPredictOperationMetadata.Types.BatchPredictOutputInfo.OutputLocationOneofCase OutputLocationCase { get; }
Property Value | |
---|---|
Type | Description |
BatchPredictOperationMetadataTypesBatchPredictOutputInfoOutputLocationOneofCase |