Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse

Response message for FeatureOnlineStoreService.StreamingFetchFeatureValues.

Inheritance
object
GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse : IDirectResponseSchema

Properties

Data

Declaration
[JsonProperty("data")]
public virtual IList<GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse> Data { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse>

DataKeysWithError

Declaration
[JsonProperty("dataKeysWithError")]
public virtual IList<GoogleCloudAiplatformV1beta1FeatureViewDataKey> DataKeysWithError { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1FeatureViewDataKey>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Status

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
Type Description
GoogleRpcStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX