Class: Google::Cloud::AutoML::V1beta1::GcsDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/io.rb

Overview

The Google Cloud Storage location where the output is to be written to.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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.


1124
1125
1126
1127
# File 'proto_docs/google/cloud/automl/v1beta1/io.rb', line 1124

class GcsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end