Class GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData
Container to hold value(s), successive in time, for one Feature from the request.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Feature value if a single value is requested.
Declaration
[JsonProperty("value")]
public virtual GoogleCloudAiplatformV1FeatureValue Value { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1FeatureValue |
Values
Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.
Declaration
[JsonProperty("values")]
public virtual GoogleCloudAiplatformV1FeatureValueList Values { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1FeatureValueList |