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.
11505 11506 11507 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11505 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
11503 11504 11505 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11503 def import_configs @import_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11510 11511 11512 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 11510 def update!(**args) @import_configs = args[:import_configs] if args.key?(:import_configs) end |