Interface ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfoOrBuilder (2.2.3)

public static interface ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfoOrBuilder 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 output of export evaluated examples 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 output of export evaluated examples is written.

string bigquery_output_dataset = 2;

Returns
TypeDescription
ByteString

The bytes for bigqueryOutputDataset.