Class ProjectsResource.LocationsResource.FeaturestoresResource
The "featurestores" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.FeaturestoresResource
Constructors
FeaturestoresResource(IClientService)
Constructs a new resource.
Declaration
public FeaturestoresResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
EntityTypes
Gets the EntityTypes resource.
Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource EntityTypes { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.FeaturestoresResource.OperationsResource |
Methods
BatchReadFeatureValues(GoogleCloudAiplatformV1BatchReadFeatureValuesRequest, string)
Batch reads Feature values from a Featurestore. This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.BatchReadFeatureValuesRequest BatchReadFeatureValues(GoogleCloudAiplatformV1BatchReadFeatureValuesRequest body, string featurestore)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1BatchReadFeatureValuesRequest | body | The body of the request. |
string | featurestore | Required. The resource name of the Featurestore from which to query Feature values. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.FeaturestoresResource.BatchReadFeatureValuesRequest |
Create(GoogleCloudAiplatformV1Featurestore, string)
Creates a new Featurestore in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.CreateRequest Create(GoogleCloudAiplatformV1Featurestore body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1Featurestore | body | The body of the request. |
string | parent | Required. The resource name of the Location to create Featurestores. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.FeaturestoresResource.CreateRequest |
Delete(string)
Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or force
must be
set to true for the request to succeed.
Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the Featurestore to be deleted. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.FeaturestoresResource.DeleteRequest |
Get(string)
Gets details of a single Featurestore.
Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the Featurestore resource. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.FeaturestoresResource.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.FeaturestoresResource.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.FeaturestoresResource.GetIamPolicyRequest |
List(string)
Lists Featurestores in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The resource name of the Location to list Featurestores. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.FeaturestoresResource.ListRequest |
Patch(GoogleCloudAiplatformV1Featurestore, string)
Updates the parameters of a single Featurestore.
Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.PatchRequest Patch(GoogleCloudAiplatformV1Featurestore body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1Featurestore | body | The body of the request. |
string | name | Output only. Name of the Featurestore. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.FeaturestoresResource.PatchRequest |
SearchFeatures(string)
Searches Features matching a query in a given project.
Declaration
public virtual ProjectsResource.LocationsResource.FeaturestoresResource.SearchFeaturesRequest SearchFeatures(string location)
Parameters
Type | Name | Description |
---|---|---|
string | location | Required. The resource name of the Location to search Features. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.FeaturestoresResource.SearchFeaturesRequest |
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.FeaturestoresResource.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.FeaturestoresResource.SetIamPolicyRequest |
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.FeaturestoresResource.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.FeaturestoresResource.TestIamPermissionsRequest |