Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView

Entity view with Feature values.

Inheritance
object
GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView
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 GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView : 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<GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData> Data { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX