Interface BatchPredictionJob.OutputInfoOrBuilder (3.86.0)

public static interface BatchPredictionJob.OutputInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigqueryOutputDataset()

public abstract String getBigqueryOutputDataset()

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

string bigquery_output_dataset = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The bigqueryOutputDataset.

getBigqueryOutputDatasetBytes()

public abstract ByteString getBigqueryOutputDatasetBytes()

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

string bigquery_output_dataset = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for bigqueryOutputDataset.

getBigqueryOutputTable()

public abstract String getBigqueryOutputTable()

Output only. The name of the BigQuery table created, in predictions_<timestamp> format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example.

string bigquery_output_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The bigqueryOutputTable.

getBigqueryOutputTableBytes()

public abstract ByteString getBigqueryOutputTableBytes()

Output only. The name of the BigQuery table created, in predictions_<timestamp> format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example.

string bigquery_output_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for bigqueryOutputTable.

getGcsOutputDirectory()

public abstract String getGcsOutputDirectory()

Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The gcsOutputDirectory.

getGcsOutputDirectoryBytes()

public abstract ByteString getGcsOutputDirectoryBytes()

Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for gcsOutputDirectory.

getOutputLocationCase()

public abstract BatchPredictionJob.OutputInfo.OutputLocationCase getOutputLocationCase()
Returns
Type Description
BatchPredictionJob.OutputInfo.OutputLocationCase

getVertexMultimodalDatasetName()

public abstract String getVertexMultimodalDatasetName()

Output only. The resource name of the Vertex Managed Dataset created, into which the prediction output is written. Format: projects/{project}/locations/{location}/datasets/{dataset}

string vertex_multimodal_dataset_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The vertexMultimodalDatasetName.

getVertexMultimodalDatasetNameBytes()

public abstract ByteString getVertexMultimodalDatasetNameBytes()

Output only. The resource name of the Vertex Managed Dataset created, into which the prediction output is written. Format: projects/{project}/locations/{location}/datasets/{dataset}

string vertex_multimodal_dataset_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for vertexMultimodalDatasetName.

hasBigqueryOutputDataset()

public abstract boolean hasBigqueryOutputDataset()

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

string bigquery_output_dataset = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the bigqueryOutputDataset field is set.

hasGcsOutputDirectory()

public abstract boolean hasGcsOutputDirectory()

Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the gcsOutputDirectory field is set.

hasVertexMultimodalDatasetName()

public abstract boolean hasVertexMultimodalDatasetName()

Output only. The resource name of the Vertex Managed Dataset created, into which the prediction output is written. Format: projects/{project}/locations/{location}/datasets/{dataset}

string vertex_multimodal_dataset_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the vertexMultimodalDatasetName field is set.