Bigml
bigmlBigML is a comprehensive machine learning platform that simplifies the creation and deployment of predictive models through an intuitive web interface and a REST API.
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create External ConnectorBIGML_CREATE_EXTERNAL_CONNECTORAcciónTool to create a new external connector for data sources. use after configuring external databases or search indices.
BIGML_CREATE_EXTERNAL_CONNECTORAcciónTool to create a new external connector for data sources. use after configuring external databases or search indices.
Parámetros de entrada
namestringUser-defined name for the external connector.
sourcestringenumType of the external data source. Allowed: 'postgresql','mysql','sqlserver','elasticsearch'. Defaults to 'postgresql'.
postgresqlmysqlsqlserverelasticsearchconnectionobjectObligatorioConnection info for PostgreSQL, MySQL, or SQL Server.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ProjectBIGML_CREATE_PROJECTAcciónTool to create a new project. use when you need to group related bigml resources into a project.
BIGML_CREATE_PROJECTAcciónTool to create a new project. use when you need to group related bigml resources into a project.
Parámetros de entrada
namestringName for the new project. Defaults to server-generated name.
tagsstring[]List of tags to classify the project.
webhookobjectConfiguration for project webhooks.
categoryintegerCategory code for project domain (see BigML category codes).
descriptionstringDescription of the project up to 8192 characters.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ProjectBIGML_DELETE_PROJECTAcciónTool to delete an existing project. use when you need to permanently remove a project resource after confirming it is not in use by other resources.
BIGML_DELETE_PROJECTAcciónTool to delete an existing project. use when you need to permanently remove a project resource after confirming it is not in use by other resources.
Parámetros de entrada
project_idstringObligatorioProject ID suffix to delete, e.g., '5e4f30a81b3a1270d20000b5'. Do not include the 'project/' prefix.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get External ConnectorBIGML_GET_EXTERNAL_CONNECTORAcciónTool to retrieve details of an external connector. use after creating or listing external connectors to inspect its state.
BIGML_GET_EXTERNAL_CONNECTORAcciónTool to retrieve details of an external connector. use after creating or listing external connectors to inspect its state.
Parámetros de entrada
idstringObligatorioThe resource identifier of the external connector to retrieve, in the format 'externalconnector/XXXXXXXXXXXXXXXXXXXXXXXX'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProjectBIGML_GET_PROJECTAcciónTool to retrieve details of a project by id. use when you need to inspect project metadata before analysis.
BIGML_GET_PROJECTAcciónTool to retrieve details of a project by id. use when you need to inspect project metadata before analysis.
Parámetros de entrada
idstringObligatorioThe resource identifier of the project to retrieve, in the format 'project/XXXXXXXXXXXXXXXXXXXXXXXX'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CorrelationsBIGML_LIST_CORRELATIONSAcciónTool to list correlation resources. use when you need to browse or paginate existing correlations for the authenticated user.
BIGML_LIST_CORRELATIONSAcciónTool to list correlation resources. use when you need to browse or paginate existing correlations for the authenticated user.
Parámetros de entrada
limitintegerMaximum number of correlations to return.
offsetintegerZero-based index of the first correlation to return.
sort_bystringField to sort by; prefix with '-' for descending order, e.g., '-created', 'name', or 'resource'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not