ProjectsLocationsFeaturestoresEntityTypesResource class

Constructors

ProjectsLocationsFeaturestoresEntityTypesResource(ApiRequester client)

Properties

features ProjectsLocationsFeaturestoresEntityTypesFeaturesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsFeaturestoresEntityTypesOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudAiplatformV1EntityType request, String parent, {String? entityTypeId, String? $fields}) Future<GoogleLongrunningOperation>
Creates a new EntityType in a given Featurestore.
delete(String name, {bool? force, String? $fields}) Future<GoogleLongrunningOperation>
Deletes a single EntityType.
deleteFeatureValues(GoogleCloudAiplatformV1DeleteFeatureValuesRequest request, String entityType, {String? $fields}) Future<GoogleLongrunningOperation>
Delete Feature values from Featurestore.
exportFeatureValues(GoogleCloudAiplatformV1ExportFeatureValuesRequest request, String entityType, {String? $fields}) Future<GoogleLongrunningOperation>
Exports Feature values from all the entities of a target EntityType.
get(String name, {String? $fields}) Future<GoogleCloudAiplatformV1EntityType>
Gets details of a single EntityType.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<GoogleIamV1Policy>
Gets the access control policy for a resource.
importFeatureValues(GoogleCloudAiplatformV1ImportFeatureValuesRequest request, String entityType, {String? $fields}) Future<GoogleLongrunningOperation>
Imports Feature values into the Featurestore from a source storage.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? readMask, String? $fields}) Future<GoogleCloudAiplatformV1ListEntityTypesResponse>
Lists EntityTypes in a given Featurestore.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudAiplatformV1EntityType request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudAiplatformV1EntityType>
Updates the parameters of a single EntityType.
readFeatureValues(GoogleCloudAiplatformV1ReadFeatureValuesRequest request, String entityType, {String? $fields}) Future<GoogleCloudAiplatformV1ReadFeatureValuesResponse>
Reads Feature values of a specific entity of an EntityType.
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields}) Future<GoogleIamV1Policy>
Sets the access control policy on the specified resource.
streamingReadFeatureValues(GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest request, String entityType, {String? $fields}) Future<GoogleCloudAiplatformV1ReadFeatureValuesResponse>
Reads Feature values for multiple entities.
testIamPermissions(String resource, {List<String>? permissions, String? $fields}) Future<GoogleIamV1TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited
writeFeatureValues(GoogleCloudAiplatformV1WriteFeatureValuesRequest request, String entityType, {String? $fields}) Future<GoogleCloudAiplatformV1WriteFeatureValuesResponse>
Writes Feature values of one or more entities of an EntityType.

Operators

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