Class GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView
Entity view with Feature values.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView : IDirectResponseSchema
Properties
Data
Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header ReadFeatureValuesResponse.header.
Declaration
[JsonProperty("data")]
public virtual IList<GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData> Data { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityViewData> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityId
ID of the requested entity.
Declaration
[JsonProperty("entityId")]
public virtual string EntityId { get; set; }
Property Value
Type | Description |
---|---|
string |