Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportDataRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportDataRequest
- 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
Request message for DatasetService.ImportData.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ImportDataRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1ImportDataRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ImportDataRequest
Returns a new instance of GoogleCloudAiplatformV1beta1ImportDataRequest.
11865 11866 11867 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11865 def initialize(**args) update!(**args) end |
Instance Attribute Details
#import_configs ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportDataConfig>
Required. The desired input locations. The contents of all input locations
will be imported in one batch.
Corresponds to the JSON property importConfigs
11863 11864 11865 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11863 def import_configs @import_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11870 11871 11872 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11870 def update!(**args) @import_configs = args[:import_configs] if args.key?(:import_configs) end |