Class GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse
Response message for FeatureOnlineStoreService.StreamingFetchFeatureValues.
Inheritance
GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse
Assembly: Google.Apis.Aiplatform.v1beta1.dll
public class GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse : IDirectResponseSchema
Properties
Declaration
[JsonProperty("data")]
public virtual IList<GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse> Data { get; set; }
Property Value
Declaration
[JsonProperty("dataKeysWithError")]
public virtual IList<GoogleCloudAiplatformV1beta1FeatureViewDataKey> DataKeysWithError { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Response status. If OK, then StreamingFetchFeatureValuesResponse.data will be populated. Otherwise
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.
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Implements