Represents a MetadataService
Inheritance
$protobuf.rpc.Service > protos.google.cloud.aiplatform.v1.MetadataServicePackage
@google-cloud/aiplatformConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new MetadataService service.
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
addContextArtifactsAndExecutions(request, callback)
public addContextArtifactsAndExecutions(request: google.cloud.aiplatform.v1.IAddContextArtifactsAndExecutionsRequest, callback: google.cloud.aiplatform.v1.MetadataService.AddContextArtifactsAndExecutionsCallback): void;Calls AddContextArtifactsAndExecutions.
| Name | Description |
request |
google.cloud.aiplatform.v1.IAddContextArtifactsAndExecutionsRequest
AddContextArtifactsAndExecutionsRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.AddContextArtifactsAndExecutionsCallback
Node-style callback called with the error, if any, and AddContextArtifactsAndExecutionsResponse |
| Type | Description |
void |
addContextArtifactsAndExecutions(request)
public addContextArtifactsAndExecutions(request: google.cloud.aiplatform.v1.IAddContextArtifactsAndExecutionsRequest): Promise<google.cloud.aiplatform.v1.AddContextArtifactsAndExecutionsResponse>;Calls AddContextArtifactsAndExecutions.
| Name | Description |
request |
google.cloud.aiplatform.v1.IAddContextArtifactsAndExecutionsRequest
AddContextArtifactsAndExecutionsRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.AddContextArtifactsAndExecutionsResponse> |
Promise |
addContextChildren(request, callback)
public addContextChildren(request: google.cloud.aiplatform.v1.IAddContextChildrenRequest, callback: google.cloud.aiplatform.v1.MetadataService.AddContextChildrenCallback): void;Calls AddContextChildren.
| Name | Description |
request |
google.cloud.aiplatform.v1.IAddContextChildrenRequest
AddContextChildrenRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.AddContextChildrenCallback
Node-style callback called with the error, if any, and AddContextChildrenResponse |
| Type | Description |
void |
addContextChildren(request)
public addContextChildren(request: google.cloud.aiplatform.v1.IAddContextChildrenRequest): Promise<google.cloud.aiplatform.v1.AddContextChildrenResponse>;Calls AddContextChildren.
| Name | Description |
request |
google.cloud.aiplatform.v1.IAddContextChildrenRequest
AddContextChildrenRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.AddContextChildrenResponse> |
Promise |
addExecutionEvents(request, callback)
public addExecutionEvents(request: google.cloud.aiplatform.v1.IAddExecutionEventsRequest, callback: google.cloud.aiplatform.v1.MetadataService.AddExecutionEventsCallback): void;Calls AddExecutionEvents.
| Name | Description |
request |
google.cloud.aiplatform.v1.IAddExecutionEventsRequest
AddExecutionEventsRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.AddExecutionEventsCallback
Node-style callback called with the error, if any, and AddExecutionEventsResponse |
| Type | Description |
void |
addExecutionEvents(request)
public addExecutionEvents(request: google.cloud.aiplatform.v1.IAddExecutionEventsRequest): Promise<google.cloud.aiplatform.v1.AddExecutionEventsResponse>;Calls AddExecutionEvents.
| Name | Description |
request |
google.cloud.aiplatform.v1.IAddExecutionEventsRequest
AddExecutionEventsRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.AddExecutionEventsResponse> |
Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): MetadataService;Creates new MetadataService 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 |
MetadataService |
RPC service. Useful where requests and/or responses are streamed. |
createArtifact(request, callback)
public createArtifact(request: google.cloud.aiplatform.v1.ICreateArtifactRequest, callback: google.cloud.aiplatform.v1.MetadataService.CreateArtifactCallback): void;Calls CreateArtifact.
| Name | Description |
request |
google.cloud.aiplatform.v1.ICreateArtifactRequest
CreateArtifactRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.CreateArtifactCallback
Node-style callback called with the error, if any, and Artifact |
| Type | Description |
void |
createArtifact(request)
public createArtifact(request: google.cloud.aiplatform.v1.ICreateArtifactRequest): Promise<google.cloud.aiplatform.v1.Artifact>;Calls CreateArtifact.
| Name | Description |
request |
google.cloud.aiplatform.v1.ICreateArtifactRequest
CreateArtifactRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.Artifact> |
Promise |
createContext(request, callback)
public createContext(request: google.cloud.aiplatform.v1.ICreateContextRequest, callback: google.cloud.aiplatform.v1.MetadataService.CreateContextCallback): void;Calls CreateContext.
| Name | Description |
request |
google.cloud.aiplatform.v1.ICreateContextRequest
CreateContextRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.CreateContextCallback
Node-style callback called with the error, if any, and Context |
| Type | Description |
void |
createContext(request)
public createContext(request: google.cloud.aiplatform.v1.ICreateContextRequest): Promise<google.cloud.aiplatform.v1.Context>;Calls CreateContext.
| Name | Description |
request |
google.cloud.aiplatform.v1.ICreateContextRequest
CreateContextRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.Context> |
Promise |
createExecution(request, callback)
public createExecution(request: google.cloud.aiplatform.v1.ICreateExecutionRequest, callback: google.cloud.aiplatform.v1.MetadataService.CreateExecutionCallback): void;Calls CreateExecution.
| Name | Description |
request |
google.cloud.aiplatform.v1.ICreateExecutionRequest
CreateExecutionRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.CreateExecutionCallback
Node-style callback called with the error, if any, and Execution |
| Type | Description |
void |
createExecution(request)
public createExecution(request: google.cloud.aiplatform.v1.ICreateExecutionRequest): Promise<google.cloud.aiplatform.v1.Execution>;Calls CreateExecution.
| Name | Description |
request |
google.cloud.aiplatform.v1.ICreateExecutionRequest
CreateExecutionRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.Execution> |
Promise |
createMetadataSchema(request, callback)
public createMetadataSchema(request: google.cloud.aiplatform.v1.ICreateMetadataSchemaRequest, callback: google.cloud.aiplatform.v1.MetadataService.CreateMetadataSchemaCallback): void;Calls CreateMetadataSchema.
| Name | Description |
request |
google.cloud.aiplatform.v1.ICreateMetadataSchemaRequest
CreateMetadataSchemaRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.CreateMetadataSchemaCallback
Node-style callback called with the error, if any, and MetadataSchema |
| Type | Description |
void |
createMetadataSchema(request)
public createMetadataSchema(request: google.cloud.aiplatform.v1.ICreateMetadataSchemaRequest): Promise<google.cloud.aiplatform.v1.MetadataSchema>;Calls CreateMetadataSchema.
| Name | Description |
request |
google.cloud.aiplatform.v1.ICreateMetadataSchemaRequest
CreateMetadataSchemaRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.MetadataSchema> |
Promise |
createMetadataStore(request, callback)
public createMetadataStore(request: google.cloud.aiplatform.v1.ICreateMetadataStoreRequest, callback: google.cloud.aiplatform.v1.MetadataService.CreateMetadataStoreCallback): void;Calls CreateMetadataStore.
| Name | Description |
request |
google.cloud.aiplatform.v1.ICreateMetadataStoreRequest
CreateMetadataStoreRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.CreateMetadataStoreCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
void |
createMetadataStore(request)
public createMetadataStore(request: google.cloud.aiplatform.v1.ICreateMetadataStoreRequest): Promise<google.longrunning.Operation>;Calls CreateMetadataStore.
| Name | Description |
request |
google.cloud.aiplatform.v1.ICreateMetadataStoreRequest
CreateMetadataStoreRequest message or plain object |
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
deleteArtifact(request, callback)
public deleteArtifact(request: google.cloud.aiplatform.v1.IDeleteArtifactRequest, callback: google.cloud.aiplatform.v1.MetadataService.DeleteArtifactCallback): void;Calls DeleteArtifact.
| Name | Description |
request |
google.cloud.aiplatform.v1.IDeleteArtifactRequest
DeleteArtifactRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.DeleteArtifactCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
void |
deleteArtifact(request)
public deleteArtifact(request: google.cloud.aiplatform.v1.IDeleteArtifactRequest): Promise<google.longrunning.Operation>;Calls DeleteArtifact.
| Name | Description |
request |
google.cloud.aiplatform.v1.IDeleteArtifactRequest
DeleteArtifactRequest message or plain object |
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
deleteContext(request, callback)
public deleteContext(request: google.cloud.aiplatform.v1.IDeleteContextRequest, callback: google.cloud.aiplatform.v1.MetadataService.DeleteContextCallback): void;Calls DeleteContext.
| Name | Description |
request |
google.cloud.aiplatform.v1.IDeleteContextRequest
DeleteContextRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.DeleteContextCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
void |
deleteContext(request)
public deleteContext(request: google.cloud.aiplatform.v1.IDeleteContextRequest): Promise<google.longrunning.Operation>;Calls DeleteContext.
| Name | Description |
request |
google.cloud.aiplatform.v1.IDeleteContextRequest
DeleteContextRequest message or plain object |
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
deleteExecution(request, callback)
public deleteExecution(request: google.cloud.aiplatform.v1.IDeleteExecutionRequest, callback: google.cloud.aiplatform.v1.MetadataService.DeleteExecutionCallback): void;Calls DeleteExecution.
| Name | Description |
request |
google.cloud.aiplatform.v1.IDeleteExecutionRequest
DeleteExecutionRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.DeleteExecutionCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
void |
deleteExecution(request)
public deleteExecution(request: google.cloud.aiplatform.v1.IDeleteExecutionRequest): Promise<google.longrunning.Operation>;Calls DeleteExecution.
| Name | Description |
request |
google.cloud.aiplatform.v1.IDeleteExecutionRequest
DeleteExecutionRequest message or plain object |
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
deleteMetadataStore(request, callback)
public deleteMetadataStore(request: google.cloud.aiplatform.v1.IDeleteMetadataStoreRequest, callback: google.cloud.aiplatform.v1.MetadataService.DeleteMetadataStoreCallback): void;Calls DeleteMetadataStore.
| Name | Description |
request |
google.cloud.aiplatform.v1.IDeleteMetadataStoreRequest
DeleteMetadataStoreRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.DeleteMetadataStoreCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
void |
deleteMetadataStore(request)
public deleteMetadataStore(request: google.cloud.aiplatform.v1.IDeleteMetadataStoreRequest): Promise<google.longrunning.Operation>;Calls DeleteMetadataStore.
| Name | Description |
request |
google.cloud.aiplatform.v1.IDeleteMetadataStoreRequest
DeleteMetadataStoreRequest message or plain object |
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
getArtifact(request, callback)
public getArtifact(request: google.cloud.aiplatform.v1.IGetArtifactRequest, callback: google.cloud.aiplatform.v1.MetadataService.GetArtifactCallback): void;Calls GetArtifact.
| Name | Description |
request |
google.cloud.aiplatform.v1.IGetArtifactRequest
GetArtifactRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.GetArtifactCallback
Node-style callback called with the error, if any, and Artifact |
| Type | Description |
void |
getArtifact(request)
public getArtifact(request: google.cloud.aiplatform.v1.IGetArtifactRequest): Promise<google.cloud.aiplatform.v1.Artifact>;Calls GetArtifact.
| Name | Description |
request |
google.cloud.aiplatform.v1.IGetArtifactRequest
GetArtifactRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.Artifact> |
Promise |
getContext(request, callback)
public getContext(request: google.cloud.aiplatform.v1.IGetContextRequest, callback: google.cloud.aiplatform.v1.MetadataService.GetContextCallback): void;Calls GetContext.
| Name | Description |
request |
IGetContextRequest
GetContextRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.GetContextCallback
Node-style callback called with the error, if any, and Context |
| Type | Description |
void |
getContext(request)
public getContext(request: google.cloud.aiplatform.v1.IGetContextRequest): Promise<google.cloud.aiplatform.v1.Context>;Calls GetContext.
| Name | Description |
request |
IGetContextRequest
GetContextRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.Context> |
Promise |
getExecution(request, callback)
public getExecution(request: google.cloud.aiplatform.v1.IGetExecutionRequest, callback: google.cloud.aiplatform.v1.MetadataService.GetExecutionCallback): void;Calls GetExecution.
| Name | Description |
request |
google.cloud.aiplatform.v1.IGetExecutionRequest
GetExecutionRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.GetExecutionCallback
Node-style callback called with the error, if any, and Execution |
| Type | Description |
void |
getExecution(request)
public getExecution(request: google.cloud.aiplatform.v1.IGetExecutionRequest): Promise<google.cloud.aiplatform.v1.Execution>;Calls GetExecution.
| Name | Description |
request |
google.cloud.aiplatform.v1.IGetExecutionRequest
GetExecutionRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.Execution> |
Promise |
getMetadataSchema(request, callback)
public getMetadataSchema(request: google.cloud.aiplatform.v1.IGetMetadataSchemaRequest, callback: google.cloud.aiplatform.v1.MetadataService.GetMetadataSchemaCallback): void;Calls GetMetadataSchema.
| Name | Description |
request |
google.cloud.aiplatform.v1.IGetMetadataSchemaRequest
GetMetadataSchemaRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.GetMetadataSchemaCallback
Node-style callback called with the error, if any, and MetadataSchema |
| Type | Description |
void |
getMetadataSchema(request)
public getMetadataSchema(request: google.cloud.aiplatform.v1.IGetMetadataSchemaRequest): Promise<google.cloud.aiplatform.v1.MetadataSchema>;Calls GetMetadataSchema.
| Name | Description |
request |
google.cloud.aiplatform.v1.IGetMetadataSchemaRequest
GetMetadataSchemaRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.MetadataSchema> |
Promise |
getMetadataStore(request, callback)
public getMetadataStore(request: google.cloud.aiplatform.v1.IGetMetadataStoreRequest, callback: google.cloud.aiplatform.v1.MetadataService.GetMetadataStoreCallback): void;Calls GetMetadataStore.
| Name | Description |
request |
google.cloud.aiplatform.v1.IGetMetadataStoreRequest
GetMetadataStoreRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.GetMetadataStoreCallback
Node-style callback called with the error, if any, and MetadataStore |
| Type | Description |
void |
getMetadataStore(request)
public getMetadataStore(request: google.cloud.aiplatform.v1.IGetMetadataStoreRequest): Promise<google.cloud.aiplatform.v1.MetadataStore>;Calls GetMetadataStore.
| Name | Description |
request |
google.cloud.aiplatform.v1.IGetMetadataStoreRequest
GetMetadataStoreRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.MetadataStore> |
Promise |
listArtifacts(request, callback)
public listArtifacts(request: google.cloud.aiplatform.v1.IListArtifactsRequest, callback: google.cloud.aiplatform.v1.MetadataService.ListArtifactsCallback): void;Calls ListArtifacts.
| Name | Description |
request |
IListArtifactsRequest
ListArtifactsRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.ListArtifactsCallback
Node-style callback called with the error, if any, and ListArtifactsResponse |
| Type | Description |
void |
listArtifacts(request)
public listArtifacts(request: google.cloud.aiplatform.v1.IListArtifactsRequest): Promise<google.cloud.aiplatform.v1.ListArtifactsResponse>;Calls ListArtifacts.
| Name | Description |
request |
IListArtifactsRequest
ListArtifactsRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.ListArtifactsResponse> |
Promise |
listContexts(request, callback)
public listContexts(request: google.cloud.aiplatform.v1.IListContextsRequest, callback: google.cloud.aiplatform.v1.MetadataService.ListContextsCallback): void;Calls ListContexts.
| Name | Description |
request |
google.cloud.aiplatform.v1.IListContextsRequest
ListContextsRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.ListContextsCallback
Node-style callback called with the error, if any, and ListContextsResponse |
| Type | Description |
void |
listContexts(request)
public listContexts(request: google.cloud.aiplatform.v1.IListContextsRequest): Promise<google.cloud.aiplatform.v1.ListContextsResponse>;Calls ListContexts.
| Name | Description |
request |
google.cloud.aiplatform.v1.IListContextsRequest
ListContextsRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.ListContextsResponse> |
Promise |
listExecutions(request, callback)
public listExecutions(request: google.cloud.aiplatform.v1.IListExecutionsRequest, callback: google.cloud.aiplatform.v1.MetadataService.ListExecutionsCallback): void;Calls ListExecutions.
| Name | Description |
request |
google.cloud.aiplatform.v1.IListExecutionsRequest
ListExecutionsRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.ListExecutionsCallback
Node-style callback called with the error, if any, and ListExecutionsResponse |
| Type | Description |
void |
listExecutions(request)
public listExecutions(request: google.cloud.aiplatform.v1.IListExecutionsRequest): Promise<google.cloud.aiplatform.v1.ListExecutionsResponse>;Calls ListExecutions.
| Name | Description |
request |
google.cloud.aiplatform.v1.IListExecutionsRequest
ListExecutionsRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.ListExecutionsResponse> |
Promise |
listMetadataSchemas(request, callback)
public listMetadataSchemas(request: google.cloud.aiplatform.v1.IListMetadataSchemasRequest, callback: google.cloud.aiplatform.v1.MetadataService.ListMetadataSchemasCallback): void;Calls ListMetadataSchemas.
| Name | Description |
request |
google.cloud.aiplatform.v1.IListMetadataSchemasRequest
ListMetadataSchemasRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.ListMetadataSchemasCallback
Node-style callback called with the error, if any, and ListMetadataSchemasResponse |
| Type | Description |
void |
listMetadataSchemas(request)
public listMetadataSchemas(request: google.cloud.aiplatform.v1.IListMetadataSchemasRequest): Promise<google.cloud.aiplatform.v1.ListMetadataSchemasResponse>;Calls ListMetadataSchemas.
| Name | Description |
request |
google.cloud.aiplatform.v1.IListMetadataSchemasRequest
ListMetadataSchemasRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.ListMetadataSchemasResponse> |
Promise |
listMetadataStores(request, callback)
public listMetadataStores(request: google.cloud.aiplatform.v1.IListMetadataStoresRequest, callback: google.cloud.aiplatform.v1.MetadataService.ListMetadataStoresCallback): void;Calls ListMetadataStores.
| Name | Description |
request |
google.cloud.aiplatform.v1.IListMetadataStoresRequest
ListMetadataStoresRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.ListMetadataStoresCallback
Node-style callback called with the error, if any, and ListMetadataStoresResponse |
| Type | Description |
void |
listMetadataStores(request)
public listMetadataStores(request: google.cloud.aiplatform.v1.IListMetadataStoresRequest): Promise<google.cloud.aiplatform.v1.ListMetadataStoresResponse>;Calls ListMetadataStores.
| Name | Description |
request |
google.cloud.aiplatform.v1.IListMetadataStoresRequest
ListMetadataStoresRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.ListMetadataStoresResponse> |
Promise |
purgeArtifacts(request, callback)
public purgeArtifacts(request: google.cloud.aiplatform.v1.IPurgeArtifactsRequest, callback: google.cloud.aiplatform.v1.MetadataService.PurgeArtifactsCallback): void;Calls PurgeArtifacts.
| Name | Description |
request |
IPurgeArtifactsRequest
PurgeArtifactsRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.PurgeArtifactsCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
void |
purgeArtifacts(request)
public purgeArtifacts(request: google.cloud.aiplatform.v1.IPurgeArtifactsRequest): Promise<google.longrunning.Operation>;Calls PurgeArtifacts.
| Name | Description |
request |
IPurgeArtifactsRequest
PurgeArtifactsRequest message or plain object |
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
purgeContexts(request, callback)
public purgeContexts(request: google.cloud.aiplatform.v1.IPurgeContextsRequest, callback: google.cloud.aiplatform.v1.MetadataService.PurgeContextsCallback): void;Calls PurgeContexts.
| Name | Description |
request |
google.cloud.aiplatform.v1.IPurgeContextsRequest
PurgeContextsRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.PurgeContextsCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
void |
purgeContexts(request)
public purgeContexts(request: google.cloud.aiplatform.v1.IPurgeContextsRequest): Promise<google.longrunning.Operation>;Calls PurgeContexts.
| Name | Description |
request |
google.cloud.aiplatform.v1.IPurgeContextsRequest
PurgeContextsRequest message or plain object |
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
purgeExecutions(request, callback)
public purgeExecutions(request: google.cloud.aiplatform.v1.IPurgeExecutionsRequest, callback: google.cloud.aiplatform.v1.MetadataService.PurgeExecutionsCallback): void;Calls PurgeExecutions.
| Name | Description |
request |
google.cloud.aiplatform.v1.IPurgeExecutionsRequest
PurgeExecutionsRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.PurgeExecutionsCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
void |
purgeExecutions(request)
public purgeExecutions(request: google.cloud.aiplatform.v1.IPurgeExecutionsRequest): Promise<google.longrunning.Operation>;Calls PurgeExecutions.
| Name | Description |
request |
google.cloud.aiplatform.v1.IPurgeExecutionsRequest
PurgeExecutionsRequest message or plain object |
| Type | Description |
Promise<google.longrunning.Operation> |
Promise |
queryArtifactLineageSubgraph(request, callback)
public queryArtifactLineageSubgraph(request: google.cloud.aiplatform.v1.IQueryArtifactLineageSubgraphRequest, callback: google.cloud.aiplatform.v1.MetadataService.QueryArtifactLineageSubgraphCallback): void;Calls QueryArtifactLineageSubgraph.
| Name | Description |
request |
google.cloud.aiplatform.v1.IQueryArtifactLineageSubgraphRequest
QueryArtifactLineageSubgraphRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.QueryArtifactLineageSubgraphCallback
Node-style callback called with the error, if any, and LineageSubgraph |
| Type | Description |
void |
queryArtifactLineageSubgraph(request)
public queryArtifactLineageSubgraph(request: google.cloud.aiplatform.v1.IQueryArtifactLineageSubgraphRequest): Promise<google.cloud.aiplatform.v1.LineageSubgraph>;Calls QueryArtifactLineageSubgraph.
| Name | Description |
request |
google.cloud.aiplatform.v1.IQueryArtifactLineageSubgraphRequest
QueryArtifactLineageSubgraphRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.LineageSubgraph> |
Promise |
queryContextLineageSubgraph(request, callback)
public queryContextLineageSubgraph(request: google.cloud.aiplatform.v1.IQueryContextLineageSubgraphRequest, callback: google.cloud.aiplatform.v1.MetadataService.QueryContextLineageSubgraphCallback): void;Calls QueryContextLineageSubgraph.
| Name | Description |
request |
google.cloud.aiplatform.v1.IQueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.QueryContextLineageSubgraphCallback
Node-style callback called with the error, if any, and LineageSubgraph |
| Type | Description |
void |
queryContextLineageSubgraph(request)
public queryContextLineageSubgraph(request: google.cloud.aiplatform.v1.IQueryContextLineageSubgraphRequest): Promise<google.cloud.aiplatform.v1.LineageSubgraph>;Calls QueryContextLineageSubgraph.
| Name | Description |
request |
google.cloud.aiplatform.v1.IQueryContextLineageSubgraphRequest
QueryContextLineageSubgraphRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.LineageSubgraph> |
Promise |
queryExecutionInputsAndOutputs(request, callback)
public queryExecutionInputsAndOutputs(request: google.cloud.aiplatform.v1.IQueryExecutionInputsAndOutputsRequest, callback: google.cloud.aiplatform.v1.MetadataService.QueryExecutionInputsAndOutputsCallback): void;Calls QueryExecutionInputsAndOutputs.
| Name | Description |
request |
google.cloud.aiplatform.v1.IQueryExecutionInputsAndOutputsRequest
QueryExecutionInputsAndOutputsRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.QueryExecutionInputsAndOutputsCallback
Node-style callback called with the error, if any, and LineageSubgraph |
| Type | Description |
void |
queryExecutionInputsAndOutputs(request)
public queryExecutionInputsAndOutputs(request: google.cloud.aiplatform.v1.IQueryExecutionInputsAndOutputsRequest): Promise<google.cloud.aiplatform.v1.LineageSubgraph>;Calls QueryExecutionInputsAndOutputs.
| Name | Description |
request |
google.cloud.aiplatform.v1.IQueryExecutionInputsAndOutputsRequest
QueryExecutionInputsAndOutputsRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.LineageSubgraph> |
Promise |
removeContextChildren(request, callback)
public removeContextChildren(request: google.cloud.aiplatform.v1.IRemoveContextChildrenRequest, callback: google.cloud.aiplatform.v1.MetadataService.RemoveContextChildrenCallback): void;Calls RemoveContextChildren.
| Name | Description |
request |
IRemoveContextChildrenRequest
RemoveContextChildrenRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.RemoveContextChildrenCallback
Node-style callback called with the error, if any, and RemoveContextChildrenResponse |
| Type | Description |
void |
removeContextChildren(request)
public removeContextChildren(request: google.cloud.aiplatform.v1.IRemoveContextChildrenRequest): Promise<google.cloud.aiplatform.v1.RemoveContextChildrenResponse>;Calls RemoveContextChildren.
| Name | Description |
request |
IRemoveContextChildrenRequest
RemoveContextChildrenRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.RemoveContextChildrenResponse> |
Promise |
updateArtifact(request, callback)
public updateArtifact(request: google.cloud.aiplatform.v1.IUpdateArtifactRequest, callback: google.cloud.aiplatform.v1.MetadataService.UpdateArtifactCallback): void;Calls UpdateArtifact.
| Name | Description |
request |
google.cloud.aiplatform.v1.IUpdateArtifactRequest
UpdateArtifactRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.UpdateArtifactCallback
Node-style callback called with the error, if any, and Artifact |
| Type | Description |
void |
updateArtifact(request)
public updateArtifact(request: google.cloud.aiplatform.v1.IUpdateArtifactRequest): Promise<google.cloud.aiplatform.v1.Artifact>;Calls UpdateArtifact.
| Name | Description |
request |
google.cloud.aiplatform.v1.IUpdateArtifactRequest
UpdateArtifactRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.Artifact> |
Promise |
updateContext(request, callback)
public updateContext(request: google.cloud.aiplatform.v1.IUpdateContextRequest, callback: google.cloud.aiplatform.v1.MetadataService.UpdateContextCallback): void;Calls UpdateContext.
| Name | Description |
request |
IUpdateContextRequest
UpdateContextRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.UpdateContextCallback
Node-style callback called with the error, if any, and Context |
| Type | Description |
void |
updateContext(request)
public updateContext(request: google.cloud.aiplatform.v1.IUpdateContextRequest): Promise<google.cloud.aiplatform.v1.Context>;Calls UpdateContext.
| Name | Description |
request |
IUpdateContextRequest
UpdateContextRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.Context> |
Promise |
updateExecution(request, callback)
public updateExecution(request: google.cloud.aiplatform.v1.IUpdateExecutionRequest, callback: google.cloud.aiplatform.v1.MetadataService.UpdateExecutionCallback): void;Calls UpdateExecution.
| Name | Description |
request |
google.cloud.aiplatform.v1.IUpdateExecutionRequest
UpdateExecutionRequest message or plain object |
callback |
google.cloud.aiplatform.v1.MetadataService.UpdateExecutionCallback
Node-style callback called with the error, if any, and Execution |
| Type | Description |
void |
updateExecution(request)
public updateExecution(request: google.cloud.aiplatform.v1.IUpdateExecutionRequest): Promise<google.cloud.aiplatform.v1.Execution>;Calls UpdateExecution.
| Name | Description |
request |
google.cloud.aiplatform.v1.IUpdateExecutionRequest
UpdateExecutionRequest message or plain object |
| Type | Description |
Promise<google.cloud.aiplatform.v1.Execution> |
Promise |