Class protos.google.cloud.aiplatform.v1beta1.FeaturestoreService (3.13.0)

Represents a FeaturestoreService

Inheritance

$protobuf.rpc.Service > protos.google.cloud.aiplatform.v1beta1.FeaturestoreService

Package

@google-cloud/aiplatform

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new FeaturestoreService service.

Parameters
NameDescription
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
NameDescription
request IBatchCreateFeaturesRequest

BatchCreateFeaturesRequest message or plain object

callback BatchCreateFeaturesCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

batchCreateFeatures(request)

public batchCreateFeatures(request: google.cloud.aiplatform.v1beta1.IBatchCreateFeaturesRequest): Promise<google.longrunning.Operation>;

Calls BatchCreateFeatures.

Parameter
NameDescription
request IBatchCreateFeaturesRequest

BatchCreateFeaturesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IBatchReadFeatureValuesRequest

BatchReadFeatureValuesRequest message or plain object

callback BatchReadFeatureValuesCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

batchReadFeatureValues(request)

public batchReadFeatureValues(request: google.cloud.aiplatform.v1beta1.IBatchReadFeatureValuesRequest): Promise<google.longrunning.Operation>;

Calls BatchReadFeatureValues.

Parameter
NameDescription
request IBatchReadFeatureValuesRequest

BatchReadFeatureValuesRequest message or plain object

Returns
TypeDescription
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
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
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
NameDescription
request ICreateEntityTypeRequest

CreateEntityTypeRequest message or plain object

callback CreateEntityTypeCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

createEntityType(request)

public createEntityType(request: google.cloud.aiplatform.v1beta1.ICreateEntityTypeRequest): Promise<google.longrunning.Operation>;

Calls CreateEntityType.

Parameter
NameDescription
request ICreateEntityTypeRequest

CreateEntityTypeRequest message or plain object

Returns
TypeDescription
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
NameDescription
request ICreateFeatureRequest

CreateFeatureRequest message or plain object

callback CreateFeatureCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

createFeature(request)

public createFeature(request: google.cloud.aiplatform.v1beta1.ICreateFeatureRequest): Promise<google.longrunning.Operation>;

Calls CreateFeature.

Parameter
NameDescription
request ICreateFeatureRequest

CreateFeatureRequest message or plain object

Returns
TypeDescription
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
NameDescription
request ICreateFeaturestoreRequest

CreateFeaturestoreRequest message or plain object

callback CreateFeaturestoreCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

createFeaturestore(request)

public createFeaturestore(request: google.cloud.aiplatform.v1beta1.ICreateFeaturestoreRequest): Promise<google.longrunning.Operation>;

Calls CreateFeaturestore.

Parameter
NameDescription
request ICreateFeaturestoreRequest

CreateFeaturestoreRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IDeleteEntityTypeRequest

DeleteEntityTypeRequest message or plain object

callback DeleteEntityTypeCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

deleteEntityType(request)

public deleteEntityType(request: google.cloud.aiplatform.v1beta1.IDeleteEntityTypeRequest): Promise<google.longrunning.Operation>;

Calls DeleteEntityType.

Parameter
NameDescription
request IDeleteEntityTypeRequest

DeleteEntityTypeRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IDeleteFeatureRequest

DeleteFeatureRequest message or plain object

callback DeleteFeatureCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

deleteFeature(request)

public deleteFeature(request: google.cloud.aiplatform.v1beta1.IDeleteFeatureRequest): Promise<google.longrunning.Operation>;

Calls DeleteFeature.

Parameter
NameDescription
request IDeleteFeatureRequest

DeleteFeatureRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IDeleteFeaturestoreRequest

DeleteFeaturestoreRequest message or plain object

callback DeleteFeaturestoreCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

deleteFeaturestore(request)

public deleteFeaturestore(request: google.cloud.aiplatform.v1beta1.IDeleteFeaturestoreRequest): Promise<google.longrunning.Operation>;

Calls DeleteFeaturestore.

Parameter
NameDescription
request IDeleteFeaturestoreRequest

DeleteFeaturestoreRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IDeleteFeatureValuesRequest

DeleteFeatureValuesRequest message or plain object

callback DeleteFeatureValuesCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

deleteFeatureValues(request)

public deleteFeatureValues(request: google.cloud.aiplatform.v1beta1.IDeleteFeatureValuesRequest): Promise<google.longrunning.Operation>;

Calls DeleteFeatureValues.

Parameter
NameDescription
request IDeleteFeatureValuesRequest

DeleteFeatureValuesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IExportFeatureValuesRequest

ExportFeatureValuesRequest message or plain object

callback ExportFeatureValuesCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

exportFeatureValues(request)

public exportFeatureValues(request: google.cloud.aiplatform.v1beta1.IExportFeatureValuesRequest): Promise<google.longrunning.Operation>;

Calls ExportFeatureValues.

Parameter
NameDescription
request IExportFeatureValuesRequest

ExportFeatureValuesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IGetEntityTypeRequest

GetEntityTypeRequest message or plain object

callback GetEntityTypeCallback

Node-style callback called with the error, if any, and EntityType

Returns
TypeDescription
void

getEntityType(request)

public getEntityType(request: google.cloud.aiplatform.v1beta1.IGetEntityTypeRequest): Promise<google.cloud.aiplatform.v1beta1.EntityType>;

Calls GetEntityType.

Parameter
NameDescription
request IGetEntityTypeRequest

GetEntityTypeRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IGetFeatureRequest

GetFeatureRequest message or plain object

callback GetFeatureCallback

Node-style callback called with the error, if any, and Feature

Returns
TypeDescription
void

getFeature(request)

public getFeature(request: google.cloud.aiplatform.v1beta1.IGetFeatureRequest): Promise<google.cloud.aiplatform.v1beta1.Feature>;

Calls GetFeature.

Parameter
NameDescription
request IGetFeatureRequest

GetFeatureRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IGetFeaturestoreRequest

GetFeaturestoreRequest message or plain object

callback GetFeaturestoreCallback

Node-style callback called with the error, if any, and Featurestore

Returns
TypeDescription
void

getFeaturestore(request)

public getFeaturestore(request: google.cloud.aiplatform.v1beta1.IGetFeaturestoreRequest): Promise<google.cloud.aiplatform.v1beta1.Featurestore>;

Calls GetFeaturestore.

Parameter
NameDescription
request IGetFeaturestoreRequest

GetFeaturestoreRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IImportFeatureValuesRequest

ImportFeatureValuesRequest message or plain object

callback ImportFeatureValuesCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

importFeatureValues(request)

public importFeatureValues(request: google.cloud.aiplatform.v1beta1.IImportFeatureValuesRequest): Promise<google.longrunning.Operation>;

Calls ImportFeatureValues.

Parameter
NameDescription
request IImportFeatureValuesRequest

ImportFeatureValuesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IListEntityTypesRequest

ListEntityTypesRequest message or plain object

callback ListEntityTypesCallback

Node-style callback called with the error, if any, and ListEntityTypesResponse

Returns
TypeDescription
void

listEntityTypes(request)

public listEntityTypes(request: google.cloud.aiplatform.v1beta1.IListEntityTypesRequest): Promise<google.cloud.aiplatform.v1beta1.ListEntityTypesResponse>;

Calls ListEntityTypes.

Parameter
NameDescription
request IListEntityTypesRequest

ListEntityTypesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IListFeaturesRequest

ListFeaturesRequest message or plain object

callback ListFeaturesCallback

Node-style callback called with the error, if any, and ListFeaturesResponse

Returns
TypeDescription
void

listFeatures(request)

public listFeatures(request: google.cloud.aiplatform.v1beta1.IListFeaturesRequest): Promise<google.cloud.aiplatform.v1beta1.ListFeaturesResponse>;

Calls ListFeatures.

Parameter
NameDescription
request IListFeaturesRequest

ListFeaturesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IListFeaturestoresRequest

ListFeaturestoresRequest message or plain object

callback ListFeaturestoresCallback

Node-style callback called with the error, if any, and ListFeaturestoresResponse

Returns
TypeDescription
void

listFeaturestores(request)

public listFeaturestores(request: google.cloud.aiplatform.v1beta1.IListFeaturestoresRequest): Promise<google.cloud.aiplatform.v1beta1.ListFeaturestoresResponse>;

Calls ListFeaturestores.

Parameter
NameDescription
request IListFeaturestoresRequest

ListFeaturestoresRequest message or plain object

Returns
TypeDescription
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
NameDescription
request ISearchFeaturesRequest

SearchFeaturesRequest message or plain object

callback SearchFeaturesCallback

Node-style callback called with the error, if any, and SearchFeaturesResponse

Returns
TypeDescription
void

searchFeatures(request)

public searchFeatures(request: google.cloud.aiplatform.v1beta1.ISearchFeaturesRequest): Promise<google.cloud.aiplatform.v1beta1.SearchFeaturesResponse>;

Calls SearchFeatures.

Parameter
NameDescription
request ISearchFeaturesRequest

SearchFeaturesRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IUpdateEntityTypeRequest

UpdateEntityTypeRequest message or plain object

callback UpdateEntityTypeCallback

Node-style callback called with the error, if any, and EntityType

Returns
TypeDescription
void

updateEntityType(request)

public updateEntityType(request: google.cloud.aiplatform.v1beta1.IUpdateEntityTypeRequest): Promise<google.cloud.aiplatform.v1beta1.EntityType>;

Calls UpdateEntityType.

Parameter
NameDescription
request IUpdateEntityTypeRequest

UpdateEntityTypeRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IUpdateFeatureRequest

UpdateFeatureRequest message or plain object

callback UpdateFeatureCallback

Node-style callback called with the error, if any, and Feature

Returns
TypeDescription
void

updateFeature(request)

public updateFeature(request: google.cloud.aiplatform.v1beta1.IUpdateFeatureRequest): Promise<google.cloud.aiplatform.v1beta1.Feature>;

Calls UpdateFeature.

Parameter
NameDescription
request IUpdateFeatureRequest

UpdateFeatureRequest message or plain object

Returns
TypeDescription
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
NameDescription
request IUpdateFeaturestoreRequest

UpdateFeaturestoreRequest message or plain object

callback UpdateFeaturestoreCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

updateFeaturestore(request)

public updateFeaturestore(request: google.cloud.aiplatform.v1beta1.IUpdateFeaturestoreRequest): Promise<google.longrunning.Operation>;

Calls UpdateFeaturestore.

Parameter
NameDescription
request IUpdateFeaturestoreRequest

UpdateFeaturestoreRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise