Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::GcsDestination (v0.14.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::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. If the uri doesn't end with '/', a '/' will be automatically appended. 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. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.
Returns
  • (::String) — Required. Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.