Cloud AI Platform v1 API - Class ReadFeatureValuesResponse.Types.EntityView (2.27.0)

public sealed class ReadFeatureValuesResponse.Types.EntityView : IMessage<ReadFeatureValuesResponse.Types.EntityView>, IEquatable<ReadFeatureValuesResponse.Types.EntityView>, IDeepCloneable<ReadFeatureValuesResponse.Types.EntityView>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ReadFeatureValuesResponse.Types.EntityView.

Entity view with Feature values.

Inheritance

object > ReadFeatureValuesResponse.Types.EntityView

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

EntityView()

public EntityView()

EntityView(EntityView)

public EntityView(ReadFeatureValuesResponse.Types.EntityView other)
Parameter
NameDescription
otherReadFeatureValuesResponseTypesEntityView

Properties

Data

public RepeatedField<ReadFeatureValuesResponse.Types.EntityView.Types.Data> Data { get; }

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][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].

Property Value
TypeDescription
RepeatedFieldReadFeatureValuesResponseTypesEntityViewTypesData

EntityId

public string EntityId { get; set; }

ID of the requested entity.

Property Value
TypeDescription
string