Cloud AI Platform v1 API - Class BatchCreateFeaturesRequest (2.27.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].

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
NameDescription
otherBatchCreateFeaturesRequest

Properties

Parent

public string Parent { get; set; }

Required. The resource name of the EntityType to create the batch of Features under. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

Property Value
TypeDescription
string

ParentAsEntityTypeName

public EntityTypeName ParentAsEntityTypeName { get; set; }

EntityTypeName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntityTypeName

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. 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
TypeDescription
RepeatedFieldCreateFeatureRequest