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. Request message for FeatureRegistryService.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/FeatureGroup to create the
batch of Features under. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
projects/{project}/locations/{location}/featureGroups/{feature_group}
.
687 688 689 690 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 687 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 / 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.
687 688 689 690 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 687 class BatchCreateFeaturesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |