ProjectsLocationsFeaturestores
class ProjectsLocationsFeaturestores extends Resource (View source)
The "featurestores" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$featurestores = $aiplatformService->projects_locations_featurestores;
Methods
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. (featurestores.batchReadFeatureValues)
Creates a new Featurestore in a given project and location.
Deletes a single Featurestore. The Featurestore must not contain any
EntityTypes or force
must be set to true for the request to succeed.
Gets details of a single Featurestore. (featurestores.get)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (featurestores.getIamPolicy)
Lists Featurestores in a given project and location.
Updates the parameters of a single Featurestore. (featurestores.patch)
Searches Features matching a query in a given project.
Sets the access control policy on the specified resource. Replaces any
existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and
PERMISSION_DENIED
errors. (featurestores.setIamPolicy)
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.
Details
GoogleLongrunningOperation
batchReadFeatureValues(string $featurestore, GoogleCloudAiplatformV1BatchReadFeatureValuesRequest $postBody, array $optParams = [])
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. (featurestores.batchReadFeatureValues)
GoogleLongrunningOperation
create(string $parent, GoogleCloudAiplatformV1Featurestore $postBody, array $optParams = [])
Creates a new Featurestore in a given project and location.
(featurestores.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a single Featurestore. The Featurestore must not contain any
EntityTypes or force
must be set to true for the request to succeed.
(featurestores.delete)
GoogleCloudAiplatformV1Featurestore
get(string $name, array $optParams = [])
Gets details of a single Featurestore. (featurestores.get)
GoogleIamV1Policy
getIamPolicy(string $resource, array $optParams = [])
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (featurestores.getIamPolicy)
GoogleCloudAiplatformV1ListFeaturestoresResponse
listProjectsLocationsFeaturestores(string $parent, array $optParams = [])
Lists Featurestores in a given project and location.
(featurestores.listProjectsLocationsFeaturestores)
GoogleLongrunningOperation
patch(string $name, GoogleCloudAiplatformV1Featurestore $postBody, array $optParams = [])
Updates the parameters of a single Featurestore. (featurestores.patch)
GoogleCloudAiplatformV1SearchFeaturesResponse
searchFeatures(string $location, array $optParams = [])
Searches Features matching a query in a given project.
(featurestores.searchFeatures)
GoogleIamV1Policy
setIamPolicy(string $resource, GoogleIamV1SetIamPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on the specified resource. Replaces any
existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and
PERMISSION_DENIED
errors. (featurestores.setIamPolicy)
GoogleIamV1TestIamPermissionsResponse
testIamPermissions(string $resource, array $optParams = [])
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. (featurestores.testIamPermissions)