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

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::BatchCreateFeaturesRequest.

Request message for FeaturestoreService.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 to create the batch of Features under. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the EntityType to create the batch of Features under. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Returns
  • (::String) — Required. The resource name of the EntityType to create the batch of Features under. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

#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. 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. 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. 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.