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
Returns Required. The resource name of the EntityType to create the batch of Features under.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
.
655 656 657 658 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 655 class BatchCreateFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Cloud::AIPlatform::V1::CreateFeatureRequest>
Returns Required. The request message specifying the Features to create. All Features must be
created under the same parent EntityType. 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.
655 656 657 658 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 655 class BatchCreateFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |