Class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.StreamingFetchFeatureValuesRequest
Bidirectional streaming RPC to fetch feature values under a FeatureView. Requests may not have a one-to-one mapping to responses and responses may be returned out-of-order to reduce latency.
Inheritance
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.StreamingFetchFeatureValuesRequest
Implements
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse>.Fields
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.StreamingFetchFeatureValuesRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse>, IClientServiceRequest
Constructors
StreamingFetchFeatureValuesRequest(IClientService, GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest, string)
Constructs a new StreamingFetchFeatureValues request.
Declaration
public StreamingFetchFeatureValuesRequest(IClientService service, GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest body, string featureView)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest | body | |
string | featureView |
Properties
FeatureView
Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
Declaration
[RequestParameter("featureView", RequestParameterType.Path)]
public virtual string FeatureView { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes StreamingFetchFeatureValues parameter list.
Declaration
protected override void InitParameters()