Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecTranslationGcsInputSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecTranslationGcsInputSource
- 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
Instance Attribute Summary collapse
-
#input_uri ⇒ String
Source data URI.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaPromptSpecTranslationGcsInputSource
constructor
A new instance of GoogleCloudAiplatformV1SchemaPromptSpecTranslationGcsInputSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaPromptSpecTranslationGcsInputSource
Returns a new instance of GoogleCloudAiplatformV1SchemaPromptSpecTranslationGcsInputSource.
30013 30014 30015 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30013 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_uri ⇒ String
Source data URI. For example, gs://my_bucket/my_object.
Corresponds to the JSON property inputUri
30011 30012 30013 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30011 def input_uri @input_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30018 30019 30020 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30018 def update!(**args) @input_uri = args[:input_uri] if args.key?(:input_uri) end |