Results

The method run() returns a Result object. You can interact with this object in the same way as the Model object itself. The following results are available in the result object.

graph TD A[Model] A --> F0[files]

Feature: files

description

Output files.

max_items

Maximum number: 1

required

Required: True (1)

Property: plots

graph LR A[Model] A --> F1[files] F1 --> P1[plots]
description

Plot files

max_items

Maximum number: inf

required

Required: True (1)

schema

Schema:

type

<class ‘dict’>