Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::BatchCreateFeaturesRequest (v0.56.0)

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. If parent is set in a child request, then the value must match the parent 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. If parent is set in a child request, then the value must match the parent 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. If parent is set in a child request, then the value must match the parent value in this request message.