Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData

Container to hold value(s), successive in time, for one Feature from the request.

Inheritance
object
GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX