Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::BatchCreateFeaturesRequest.
Request message for FeaturestoreService.BatchCreateFeatures. Request message for FeatureRegistryService.BatchCreateFeatures.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — 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}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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}
Returns
-
(::String) — 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}
#requests
def requests() -> ::Array<::Google::Cloud::AIPlatform::V1::CreateFeatureRequest>
Returns
-
(::Array<::Google::Cloud::AIPlatform::V1::CreateFeatureRequest>) — 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. Ifparent
is set in a child request, then the value must match theparent
value in this request message.
#requests=
def requests=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::CreateFeatureRequest>
Parameter
-
value (::Array<::Google::Cloud::AIPlatform::V1::CreateFeatureRequest>) — 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. Ifparent
is set in a child request, then the value must match theparent
value in this request message.
Returns
-
(::Array<::Google::Cloud::AIPlatform::V1::CreateFeatureRequest>) — 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. Ifparent
is set in a child request, then the value must match theparent
value in this request message.