Interface ExportEvaluatedExamplesOutputConfigOrBuilder

    • Method Detail

      • hasBigqueryDestination

        boolean hasBigqueryDestination()
         The BigQuery location where the output is to be written to.
         
        .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
        Returns:
        Whether the bigqueryDestination field is set.
      • getBigqueryDestination

        BigQueryDestination getBigqueryDestination()
         The BigQuery location where the output is to be written to.
         
        .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
        Returns:
        The bigqueryDestination.
      • getBigqueryDestinationOrBuilder

        BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
         The BigQuery location where the output is to be written to.
         
        .google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;