Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GcsDestination

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1GcsDestination

Returns a new instance of GoogleCloudAiplatformV1GcsDestination.



11328
11329
11330
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11328

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#output_uri_prefixString

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. Corresponds to the JSON property outputUriPrefix

Returns:

  • (String)


11326
11327
11328
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11326

def output_uri_prefix
  @output_uri_prefix
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11333
11334
11335
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11333

def update!(**args)
  @output_uri_prefix = args[:output_uri_prefix] if args.key?(:output_uri_prefix)
end