Cloud AI Platform v1beta1 API - Class StreamingFetchFeatureValuesResponse (1.0.0-beta03)

public sealed class StreamingFetchFeatureValuesResponse : IMessage<StreamingFetchFeatureValuesResponse>, IEquatable<StreamingFetchFeatureValuesResponse>, IDeepCloneable<StreamingFetchFeatureValuesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class StreamingFetchFeatureValuesResponse.

Response message for [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues].

Inheritance

object > StreamingFetchFeatureValuesResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

StreamingFetchFeatureValuesResponse()

public StreamingFetchFeatureValuesResponse()

StreamingFetchFeatureValuesResponse(StreamingFetchFeatureValuesResponse)

public StreamingFetchFeatureValuesResponse(StreamingFetchFeatureValuesResponse other)
Parameter
Name Description
other StreamingFetchFeatureValuesResponse

Properties

Data

public RepeatedField<FetchFeatureValuesResponse> Data { get; }
Property Value
Type Description
RepeatedFieldFetchFeatureValuesResponse

DataKeysWithError

public RepeatedField<FeatureViewDataKey> DataKeysWithError { get; }
Property Value
Type Description
RepeatedFieldFeatureViewDataKey

Status

public Status Status { get; set; }

Response status. If OK, then [StreamingFetchFeatureValuesResponse.data][google.cloud.aiplatform.v1beta1.StreamingFetchFeatureValuesResponse.data] will be populated. Otherwise [StreamingFetchFeatureValuesResponse.data_keys_with_error][google.cloud.aiplatform.v1beta1.StreamingFetchFeatureValuesResponse.data_keys_with_error] will be populated with the appropriate data keys. The error only applies to the listed data keys - the stream will remain open for further [FeatureOnlineStoreService.StreamingFetchFeatureValuesRequest][] requests.

Property Value
Type Description
Status