Class ReadFeatureValuesResponse.Types.EntityView (2.2.0)

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

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(ReadFeatureValuesResponse.Types.EntityView)

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

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
RepeatedField<ReadFeatureValuesResponse.Types.EntityView.Types.Data>

EntityId

public string EntityId { get; set; }

ID of the requested entity.

Property Value
TypeDescription
String