Class: Google::Cloud::AutoML::V1::GcsDestination
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::GcsDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/io.rb
Overview
The Google Cloud Storage location where the output is to be written to.
Instance Attribute Summary collapse
-
#output_uri_prefix ⇒ ::String
Required.
Instance Attribute Details
#output_uri_prefix ⇒ ::String
Returns Required. Google Cloud Storage URI to output directory, up to 2000 characters long. Accepted forms:
- Prefix path: gs://bucket/directory The requesting user must have write permission to the bucket. The directory is created if it doesn't exist.
1350 1351 1352 1353 |
# File 'proto_docs/google/cloud/automl/v1/io.rb', line 1350 class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |