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