public static interface BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGcsOutputDirectory()
public abstract String getGcsOutputDirectory()The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;
| Type | Description |
| String | The gcsOutputDirectory. |
getGcsOutputDirectoryBytes()
public abstract ByteString getGcsOutputDirectoryBytes()The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;
| Type | Description |
| ByteString | The bytes for gcsOutputDirectory. |
getOutputLocationCase()
public abstract BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase getOutputLocationCase()| Type | Description |
| BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase |
hasGcsOutputDirectory()
public abstract boolean hasGcsOutputDirectory()The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;
| Type | Description |
| boolean | Whether the gcsOutputDirectory field is set. |