Class GoogleCloudRecommendationengineV1beta1FeatureMapFloatList
A list of float features.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1FeatureMapFloatList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Float feature value.
Declaration
[JsonProperty("value")]
public virtual IList<float?> Value { get; set; }
Property Value
Type | Description |
---|---|
IList<float?> |