public sealed class FetchFeatureValuesRequest : IMessage<FetchFeatureValuesRequest>, IEquatable<FetchFeatureValuesRequest>, IDeepCloneable<FetchFeatureValuesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FetchFeatureValuesRequest.
Request message for [FeatureOnlineStoreService.FetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.FetchFeatureValues]. All the features under the requested feature view will be returned.
Implements
IMessageFetchFeatureValuesRequest, IEquatableFetchFeatureValuesRequest, IDeepCloneableFetchFeatureValuesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FetchFeatureValuesRequest()
public FetchFeatureValuesRequest()
FetchFeatureValuesRequest(FetchFeatureValuesRequest)
public FetchFeatureValuesRequest(FetchFeatureValuesRequest other)
Parameter | |
---|---|
Name | Description |
other |
FetchFeatureValuesRequest |
Properties
DataFormat
public FeatureViewDataFormat DataFormat { get; set; }
Optional. Response data format. If not set, [FeatureViewDataFormat.KEY_VALUE][google.cloud.aiplatform.v1beta1.FeatureViewDataFormat.KEY_VALUE] will be used.
Property Value | |
---|---|
Type | Description |
FeatureViewDataFormat |
DataKey
public FeatureViewDataKey DataKey { get; set; }
Optional. The request key to fetch feature values for.
Property Value | |
---|---|
Type | Description |
FeatureViewDataKey |
EntityIdCase
public FetchFeatureValuesRequest.EntityIdOneofCase EntityIdCase { get; }
Property Value | |
---|---|
Type | Description |
FetchFeatureValuesRequestEntityIdOneofCase |
FeatureView
public string FeatureView { get; set; }
Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
Property Value | |
---|---|
Type | Description |
string |
FeatureViewAsFeatureViewName
public FeatureViewName FeatureViewAsFeatureViewName { get; set; }
FeatureViewName-typed view over the FeatureView resource name property.
Property Value | |
---|---|
Type | Description |
FeatureViewName |
Format
[Obsolete]
public FetchFeatureValuesRequest.Types.Format Format { get; set; }
Specify response data format. If not set, KeyValue format will be used. Deprecated. Use [FetchFeatureValuesRequest.data_format][google.cloud.aiplatform.v1beta1.FetchFeatureValuesRequest.data_format].
Property Value | |
---|---|
Type | Description |
FetchFeatureValuesRequestTypesFormat |
HasId
[Obsolete]
public bool HasId { get; }
Gets whether the "id" field is set
Property Value | |
---|---|
Type | Description |
bool |
Id
[Obsolete]
public string Id { get; set; }
Simple ID. The whole string will be used as is to identify Entity to fetch feature values for.
Property Value | |
---|---|
Type | Description |
string |