Methods |
public
|
deleteAgent(array $params = []): array
Delete an agent.
Delete an agent.
$params['agent_id'] = (string)
$params['pretty'] = (boolean) Whether to pretty format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human readable values for statistics. (Default = true)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-".
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
deleteModel(array $params = []): array
Deletes a model.
Deletes a model.
$params['id'] = (string)
$params['pretty'] = (boolean) Whether to pretty format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human readable values for statistics. (Default = true)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-".
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
deleteModelGroup(array $params = []): array
Deletes a model group.
Deletes a model group.
$params['id'] = (string)
$params['pretty'] = (boolean) Whether to pretty format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human readable values for statistics. (Default = true)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-".
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
deleteTask(array $params = []): array
Deletes a task.
Deletes a task.
$params['task_id'] = (string)
$params['pretty'] = (boolean) Whether to pretty format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human readable values for statistics. (Default = true)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-".
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getModelGroup(array $params = []): array
Retrieves a model group.
Retrieves a model group.
$params['model_group_id'] = (string)
$params['pretty'] = (boolean) Whether to pretty format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human readable values for statistics. (Default = true)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-".
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getTask(array $params = []): array
Retrieves a task.
Retrieves a task.
$params['id'] = (string)
$params['pretty'] = (boolean) Whether to pretty format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human readable values for statistics. (Default = true)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-".
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
registerAgents(array $params = []): array
Register an agent.
Register an agent.
$params['pretty'] = (boolean) Whether to pretty format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human readable values for statistics. (Default = true)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-".
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
registerModel(array $params = []): array
Registers a model.
Registers a model.
$params['pretty'] = (boolean) Whether to pretty format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human readable values for statistics. (Default = true)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-".
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
registerModelGroup(array $params = []): array
Registers a model group.
Registers a model group.
$params['pretty'] = (boolean) Whether to pretty format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human readable values for statistics. (Default = true)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-".
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
searchModels(array $params = []): array
Searches for models.
Searches for models.
$params['pretty'] = (boolean) Whether to pretty format the returned JSON response. (Default = false)
$params['human'] = (boolean) Whether to return human readable values for statistics. (Default = true)
$params['error_trace'] = (boolean) Whether to include the stack trace of returned errors. (Default = false)
$params['source'] = (string) The URL-encoded request definition. Useful for libraries that do not accept a request body for non-POST requests.
$params['filter_path'] = (any) Used to reduce the response. This parameter takes a comma-separated list of filters. It supports using wildcards to match any field or part of a field’s name. You can also exclude fields with "-".
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
createConnector(array $params = []): array
$params['body'] = (string) The body of the request (Required)
$params['body'] = (string) The body of the request (Required)
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
deleteConnector(array $params = []): array
$params['connector_id'] = (string) The id of the connector (Required)
$params['connector_id'] = (string) The id of the connector (Required)
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
deployModel(array $params = []): array
$params['model_id'] = (string) The id of the model (Required)
$params['body'] = (string) The body of…
$params['model_id'] = (string) The id of the model (Required)
$params['body'] = (string) The body of the request
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getConnector(array $params = []): array
$params['id'] = (string) The id of the connector (Required)
$params['id'] = (string) The id of the connector (Required)
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getConnectors(array $params = []): array
$params['body'] = (string) The body of the request
$params['body'] = (string) The body of the request
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getModelGroups(array $params = []): array
$params['body'] = (string) The body of the request
$params['body'] = (string) The body of the request
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getModel(array $params = []): array
$params['id'] = (string) The id of the model (Required)
$params['id'] = (string) The id of the model (Required)
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getModels(array $params = [])
Proxy function to getModels() to prevent BC break.
This API will be removed in a future version. Use 'searchModels' API…
Proxy function to getModels() to prevent BC break.
This API will be removed in a future version. Use 'searchModels' API instead.
|
#
|
public
|
predict(array $params = []): array
$params['id'] = (string) The id of the model (Required)
$params['body'] = (string) The body of…
$params['id'] = (string) The id of the model (Required)
$params['body'] = (string) The body of the request
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
undeployModel(array $params = []): array
$params['model_id'] = (string) The id of the model (Required)
$params['body'] = (string) The body of…
$params['model_id'] = (string) The id of the model (Required)
$params['body'] = (string) The body of the request
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
updateModelGroup(array $params = []): array
$params['id'] = (string) The id of the model group (Required)
$params['body'] = (array) The body…
$params['id'] = (string) The id of the model group (Required)
$params['body'] = (array) The body of the request (Required)
Parameters
$params |
Associative array of parameters
|
|
#
|