NAiOS IconNAiOS Logo
Volver al catálogo

Bigml

bigml

BigML 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
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to create a new external connector for data sources. use after configuring external databases or search indices.

Parámetros de entrada

  • namestring

    User-defined name for the external connector.

  • sourcestringenum

    Type of the external data source. Allowed: 'postgresql','mysql','sqlserver','elasticsearch'. Defaults to 'postgresql'.

    postgresqlmysqlsqlserverelasticsearch
  • connectionobjectObligatorio

    Connection info for PostgreSQL, MySQL, or SQL Server.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ProjectBIGML_CREATE_PROJECTAcción

Tool to create a new project. use when you need to group related bigml resources into a project.

Parámetros de entrada

  • namestring

    Name for the new project. Defaults to server-generated name.

  • tagsstring[]

    List of tags to classify the project.

  • webhookobject

    Configuration for project webhooks.

  • categoryinteger

    Category code for project domain (see BigML category codes).

  • descriptionstring

    Description of the project up to 8192 characters.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ProjectBIGML_DELETE_PROJECTAcción

Tool 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_idstringObligatorio

    Project ID suffix to delete, e.g., '5e4f30a81b3a1270d20000b5'. Do not include the 'project/' prefix.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get External ConnectorBIGML_GET_EXTERNAL_CONNECTORAcción

Tool to retrieve details of an external connector. use after creating or listing external connectors to inspect its state.

Parámetros de entrada

  • idstringObligatorio

    The resource identifier of the external connector to retrieve, in the format 'externalconnector/XXXXXXXXXXXXXXXXXXXXXXXX'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProjectBIGML_GET_PROJECTAcción

Tool to retrieve details of a project by id. use when you need to inspect project metadata before analysis.

Parámetros de entrada

  • idstringObligatorio

    The resource identifier of the project to retrieve, in the format 'project/XXXXXXXXXXXXXXXXXXXXXXXX'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CorrelationsBIGML_LIST_CORRELATIONSAcción

Tool to list correlation resources. use when you need to browse or paginate existing correlations for the authenticated user.

Parámetros de entrada

  • limitinteger

    Maximum number of correlations to return.

  • offsetinteger

    Zero-based index of the first correlation to return.

  • sort_bystring

    Field to sort by; prefix with '-' for descending order, e.g., '-created', 'name', or 'resource'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not