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.
11926 11927 11928 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11926 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
11924 11925 11926 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11924 def import_configs @import_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11931 11932 11933 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11931 def update!(**args) @import_configs = args[:import_configs] if args.key?(:import_configs) end |