public sealed class GetFeatureRequest : IMessage<GetFeatureRequest>, IEquatable<GetFeatureRequest>, IDeepCloneable<GetFeatureRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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 |
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 |