Show / Hide Table of Contents

Class GoogleCloudAiplatformV1WriteFeatureValuesPayload

Contains Feature values to be written for a specific entity.

Inheritance
object
GoogleCloudAiplatformV1WriteFeatureValuesPayload
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1WriteFeatureValuesPayload : 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, GoogleCloudAiplatformV1FeatureValue> FeatureValues { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudAiplatformV1FeatureValue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX