public sealed class BatchCreateFeaturesRequest : IMessage<BatchCreateFeaturesRequest>, IEquatable<BatchCreateFeaturesRequest>, IDeepCloneable<BatchCreateFeaturesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class BatchCreateFeaturesRequest.
Request message for [FeaturestoreService.BatchCreateFeatures][google.cloud.aiplatform.v1beta1.FeaturestoreService.BatchCreateFeatures]. Request message for [FeatureRegistryService.BatchCreateFeatures][google.cloud.aiplatform.v1beta1.FeatureRegistryService.BatchCreateFeatures].
Implements
IMessageBatchCreateFeaturesRequest, IEquatableBatchCreateFeaturesRequest, IDeepCloneableBatchCreateFeaturesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
|