Class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource | Google.Apis.Aiplatform.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource

The "featureViews" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource
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.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource

Constructors

FeatureViewsResource(IClientService)

Constructs a new resource.

Declaration
public FeatureViewsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

FeatureViewSyncs

Gets the FeatureViewSyncs resource.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FeatureViewSyncsResource FeatureViewSyncs { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FeatureViewSyncsResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.OperationsResource

Methods

Create(GoogleCloudAiplatformV1FeatureView, string)

Creates a new FeatureView in a given FeatureOnlineStore.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.CreateRequest Create(GoogleCloudAiplatformV1FeatureView body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1FeatureView body

The body of the request.

string parent

Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.CreateRequest

Delete(string)

Deletes a single FeatureView.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the FeatureView to be deleted. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.DeleteRequest

FetchFeatureValues(GoogleCloudAiplatformV1FetchFeatureValuesRequest, string)

Fetch feature values under a FeatureView.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FetchFeatureValuesRequest FetchFeatureValues(GoogleCloudAiplatformV1FetchFeatureValuesRequest body, string featureView)
Parameters
Type Name Description
GoogleCloudAiplatformV1FetchFeatureValuesRequest body

The body of the request.

string featureView

Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FetchFeatureValuesRequest

Get(string)

Gets details of a single FeatureView.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the FeatureView resource. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.GetRequest

GetIamPolicy(string)

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.GetIamPolicyRequest GetIamPolicy(string resource)
Parameters
Type Name Description
string resource

REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.GetIamPolicyRequest

List(string)

Lists FeatureViews in a given FeatureOnlineStore.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.ListRequest

Patch(GoogleCloudAiplatformV1FeatureView, string)

Updates the parameters of a single FeatureView.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.PatchRequest Patch(GoogleCloudAiplatformV1FeatureView body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1FeatureView body

The body of the request.

string name

Identifier. Name of the FeatureView. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.PatchRequest

SearchNearestEntities(GoogleCloudAiplatformV1SearchNearestEntitiesRequest, string)

Search the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SearchNearestEntitiesRequest SearchNearestEntities(GoogleCloudAiplatformV1SearchNearestEntitiesRequest body, string featureView)
Parameters
Type Name Description
GoogleCloudAiplatformV1SearchNearestEntitiesRequest body

The body of the request.

string featureView

Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SearchNearestEntitiesRequest

SetIamPolicy(GoogleIamV1SetIamPolicyRequest, string)

Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SetIamPolicyRequest SetIamPolicy(GoogleIamV1SetIamPolicyRequest body, string resource)
Parameters
Type Name Description
GoogleIamV1SetIamPolicyRequest body

The body of the request.

string resource

REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SetIamPolicyRequest

Sync(GoogleCloudAiplatformV1SyncFeatureViewRequest, string)

Triggers on-demand sync for the FeatureView.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SyncRequest Sync(GoogleCloudAiplatformV1SyncFeatureViewRequest body, string featureView)
Parameters
Type Name Description
GoogleCloudAiplatformV1SyncFeatureViewRequest body

The body of the request.

string featureView

Required. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SyncRequest

TestIamPermissions(string)

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

Declaration
public virtual ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.TestIamPermissionsRequest TestIamPermissions(string resource)
Parameters
Type Name Description
string resource

REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field.

Returns
Type Description
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.TestIamPermissionsRequest
In this article
Back to top Generated by DocFX