Cloud AI Platform v1 API - Class BatchCreateFeaturesRequest (3.11.0)

public sealed class BatchCreateFeaturesRequest : IMessage<BatchCreateFeaturesRequest>, IEquatable<BatchCreateFeaturesRequest>, IDeepCloneable<BatchCreateFeaturesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class BatchCreateFeaturesRequest.

Request message for [FeaturestoreService.BatchCreateFeatures][google.cloud.aiplatform.v1.FeaturestoreService.BatchCreateFeatures]. Request message for [FeatureRegistryService.BatchCreateFeatures][google.cloud.aiplatform.v1.FeatureRegistryService.BatchCreateFeatures].

Inheritance

object > BatchCreateFeaturesRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BatchCreateFeaturesRequest()

public BatchCreateFeaturesRequest()

BatchCreateFeaturesRequest(BatchCreateFeaturesRequest)

public BatchCreateFeaturesRequest(BatchCreateFeaturesRequest other)
Parameter
Name Description
other BatchCreateFeaturesRequest

Properties

Parent

public string Parent { get; set; }

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}

Property Value
Type Description
string

ParentAsEntityTypeName

public EntityTypeName ParentAsEntityTypeName { get; set; }

EntityTypeName-typed view over the Parent resource name property.

Property Value
Type Description
EntityTypeName

ParentAsFeatureGroupName

public FeatureGroupName ParentAsFeatureGroupName { get; set; }

FeatureGroupName-typed view over the Parent resource name property.

Property Value
Type Description
FeatureGroupName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
Type Description
IResourceName

Requests

public RepeatedField<CreateFeatureRequest> Requests { get; }

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.

Property Value
Type Description
RepeatedFieldCreateFeatureRequest