Class: Google::Cloud::AIPlatform::V1::BatchCreateFeaturesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchCreateFeaturesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Request message for FeaturestoreService.BatchCreateFeatures.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Cloud::AIPlatform::V1::CreateFeatureRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
682 683 684 685 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 682 class BatchCreateFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Cloud::AIPlatform::V1::CreateFeatureRequest>
682 683 684 685 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 682 class BatchCreateFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |