Cloud AI Platform v1 API - Class ReadFeatureValuesRequest (2.27.0)

public sealed class ReadFeatureValuesRequest : IMessage<ReadFeatureValuesRequest>, IEquatable<ReadFeatureValuesRequest>, IDeepCloneable<ReadFeatureValuesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ReadFeatureValuesRequest.

Request message for [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.ReadFeatureValues].

Inheritance

object > ReadFeatureValuesRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ReadFeatureValuesRequest()

public ReadFeatureValuesRequest()

ReadFeatureValuesRequest(ReadFeatureValuesRequest)

public ReadFeatureValuesRequest(ReadFeatureValuesRequest other)
Parameter
NameDescription
otherReadFeatureValuesRequest

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
TypeDescription
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
TypeDescription
string

EntityTypeAsEntityTypeName

public EntityTypeName EntityTypeAsEntityTypeName { get; set; }

EntityTypeName-typed view over the EntityType resource name property.

Property Value
TypeDescription
EntityTypeName

FeatureSelector

public FeatureSelector FeatureSelector { get; set; }

Required. Selector choosing Features of the target EntityType.

Property Value
TypeDescription
FeatureSelector