Class: Google::Cloud::AIPlatform::V1::GcsDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/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. 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.



60
61
62
63
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 60

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