Bigml

Learn how to use Bigml with Composio

Overview

Enum

BIGML

Description

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.

Authentication Details

username
stringRequired
api_key
stringRequired

Actions

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

Action Parameters

connection
objectRequired
name
string
source
stringDefaults to postgresql

Action Response

data
object
error
string
successful
boolean
Tool to create a new project. use when you need to group related bigml resources into a project.

Action Parameters

category
integer
description
string
name
string
tags
array
webhook
object

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

project_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of an external connector. use after creating or listing external connectors to inspect its state.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a project by id. use when you need to inspect project metadata before analysis.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list correlation resources. use when you need to browse or paginate existing correlations for the authenticated user.

Action Parameters

limit
integer
offset
integer
sort_by
string

Action Response

data
object
error
string
successful
boolean