Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImportDataRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImportDataRequest
- 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
Overview
Request message for DatasetService.ImportData.
Instance Attribute Summary collapse
-
#import_configs ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImportDataConfig>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ImportDataRequest
constructor
A new instance of GoogleCloudAiplatformV1ImportDataRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ImportDataRequest
Returns a new instance of GoogleCloudAiplatformV1ImportDataRequest.
10180 10181 10182 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10180 def initialize(**args) update!(**args) end |
Instance Attribute Details
#import_configs ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ImportDataConfig>
Required. The desired input locations. The contents of all input locations
will be imported in one batch.
Corresponds to the JSON property importConfigs
10178 10179 10180 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10178 def import_configs @import_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10185 10186 10187 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 10185 def update!(**args) @import_configs = args[:import_configs] if args.key?(:import_configs) end |