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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/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_prefixString

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.


947
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/io.rb', line 947

class GcsDestination; end