Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::GcsDestination (v0.6.1)

Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::GcsDestination.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#output_uri_prefix

def output_uri_prefix() -> ::String
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.

#output_uri_prefix=

def output_uri_prefix=(value) -> ::String
Parameter
  • value (::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.
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.