Class GoogleCloudAiplatformV1beta1CreateFeatureRequest
Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1CreateFeatureRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Feature
Required. The Feature to create.
Declaration
[JsonProperty("feature")]
public virtual GoogleCloudAiplatformV1beta1Feature Feature { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1Feature |
FeatureId
Required. The ID to use for the Feature, which will become the final component of the Feature's resource
name. This value may be up to 128 characters, and valid characters are [a-z0-9_]
. The first character
cannot be a number. The value must be unique within an EntityType/FeatureGroup.
Declaration
[JsonProperty("featureId")]
public virtual string FeatureId { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as
parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |