Class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FetchFeatureValuesRequest
Fetch feature values under a FeatureView.
Inheritance
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FetchFeatureValuesRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FetchFeatureValuesRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1FetchFeatureValuesResponse>, IClientServiceRequest<GoogleCloudAiplatformV1FetchFeatureValuesResponse>, IClientServiceRequest
Constructors
FetchFeatureValuesRequest(IClientService, GoogleCloudAiplatformV1FetchFeatureValuesRequest, string)
Constructs a new FetchFeatureValues request.
Declaration
public FetchFeatureValuesRequest(IClientService service, GoogleCloudAiplatformV1FetchFeatureValuesRequest body, string featureView)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1FetchFeatureValuesRequest | 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 FetchFeatureValues parameter list.
Declaration
protected override void InitParameters()