Class: Google::Cloud::AIPlatform::V1::BatchCreateFeaturesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchCreateFeaturesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Response message for FeaturestoreService.BatchCreateFeatures.
Instance Attribute Summary collapse
-
#features ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Feature>
The Features created.
Instance Attribute Details
#features ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Feature>
Returns The Features created.
697 698 699 700 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 697 class BatchCreateFeaturesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |