Class: Google::Cloud::AIPlatform::V1::BigQueryDestination
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BigQueryDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/io.rb
Overview
The BigQuery location for the output content.
Instance Attribute Summary collapse
-
#output_uri ⇒ ::String
Required.
Instance Attribute Details
#output_uri ⇒ ::String
Returns 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
orbq://projectId.bqDatasetId
orbq://projectId.bqDatasetId.bqTableId
.
91 92 93 94 |
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 91 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |