Class protos.google.cloud.aiplatform.v1beta1.FeaturestoreService (1.18.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 google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.IBatchReadFeatureValuesRequest

BatchReadFeatureValuesRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.ICreateEntityTypeRequest

CreateEntityTypeRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.ICreateFeatureRequest

CreateFeatureRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.IDeleteEntityTypeRequest

DeleteEntityTypeRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.FeaturestoreService.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

exportFeatureValues(request, callback)

public exportFeatureValues(request: google.cloud.aiplatform.v1beta1.IExportFeatureValuesRequest, callback: google.cloud.aiplatform.v1beta1.FeaturestoreService.ExportFeatureValuesCallback): void;

Calls ExportFeatureValues.

Parameters
NameDescription
request google.cloud.aiplatform.v1beta1.IExportFeatureValuesRequest

ExportFeatureValuesRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.IGetEntityTypeRequest

GetEntityTypeRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.IGetFeatureRequest

GetFeatureRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.IImportFeatureValuesRequest

ImportFeatureValuesRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.IListEntityTypesRequest

ListEntityTypesRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.IListFeaturesRequest

ListFeaturesRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.IUpdateEntityTypeRequest

UpdateEntityTypeRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.IUpdateFeatureRequest

UpdateFeatureRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.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 google.cloud.aiplatform.v1beta1.IUpdateFeaturestoreRequest

UpdateFeaturestoreRequest message or plain object

callback google.cloud.aiplatform.v1beta1.FeaturestoreService.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 google.cloud.aiplatform.v1beta1.IUpdateFeaturestoreRequest

UpdateFeaturestoreRequest message or plain object

Returns
TypeDescription
Promise<google.longrunning.Operation>

Promise