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.



41861
41862
41863
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 41861

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)


41859
41860
41861
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 41859

def process_type
  @process_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



41866
41867
41868
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 41866

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