Class GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload
Contains Feature values to be written for a specific entity.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1WriteFeatureValuesPayload : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityId
Required. The ID of the entity.
Declaration
[JsonProperty("entityId")]
public virtual string EntityId { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureValues
Required. Feature values to be written, mapping from Feature ID to value. Up to 100,000 feature_values
entries may be written across all payloads. The feature generation time, aligned by days, must be no older
than five years (1825 days) and no later than one year (366 days) in the future.
Declaration
[JsonProperty("featureValues")]
public virtual IDictionary<string, GoogleCloudAiplatformV1beta1FeatureValue> FeatureValues { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudAiplatformV1beta1FeatureValue> |