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.



9986
9987
9988
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9986

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)


9984
9985
9986
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9984

def output_uri_prefix
  @output_uri_prefix
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9991
9992
9993
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9991

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