com.google.api.gax.longrunning.OperationFuture<BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> |
FeaturestoreServiceClient.batchReadFeatureValuesAsync(FeaturestoreName featurestore) |
Batch reads Feature values from a Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> |
FeaturestoreServiceClient.createEntityTypeAsync(FeaturestoreName parent,
EntityType entityType) |
Creates a new EntityType in a given Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<EntityType,CreateEntityTypeOperationMetadata> |
FeaturestoreServiceClient.createEntityTypeAsync(FeaturestoreName parent,
EntityType entityType,
String entityTypeId) |
Creates a new EntityType in a given Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
FeaturestoreServiceClient.deleteFeaturestoreAsync(FeaturestoreName name) |
Deletes a single Featurestore.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
FeaturestoreServiceClient.deleteFeaturestoreAsync(FeaturestoreName name,
boolean force) |
Deletes a single Featurestore.
|
Featurestore |
FeaturestoreServiceClient.getFeaturestore(FeaturestoreName name) |
Gets details of a single Featurestore.
|
FeaturestoreServiceClient.ListEntityTypesPagedResponse |
FeaturestoreServiceClient.listEntityTypes(FeaturestoreName parent) |
Lists EntityTypes in a given Featurestore.
|