Methods |
public
|
chunkModel(array $params = []): array
Uploads model chunk.
Uploads model chunk.
$params['chunk_number'] = (integer)
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
createController(array $params = []): array
Creates a controller.
Creates a controller.
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
createMemory(array $params = []): array
Create a memory.
Create a memory.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
createMessage(array $params = []): array
Create a message.
Create a message.
$params['memory_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
createModelMeta(array $params = []): array
Registers model metadata.
Registers model metadata.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
deleteController(array $params = []): array
Deletes a controller.
Deletes a controller.
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
deleteMemory(array $params = []): array
Delete a memory.
Delete a memory.
$params['memory_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
executeAgent(array $params = []): array
Execute an agent.
Execute 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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
executeAlgorithm(array $params = []): array
Execute an algorithm.
Execute an algorithm.
$params['algorithm_name'] = (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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getAgent(array $params = []): array
Get an agent.
Get 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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getAllMemories(array $params = []): array
Get all memories.
Get all memories.
$params['max_results'] = (integer)
$params['next_token'] = (integer)
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getAllMessages(array $params = []): array
Get all messages in a memory.
Get all messages in a memory.
$params['memory_id'] = (string)
$params['max_results'] = (integer)
$params['next_token'] = (integer)
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getAllTools(array $params = []): array
Get tools.
Get tools.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getController(array $params = []): array
Retrieves a controller.
Retrieves a controller.
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getMemory(array $params = []): array
Get a memory.
Get a memory.
$params['memory_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getMessage(array $params = []): array
Get a message.
Get a message.
$params['message_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getMessageTraces(array $params = []): array
Get a message traces.
Get a message traces.
$params['message_id'] = (string)
$params['max_results'] = (integer)
$params['next_token'] = (integer)
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getProfile(array $params = []): array
Get a profile.
Get a profile.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getProfileModels(array $params = []): array
Get a profile models.
Get a profile models.
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getProfileTasks(array $params = []): array
Get a profile tasks.
Get a profile tasks.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getStats(array $params = []): array
Get stats.
Get stats.
$params['node_id'] = (string)
$params['stat'] = (array)
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
getTool(array $params = []): array
Get tools.
Get tools.
$params['tool_name'] = (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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
loadModel(array $params = []): array
Deploys a model.
Deploys a model.
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
predictModel(array $params = []): array
Predicts a model.
Predicts a model.
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
registerModelMeta(array $params = []): array
Registers model metadata.
Registers model metadata.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
searchAgents(array $params = []): array
Search agents.
Search agents.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
searchConnectors(array $params = []): array
Searches for standalone connectors.
Searches for standalone connectors.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
searchMemory(array $params = []): array
Search memory.
Search memory.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
searchMessage(array $params = []): array
Search messages.
Search messages.
$params['memory_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
searchModelGroup(array $params = []): array
Searches for model groups.
Searches for model groups.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
searchTasks(array $params = []): array
Searches for tasks.
Searches for tasks.
$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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
train(array $params = []): array
Trains a model synchronously.
Trains a model synchronously.
$params['algorithm_name'] = (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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
trainPredict(array $params = []): array
Trains a model and predicts against the same training dataset.
Trains a model and predicts against the same training dataset.
$params['algorithm_name'] = (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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
unloadModel(array $params = []): array
Unloads a model.
Unloads a model.
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
updateConnector(array $params = []): array
Updates a standalone connector.
Updates a standalone connector.
$params['connector_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
updateController(array $params = []): array
Updates a controller.
Updates a controller.
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
updateMemory(array $params = []): array
Update a memory.
Update a memory.
$params['memory_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
updateMessage(array $params = []): array
Update a message.
Update a message.
$params['message_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
updateModel(array $params = []): array
Updates a model.
Updates a model.
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
uploadChunk(array $params = []): array
Uploads model chunk.
Uploads model chunk.
$params['chunk_number'] = (integer)
$params['model_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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
Parameters
$params |
Associative array of parameters
|
|
#
|
public
|
uploadModel(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 = false)
$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) A comma-separated list of filters used to filter the response. Use wildcards to match any field or part of a field's name. To exclude fields, use - .
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
|
|
#
|