Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest
- 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 FeaturestoreService.BatchCreateFeatures. Request message for FeatureRegistryService.BatchCreateFeatures.
Instance Attribute Summary collapse
-
#requests ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreateFeatureRequest>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest
Returns a new instance of GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest.
1627 1628 1629 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1627 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreateFeatureRequest>
Required. The request message specifying the Features to create. All Features
must be created under the same parent EntityType / FeatureGroup. The parent
field in each child request message can be omitted. If parent is set in a
child request, then the value must match the parent value in this request
message.
Corresponds to the JSON property requests
1625 1626 1627 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1625 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1632 1633 1634 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1632 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |