Interface BatchPredictionJob.OutputInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BatchPredictionJob.OutputInfo, BatchPredictionJob.OutputInfo.Builder
Enclosing class:
BatchPredictionJob

public static interface BatchPredictionJob.OutputInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasGcsOutputDirectory

      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:
      Whether the gcsOutputDirectory field is set.
    • getGcsOutputDirectory

      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:
      The gcsOutputDirectory.
    • getGcsOutputDirectoryBytes

      com.google.protobuf.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:
      The bytes for gcsOutputDirectory.
    • hasBigqueryOutputDataset

      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:
      Whether the bigqueryOutputDataset field is set.
    • getBigqueryOutputDataset

      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:
      The bigqueryOutputDataset.
    • getBigqueryOutputDatasetBytes

      com.google.protobuf.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:
      The bytes for bigqueryOutputDataset.
    • hasVertexMultimodalDatasetName

      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:
      Whether the vertexMultimodalDatasetName field is set.
    • getVertexMultimodalDatasetName

      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:
      The vertexMultimodalDatasetName.
    • getVertexMultimodalDatasetNameBytes

      com.google.protobuf.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:
      The bytes for vertexMultimodalDatasetName.
    • getBigqueryOutputTable

      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:
      The bigqueryOutputTable.
    • getBigqueryOutputTableBytes

      com.google.protobuf.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:
      The bytes for bigqueryOutputTable.
    • getOutputLocationCase