public sealed class GetFeatureRequest : IMessage<GetFeatureRequest>, IEquatable<GetFeatureRequest>, IDeepCloneable<GetFeatureRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetFeatureRequest.
Request message for [FeaturestoreService.GetFeature][google.cloud.aiplatform.v1beta1.FeaturestoreService.GetFeature]. Request message for [FeatureRegistryService.GetFeature][google.cloud.aiplatform.v1beta1.FeatureRegistryService.GetFeature].
Implements
IMessageGetFeatureRequest, IEquatableGetFeatureRequest, IDeepCloneableGetFeatureRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetFeatureRequest()
public GetFeatureRequest()GetFeatureRequest(GetFeatureRequest)
public GetFeatureRequest(GetFeatureRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetFeatureRequest |
Properties
FeatureName
public FeatureName FeatureName { get; set; }FeatureName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FeatureName |
|
FeatureStatsAndAnomalySpec
public FeatureStatsAndAnomalySpec FeatureStatsAndAnomalySpec { get; set; }Optional. Only applicable for Vertex AI Feature Store. If set, retrieves FeatureStatsAndAnomaly generated by FeatureMonitors based on this spec.
| Property Value | |
|---|---|
| Type | Description |
FeatureStatsAndAnomalySpec |
|
Name
public string Name { get; set; }Required. The name of the Feature resource.
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}
| Property Value | |
|---|---|
| Type | Description |
string |
|