Interface BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder (2.3.14)

public static interface BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigqueryOutputDataset()

public abstract String getBigqueryOutputDataset()

The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

string bigquery_output_dataset = 2;

Returns
TypeDescription
String

The bigqueryOutputDataset.

getBigqueryOutputDatasetBytes()

public abstract ByteString getBigqueryOutputDatasetBytes()

The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

string bigquery_output_dataset = 2;

Returns
TypeDescription
ByteString

The bytes for bigqueryOutputDataset.

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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for gcsOutputDirectory.

getOutputLocationCase()

public abstract BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase getOutputLocationCase()
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase

hasBigqueryOutputDataset()

public abstract boolean hasBigqueryOutputDataset()

The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

string bigquery_output_dataset = 2;

Returns
TypeDescription
boolean

Whether the bigqueryOutputDataset field is set.

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;

Returns
TypeDescription
boolean

Whether the gcsOutputDirectory field is set.