Represents a FeaturestoreService
Inheritance
$protobuf.rpc.Service > protos.google.cloud.aiplatform.v1beta1.FeaturestoreServicePackage
@google-cloud/aiplatformConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new FeaturestoreService service.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
batchCreateFeatures(request, callback)
public batchCreateFeatures(request: google.cloud.aiplatform.v1beta1.IBatchCreateFeaturesRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.BatchCreateFeaturesCallback): void;Calls BatchCreateFeatures.
| Parameters | |
|---|---|
| Name | Description |
request |
IBatchCreateFeaturesRequest
BatchCreateFeaturesRequest message or plain object |
callback |
BatchCreateFeaturesCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
batchCreateFeatures(request)
public batchCreateFeatures(request: google.cloud.aiplatform.v1beta1.IBatchCreateFeaturesRequest): Promise<google.longrunning.Operation>;Calls BatchCreateFeatures.
| Parameter | |
|---|---|
| Name | Description |
request |
IBatchCreateFeaturesRequest
BatchCreateFeaturesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
batchReadFeatureValues(request, callback)
public batchReadFeatureValues(request: google.cloud.aiplatform.v1beta1.IBatchReadFeatureValuesRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.BatchReadFeatureValuesCallback): void;Calls BatchReadFeatureValues.
| Parameters | |
|---|---|
| Name | Description |
request |
IBatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest message or plain object |
callback |
BatchReadFeatureValuesCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
batchReadFeatureValues(request)
public batchReadFeatureValues(request: google.cloud.aiplatform.v1beta1.IBatchReadFeatureValuesRequest): Promise<google.longrunning.Operation>;Calls BatchReadFeatureValues.
| Parameter | |
|---|---|
| Name | Description |
request |
IBatchReadFeatureValuesRequest
BatchReadFeatureValuesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): FeaturestoreService;Creates new FeaturestoreService service using the specified rpc implementation.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
| Returns | |
|---|---|
| Type | Description |
FeaturestoreService |
RPC service. Useful where requests and/or responses are streamed. |
createEntityType(request, callback)
public createEntityType(request: google.cloud.aiplatform.v1beta1.ICreateEntityTypeRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.CreateEntityTypeCallback): void;Calls CreateEntityType.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateEntityTypeRequest
CreateEntityTypeRequest message or plain object |
callback |
CreateEntityTypeCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
createEntityType(request)
public createEntityType(request: google.cloud.aiplatform.v1beta1.ICreateEntityTypeRequest): Promise<google.longrunning.Operation>;Calls CreateEntityType.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateEntityTypeRequest
CreateEntityTypeRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
createFeature(request, callback)
public createFeature(request: google.cloud.aiplatform.v1beta1.ICreateFeatureRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.CreateFeatureCallback): void;Calls CreateFeature.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateFeatureRequest
CreateFeatureRequest message or plain object |
callback |
CreateFeatureCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
createFeature(request)
public createFeature(request: google.cloud.aiplatform.v1beta1.ICreateFeatureRequest): Promise<google.longrunning.Operation>;Calls CreateFeature.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateFeatureRequest
CreateFeatureRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
createFeaturestore(request, callback)
public createFeaturestore(request: google.cloud.aiplatform.v1beta1.ICreateFeaturestoreRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.CreateFeaturestoreCallback): void;Calls CreateFeaturestore.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateFeaturestoreRequest
CreateFeaturestoreRequest message or plain object |
callback |
CreateFeaturestoreCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
createFeaturestore(request)
public createFeaturestore(request: google.cloud.aiplatform.v1beta1.ICreateFeaturestoreRequest): Promise<google.longrunning.Operation>;Calls CreateFeaturestore.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateFeaturestoreRequest
CreateFeaturestoreRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
deleteEntityType(request, callback)
public deleteEntityType(request: google.cloud.aiplatform.v1beta1.IDeleteEntityTypeRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.DeleteEntityTypeCallback): void;Calls DeleteEntityType.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteEntityTypeRequest
DeleteEntityTypeRequest message or plain object |
callback |
DeleteEntityTypeCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteEntityType(request)
public deleteEntityType(request: google.cloud.aiplatform.v1beta1.IDeleteEntityTypeRequest): Promise<google.longrunning.Operation>;Calls DeleteEntityType.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteEntityTypeRequest
DeleteEntityTypeRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
deleteFeature(request, callback)
public deleteFeature(request: google.cloud.aiplatform.v1beta1.IDeleteFeatureRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.DeleteFeatureCallback): void;Calls DeleteFeature.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteFeatureRequest
DeleteFeatureRequest message or plain object |
callback |
DeleteFeatureCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteFeature(request)
public deleteFeature(request: google.cloud.aiplatform.v1beta1.IDeleteFeatureRequest): Promise<google.longrunning.Operation>;Calls DeleteFeature.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteFeatureRequest
DeleteFeatureRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
deleteFeaturestore(request, callback)
public deleteFeaturestore(request: google.cloud.aiplatform.v1beta1.IDeleteFeaturestoreRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.DeleteFeaturestoreCallback): void;Calls DeleteFeaturestore.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteFeaturestoreRequest
DeleteFeaturestoreRequest message or plain object |
callback |
DeleteFeaturestoreCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteFeaturestore(request)
public deleteFeaturestore(request: google.cloud.aiplatform.v1beta1.IDeleteFeaturestoreRequest): Promise<google.longrunning.Operation>;Calls DeleteFeaturestore.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteFeaturestoreRequest
DeleteFeaturestoreRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
deleteFeatureValues(request, callback)
public deleteFeatureValues(request: google.cloud.aiplatform.v1beta1.IDeleteFeatureValuesRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.DeleteFeatureValuesCallback): void;Calls DeleteFeatureValues.
| Parameters | |
|---|---|
| Name | Description |
request |
IDeleteFeatureValuesRequest
DeleteFeatureValuesRequest message or plain object |
callback |
DeleteFeatureValuesCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteFeatureValues(request)
public deleteFeatureValues(request: google.cloud.aiplatform.v1beta1.IDeleteFeatureValuesRequest): Promise<google.longrunning.Operation>;Calls DeleteFeatureValues.
| Parameter | |
|---|---|
| Name | Description |
request |
IDeleteFeatureValuesRequest
DeleteFeatureValuesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
exportFeatureValues(request, callback)
public exportFeatureValues(request: google.cloud.aiplatform.v1beta1.IExportFeatureValuesRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.ExportFeatureValuesCallback): void;Calls ExportFeatureValues.
| Parameters | |
|---|---|
| Name | Description |
request |
IExportFeatureValuesRequest
ExportFeatureValuesRequest message or plain object |
callback |
ExportFeatureValuesCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
exportFeatureValues(request)
public exportFeatureValues(request: google.cloud.aiplatform.v1beta1.IExportFeatureValuesRequest): Promise<google.longrunning.Operation>;Calls ExportFeatureValues.
| Parameter | |
|---|---|
| Name | Description |
request |
IExportFeatureValuesRequest
ExportFeatureValuesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
getEntityType(request, callback)
public getEntityType(request: google.cloud.aiplatform.v1beta1.IGetEntityTypeRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.GetEntityTypeCallback): void;Calls GetEntityType.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetEntityTypeRequest
GetEntityTypeRequest message or plain object |
callback |
GetEntityTypeCallback
Node-style callback called with the error, if any, and EntityType |
| Returns | |
|---|---|
| Type | Description |
void |
|
getEntityType(request)
public getEntityType(request: google.cloud.aiplatform.v1beta1.IGetEntityTypeRequest): Promise<google.cloud.aiplatform.v1beta1.EntityType>;Calls GetEntityType.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetEntityTypeRequest
GetEntityTypeRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.aiplatform.v1beta1.EntityType> |
Promise |
getFeature(request, callback)
public getFeature(request: google.cloud.aiplatform.v1beta1.IGetFeatureRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.GetFeatureCallback): void;Calls GetFeature.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetFeatureRequest
GetFeatureRequest message or plain object |
callback |
GetFeatureCallback
Node-style callback called with the error, if any, and Feature |
| Returns | |
|---|---|
| Type | Description |
void |
|
getFeature(request)
public getFeature(request: google.cloud.aiplatform.v1beta1.IGetFeatureRequest): Promise<google.cloud.aiplatform.v1beta1.Feature>;Calls GetFeature.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetFeatureRequest
GetFeatureRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.aiplatform.v1beta1.Feature> |
Promise |
getFeaturestore(request, callback)
public getFeaturestore(request: google.cloud.aiplatform.v1beta1.IGetFeaturestoreRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.GetFeaturestoreCallback): void;Calls GetFeaturestore.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetFeaturestoreRequest
GetFeaturestoreRequest message or plain object |
callback |
GetFeaturestoreCallback
Node-style callback called with the error, if any, and Featurestore |
| Returns | |
|---|---|
| Type | Description |
void |
|
getFeaturestore(request)
public getFeaturestore(request: google.cloud.aiplatform.v1beta1.IGetFeaturestoreRequest): Promise<google.cloud.aiplatform.v1beta1.Featurestore>;Calls GetFeaturestore.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetFeaturestoreRequest
GetFeaturestoreRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.aiplatform.v1beta1.Featurestore> |
Promise |
importFeatureValues(request, callback)
public importFeatureValues(request: google.cloud.aiplatform.v1beta1.IImportFeatureValuesRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.ImportFeatureValuesCallback): void;Calls ImportFeatureValues.
| Parameters | |
|---|---|
| Name | Description |
request |
IImportFeatureValuesRequest
ImportFeatureValuesRequest message or plain object |
callback |
ImportFeatureValuesCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
importFeatureValues(request)
public importFeatureValues(request: google.cloud.aiplatform.v1beta1.IImportFeatureValuesRequest): Promise<google.longrunning.Operation>;Calls ImportFeatureValues.
| Parameter | |
|---|---|
| Name | Description |
request |
IImportFeatureValuesRequest
ImportFeatureValuesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
listEntityTypes(request, callback)
public listEntityTypes(request: google.cloud.aiplatform.v1beta1.IListEntityTypesRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.ListEntityTypesCallback): void;Calls ListEntityTypes.
| Parameters | |
|---|---|
| Name | Description |
request |
IListEntityTypesRequest
ListEntityTypesRequest message or plain object |
callback |
ListEntityTypesCallback
Node-style callback called with the error, if any, and ListEntityTypesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listEntityTypes(request)
public listEntityTypes(request: google.cloud.aiplatform.v1beta1.IListEntityTypesRequest): Promise<google.cloud.aiplatform.v1beta1.ListEntityTypesResponse>;Calls ListEntityTypes.
| Parameter | |
|---|---|
| Name | Description |
request |
IListEntityTypesRequest
ListEntityTypesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.aiplatform.v1beta1.ListEntityTypesResponse> |
Promise |
listFeatures(request, callback)
public listFeatures(request: google.cloud.aiplatform.v1beta1.IListFeaturesRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.ListFeaturesCallback): void;Calls ListFeatures.
| Parameters | |
|---|---|
| Name | Description |
request |
IListFeaturesRequest
ListFeaturesRequest message or plain object |
callback |
ListFeaturesCallback
Node-style callback called with the error, if any, and ListFeaturesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listFeatures(request)
public listFeatures(request: google.cloud.aiplatform.v1beta1.IListFeaturesRequest): Promise<google.cloud.aiplatform.v1beta1.ListFeaturesResponse>;Calls ListFeatures.
| Parameter | |
|---|---|
| Name | Description |
request |
IListFeaturesRequest
ListFeaturesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.aiplatform.v1beta1.ListFeaturesResponse> |
Promise |
listFeaturestores(request, callback)
public listFeaturestores(request: google.cloud.aiplatform.v1beta1.IListFeaturestoresRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.ListFeaturestoresCallback): void;Calls ListFeaturestores.
| Parameters | |
|---|---|
| Name | Description |
request |
IListFeaturestoresRequest
ListFeaturestoresRequest message or plain object |
callback |
ListFeaturestoresCallback
Node-style callback called with the error, if any, and ListFeaturestoresResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listFeaturestores(request)
public listFeaturestores(request: google.cloud.aiplatform.v1beta1.IListFeaturestoresRequest): Promise<google.cloud.aiplatform.v1beta1.ListFeaturestoresResponse>;Calls ListFeaturestores.
| Parameter | |
|---|---|
| Name | Description |
request |
IListFeaturestoresRequest
ListFeaturestoresRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.aiplatform.v1beta1.ListFeaturestoresResponse> |
Promise |
searchFeatures(request, callback)
public searchFeatures(request: google.cloud.aiplatform.v1beta1.ISearchFeaturesRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.SearchFeaturesCallback): void;Calls SearchFeatures.
| Parameters | |
|---|---|
| Name | Description |
request |
ISearchFeaturesRequest
SearchFeaturesRequest message or plain object |
callback |
SearchFeaturesCallback
Node-style callback called with the error, if any, and SearchFeaturesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
searchFeatures(request)
public searchFeatures(request: google.cloud.aiplatform.v1beta1.ISearchFeaturesRequest): Promise<google.cloud.aiplatform.v1beta1.SearchFeaturesResponse>;Calls SearchFeatures.
| Parameter | |
|---|---|
| Name | Description |
request |
ISearchFeaturesRequest
SearchFeaturesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.aiplatform.v1beta1.SearchFeaturesResponse> |
Promise |
updateEntityType(request, callback)
public updateEntityType(request: google.cloud.aiplatform.v1beta1.IUpdateEntityTypeRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.UpdateEntityTypeCallback): void;Calls UpdateEntityType.
| Parameters | |
|---|---|
| Name | Description |
request |
IUpdateEntityTypeRequest
UpdateEntityTypeRequest message or plain object |
callback |
UpdateEntityTypeCallback
Node-style callback called with the error, if any, and EntityType |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateEntityType(request)
public updateEntityType(request: google.cloud.aiplatform.v1beta1.IUpdateEntityTypeRequest): Promise<google.cloud.aiplatform.v1beta1.EntityType>;Calls UpdateEntityType.
| Parameter | |
|---|---|
| Name | Description |
request |
IUpdateEntityTypeRequest
UpdateEntityTypeRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.aiplatform.v1beta1.EntityType> |
Promise |
updateFeature(request, callback)
public updateFeature(request: google.cloud.aiplatform.v1beta1.IUpdateFeatureRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.UpdateFeatureCallback): void;Calls UpdateFeature.
| Parameters | |
|---|---|
| Name | Description |
request |
IUpdateFeatureRequest
UpdateFeatureRequest message or plain object |
callback |
UpdateFeatureCallback
Node-style callback called with the error, if any, and Feature |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateFeature(request)
public updateFeature(request: google.cloud.aiplatform.v1beta1.IUpdateFeatureRequest): Promise<google.cloud.aiplatform.v1beta1.Feature>;Calls UpdateFeature.
| Parameter | |
|---|---|
| Name | Description |
request |
IUpdateFeatureRequest
UpdateFeatureRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.aiplatform.v1beta1.Feature> |
Promise |
updateFeaturestore(request, callback)
public updateFeaturestore(request: google.cloud.aiplatform.v1beta1.IUpdateFeaturestoreRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.UpdateFeaturestoreCallback): void;Calls UpdateFeaturestore.
| Parameters | |
|---|---|
| Name | Description |
request |
IUpdateFeaturestoreRequest
UpdateFeaturestoreRequest message or plain object |
callback |
UpdateFeaturestoreCallback
Node-style callback called with the error, if any, and Operation |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateFeaturestore(request)
public updateFeaturestore(request: google.cloud.aiplatform.v1beta1.IUpdateFeaturestoreRequest): Promise<google.longrunning.Operation>;Calls UpdateFeaturestore.
| Parameter | |
|---|---|
| Name | Description |
request |
IUpdateFeaturestoreRequest
UpdateFeaturestoreRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |