Dataset Correlations (DP_CRR)

This function shows dataset correlations

This is a useful block in data processing that shows dataset correlations in the output field of the block

Sample Request

{
    "project_id": 41,
    "block_id": 10,
    "parent_id": 9,
    "function_code": "DP_CRR",
    "args": {}
}

Parameter Details

Dataset Correlations

POST https://autogon.ai/api/v1/engine/start

Request Body

Name
Type
Description

project_id*

int

current project ID

parent_id*

int

parent block ID

block_id*

int

current block ID

function_code*

String

block's function code

args*

object

block arguments

Last updated

Was this helpful?