Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecTranslationSentenceFileInput
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecTranslationSentenceFileInput
- 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
-
#file_input_source ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecTranslationFileInputSource
Inlined file source.
-
#gcs_input_source ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecTranslationGcsInputSource
Cloud Storage file source.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaPromptSpecTranslationSentenceFileInput
constructor
A new instance of GoogleCloudAiplatformV1SchemaPromptSpecTranslationSentenceFileInput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1SchemaPromptSpecTranslationSentenceFileInput
Returns a new instance of GoogleCloudAiplatformV1SchemaPromptSpecTranslationSentenceFileInput.
27951 27952 27953 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27951 def initialize(**args) update!(**args) end |
Instance Attribute Details
#file_input_source ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecTranslationFileInputSource
Inlined file source.
Corresponds to the JSON property fileInputSource
27944 27945 27946 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27944 def file_input_source @file_input_source end |
#gcs_input_source ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPromptSpecTranslationGcsInputSource
Cloud Storage file source.
Corresponds to the JSON property gcsInputSource
27949 27950 27951 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27949 def gcs_input_source @gcs_input_source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27956 27957 27958 27959 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 27956 def update!(**args) @file_input_source = args[:file_input_source] if args.key?(:file_input_source) @gcs_input_source = args[:gcs_input_source] if args.key?(:gcs_input_source) end |