public sealed class ReadFeatureValuesRequest : IMessage<ReadFeatureValuesRequest>, IEquatable<ReadFeatureValuesRequest>, IDeepCloneable<ReadFeatureValuesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ReadFeatureValuesRequest.
Request message for [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreOnlineServingService.ReadFeatureValues].
Implements
IMessageReadFeatureValuesRequest, IEquatableReadFeatureValuesRequest, IDeepCloneableReadFeatureValuesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ReadFeatureValuesRequest()
public ReadFeatureValuesRequest()ReadFeatureValuesRequest(ReadFeatureValuesRequest)
public ReadFeatureValuesRequest(ReadFeatureValuesRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ReadFeatureValuesRequest | 
      
Properties
EntityId
public string EntityId { get; set; }Required. ID for a specific entity. For example,
for a machine learning model predicting user clicks on a website, an entity
ID could be user_123.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
EntityType
public string EntityType { get; set; }Required. The resource name of the EntityType for the entity being read.
Value format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}.
For example, for a machine learning model predicting user clicks on a
website, an EntityType ID could be user.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
EntityTypeAsEntityTypeName
public EntityTypeName EntityTypeAsEntityTypeName { get; set; }EntityTypeName-typed view over the EntityType resource name property.
| Property Value | |
|---|---|
| Type | Description | 
EntityTypeName | 
        |
FeatureSelector
public FeatureSelector FeatureSelector { get; set; }Required. Selector choosing Features of the target EntityType.
| Property Value | |
|---|---|
| Type | Description | 
FeatureSelector | 
        |