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
679 680 681 682 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 679 class BatchCreateFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Cloud::AIPlatform::V1::CreateFeatureRequest>
679 680 681 682 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 679 class BatchCreateFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |