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

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

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

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(Data)

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

Properties

DataCase

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

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