Class ReadFeatureValuesResponse.Types.EntityView.Types.Data (2.2.0)

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

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

Inheritance

Object > ReadFeatureValuesResponse.Types.EntityView.Types.Data

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Data()

public Data()

Data(ReadFeatureValuesResponse.Types.EntityView.Types.Data)

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

Properties

DataCase

public ReadFeatureValuesResponse.Types.EntityView.Types.Data.DataOneofCase DataCase { get; }
Property Value
TypeDescription
ReadFeatureValuesResponse.Types.EntityView.Types.Data.DataOneofCase

Value

public FeatureValue Value { get; set; }

Feature value if a single value is requested.

Property Value
TypeDescription
FeatureValue

Values

public FeatureValueList Values { get; set; }

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.

Property Value
TypeDescription
FeatureValueList