Preparing search index...
The search index is not available cvat-sdk
Function LambdaApiAxiosParamCreator
Lambda Api Axios Param Creator ( configuration ? ) : { lambdaCreateFunctions : ( ( funcId , onlineFunctionCallRequest ? , options ? ) => Promise < RequestArgs > ) ; lambdaCreateRequests : ( ( functionCallRequest , xOrganization ? , org ? , orgId ? , options ? ) => Promise < RequestArgs > ) ; lambdaDeleteRequests : ( ( id , options ? ) => Promise < RequestArgs > ) ; lambdaListFunctions : ( ( options ? ) => Promise < RequestArgs > ) ; lambdaListRequests : ( ( options ? ) => Promise < RequestArgs > ) ; lambdaRetrieveFunctions : ( ( funcId , options ? ) => Promise < RequestArgs > ) ; lambdaRetrieveRequests : ( ( id , options ? ) => Promise < RequestArgs > ) ; }
Returns { lambdaCreateFunctions : ( ( funcId , onlineFunctionCallRequest ? , options ? ) => Promise < RequestArgs > ) ; lambdaCreateRequests : ( ( functionCallRequest , xOrganization ? , org ? , orgId ? , options ? ) => Promise < RequestArgs > ) ; lambdaDeleteRequests : ( ( id , options ? ) => Promise < RequestArgs > ) ; lambdaListFunctions : ( ( options ? ) => Promise < RequestArgs > ) ; lambdaListRequests : ( ( options ? ) => Promise < RequestArgs > ) ; lambdaRetrieveFunctions : ( ( funcId , options ? ) => Promise < RequestArgs > ) ; lambdaRetrieveRequests : ( ( id , options ? ) => Promise < RequestArgs > ) ; }
lambda Create Functions : ( ( funcId , onlineFunctionCallRequest ? , options ? ) => Promise < RequestArgs > )
( funcId , onlineFunctionCallRequest ? , options ? ) : Promise < RequestArgs >
Parameters
funcId : string
Optional
options : AxiosRequestConfig < any > = {}
Returns Promise < RequestArgs >
lambda Create Requests : ( ( functionCallRequest , xOrganization ? , org ? , orgId ? , options ? ) => Promise < RequestArgs > )
( functionCallRequest , xOrganization ? , org ? , orgId ? , options ? ) : Promise < RequestArgs >
Parameters
Optional
xOrganization : string
Optional
org : string
Optional
orgId : number
Optional
options : AxiosRequestConfig < any > = {}
Returns Promise < RequestArgs >
lambda Delete Requests : ( ( id , options ? ) => Promise < RequestArgs > )
( id , options ? ) : Promise < RequestArgs >
Parameters
id : string
Optional
options : AxiosRequestConfig < any > = {}
Returns Promise < RequestArgs >
lambda List Functions : ( ( options ? ) => Promise < RequestArgs > )
( options ? ) : Promise < RequestArgs >
Parameters
Optional
options : AxiosRequestConfig < any > = {}
Returns Promise < RequestArgs >
lambda List Requests : ( ( options ? ) => Promise < RequestArgs > )
( options ? ) : Promise < RequestArgs >
Parameters
Optional
options : AxiosRequestConfig < any > = {}
Returns Promise < RequestArgs >
lambda Retrieve Functions : ( ( funcId , options ? ) => Promise < RequestArgs > )
( funcId , options ? ) : Promise < RequestArgs >
Parameters
funcId : string
Optional
options : AxiosRequestConfig < any > = {}
Returns Promise < RequestArgs >
lambda Retrieve Requests : ( ( id , options ? ) => Promise < RequestArgs > )
( id , options ? ) : Promise < RequestArgs >
Parameters
id : string
Optional
options : AxiosRequestConfig < any > = {}
Returns Promise < RequestArgs >
LambdaApi - axios parameter creator