Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationGcsInputSource

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationGcsInputSource

Returns a new instance of GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationGcsInputSource.



45940
45941
45942
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45940

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

Instance Attribute Details

#input_uriString

Source data URI. For example, gs://my_bucket/my_object. Corresponds to the JSON property inputUri

Returns:

  • (String)


45938
45939
45940
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45938

def input_uri
  @input_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



45945
45946
45947
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 45945

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