Class: Google::Cloud::AutoML::V1beta1::BigQueryDestination
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::BigQueryDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/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, up to 2000 characters long. Accepted forms:
- BigQuery path e.g. bq://projectId.
1161 1162 1163 1164 |
# File 'proto_docs/google/cloud/automl/v1beta1/io.rb', line 1161 class BigQueryDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |