Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ProcessDataRequestVeoSpec

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

Overview

Spec for Veo data processing.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ProcessDataRequestVeoSpec

Returns a new instance of GoogleCloudAiplatformV1beta1ProcessDataRequestVeoSpec.



42039
42040
42041
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 42039

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

Instance Attribute Details

#process_typeString

Optional. The type of data processing to perform. Corresponds to the JSON property processType

Returns:

  • (String)


42037
42038
42039
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 42037

def process_type
  @process_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42044
42045
42046
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 42044

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