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
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 |