Class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SyncRequest
Triggers on-demand sync for the FeatureView.
Inheritance
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SyncRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SyncRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1SyncFeatureViewResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1SyncFeatureViewResponse>, IClientServiceRequest
Constructors
SyncRequest(IClientService, GoogleCloudAiplatformV1beta1SyncFeatureViewRequest, string)
Constructs a new Sync request.
Declaration
public SyncRequest(IClientService service, GoogleCloudAiplatformV1beta1SyncFeatureViewRequest body, string featureView)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1SyncFeatureViewRequest | body | |
string | featureView |
Properties
FeatureView
Required. Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}
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 Sync parameter list.
Declaration
protected override void InitParameters()