Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProcessDataRequestVeoSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProcessDataRequestVeoSpec
- 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
Overview
Spec for Veo data processing.
Instance Attribute Summary collapse
-
#process_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ProcessDataRequestVeoSpec
constructor
A new instance of GoogleCloudAiplatformV1beta1ProcessDataRequestVeoSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ProcessDataRequestVeoSpec
Returns a new instance of GoogleCloudAiplatformV1beta1ProcessDataRequestVeoSpec.
40565 40566 40567 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40565 def initialize(**args) update!(**args) end |
Instance Attribute Details
#process_type ⇒ String
Optional. The type of data processing to perform.
Corresponds to the JSON property processType
40563 40564 40565 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40563 def process_type @process_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40570 40571 40572 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40570 def update!(**args) @process_type = args[:process_type] if args.key?(:process_type) end |