public static interface BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which
the prediction output is written.
|
com.google.protobuf.ByteString |
getGcsOutputDirectoryBytes()
The full path of the Google Cloud Storage directory created, into which
the prediction output is written.
|
BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase |
getOutputLocationCase() |
boolean |
hasGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which
the prediction output is written.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;String getGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase getOutputLocationCase()
Copyright © 2025 Google LLC. All rights reserved.