FeaturestoreService class final

The service that handles CRUD and List for resources for Featurestore.

Constructors

FeaturestoreService({required Client client})
Creates a FeaturestoreService using client for transport.
FeaturestoreService.fromApiKey([String? apiKey])
Creates a FeaturestoreService that does authentication through an API key.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchCreateFeatures(BatchCreateFeaturesRequest request) Future<Operation<BatchCreateFeaturesResponse, BatchCreateFeaturesOperationMetadata>>
Creates a batch of Features in a given EntityType.
batchReadFeatureValues(BatchReadFeatureValuesRequest request) Future<Operation<BatchReadFeatureValuesResponse, BatchReadFeatureValuesOperationMetadata>>
Batch reads Feature values from a Featurestore.
cancelOperation(CancelOperationRequest request) Future<void>
Provides the Operations service functionality in this service.
close() → void
Closes the client and cleans up any resources associated with it.
createEntityType(CreateEntityTypeRequest request) Future<Operation<EntityType, CreateEntityTypeOperationMetadata>>
Creates a new EntityType in a given Featurestore.
createFeature(CreateFeatureRequest request) Future<Operation<Feature, CreateFeatureOperationMetadata>>
Creates a new Feature in a given EntityType.
createFeaturestore(CreateFeaturestoreRequest request) Future<Operation<Featurestore, CreateFeaturestoreOperationMetadata>>
Creates a new Featurestore in a given project and location.
deleteEntityType(DeleteEntityTypeRequest request) Future<Operation<Empty, DeleteOperationMetadata>>
Deletes a single EntityType. The EntityType must not have any Features or force must be set to true for the request to succeed.
deleteFeature(DeleteFeatureRequest request) Future<Operation<Empty, DeleteOperationMetadata>>
Deletes a single Feature.
deleteFeaturestore(DeleteFeaturestoreRequest request) Future<Operation<Empty, DeleteOperationMetadata>>
Deletes a single Featurestore. The Featurestore must not contain any EntityTypes or force must be set to true for the request to succeed.
deleteFeatureValues(DeleteFeatureValuesRequest request) Future<Operation<DeleteFeatureValuesResponse, DeleteFeatureValuesOperationMetadata>>
Delete Feature values from Featurestore.
deleteOperation(DeleteOperationRequest request) Future<void>
Provides the Operations service functionality in this service.
exportFeatureValues(ExportFeatureValuesRequest request) Future<Operation<ExportFeatureValuesResponse, ExportFeatureValuesOperationMetadata>>
Exports Feature values from all the entities of a target EntityType.
getEntityType(GetEntityTypeRequest request) Future<EntityType>
Gets details of a single EntityType.
getFeature(GetFeatureRequest request) Future<Feature>
Gets details of a single Feature.
getFeaturestore(GetFeaturestoreRequest request) Future<Featurestore>
Gets details of a single Featurestore.
getIamPolicy(GetIamPolicyRequest request) Future<Policy>
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
getLocation(GetLocationRequest request) Future<Location>
Gets information about a location.
getOperation<T extends ProtoMessage, S extends ProtoMessage>(Operation<T, S> request) Future<Operation<T, S>>
Provides the Operations service functionality in this service.
importFeatureValues(ImportFeatureValuesRequest request) Future<Operation<ImportFeatureValuesResponse, ImportFeatureValuesOperationMetadata>>
Imports Feature values into the Featurestore from a source storage.
listEntityTypes(ListEntityTypesRequest request) Future<ListEntityTypesResponse>
Lists EntityTypes in a given Featurestore.
listFeatures(ListFeaturesRequest request) Future<ListFeaturesResponse>
Lists Features in a given EntityType.
listFeaturestores(ListFeaturestoresRequest request) Future<ListFeaturestoresResponse>
Lists Featurestores in a given project and location.
listLocations(ListLocationsRequest request) Future<ListLocationsResponse>
Lists information about the supported locations for this service.
listOperations(ListOperationsRequest request) Future<ListOperationsResponse>
Provides the Operations service functionality in this service.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchFeatures(SearchFeaturesRequest request) Future<SearchFeaturesResponse>
Searches Features matching a query in a given project.
setIamPolicy(SetIamPolicyRequest request) Future<Policy>
Sets the access control policy on the specified resource. Replaces any existing policy.
testIamPermissions(TestIamPermissionsRequest request) Future<TestIamPermissionsResponse>
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.
toString() String
A string representation of this object.
inherited
updateEntityType(UpdateEntityTypeRequest request) Future<EntityType>
Updates the parameters of a single EntityType.
updateFeature(UpdateFeatureRequest request) Future<Feature>
Updates the parameters of a single Feature.
updateFeaturestore(UpdateFeaturestoreRequest request) Future<Operation<Featurestore, UpdateFeaturestoreOperationMetadata>>
Updates the parameters of a single Featurestore.
waitOperation(WaitOperationRequest request) Future<Operation<ProtoMessage, ProtoMessage>>
Provides the Operations service functionality in this service.

Operators

operator ==(Object other) bool
The equality operator.
inherited