Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::BigQueryDestination (v0.4.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::BigQueryDestination.

The BigQuery location for the output content.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#output_uri

def output_uri() -> ::String
Returns
  • (::String) —

    Required. BigQuery URI to a project or table, up to 2000 characters long.

    When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist.

    Accepted forms:

    • BigQuery path. For example: bq://projectId or bq://projectId.bqDatasetId or bq://projectId.bqDatasetId.bqTableId.

#output_uri=

def output_uri=(value) -> ::String
Parameter
  • value (::String) —

    Required. BigQuery URI to a project or table, up to 2000 characters long.

    When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist.

    Accepted forms:

    • BigQuery path. For example: bq://projectId or bq://projectId.bqDatasetId or bq://projectId.bqDatasetId.bqTableId.
Returns
  • (::String) —

    Required. BigQuery URI to a project or table, up to 2000 characters long.

    When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist.

    Accepted forms:

    • BigQuery path. For example: bq://projectId or bq://projectId.bqDatasetId or bq://projectId.bqDatasetId.bqTableId.