root.generated.openapi_aclient.models.skill_test_output

Root Signals API

Root Signals JSON API provides a way to access Root Signals using provisioned API token

The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.

Classes

SkillTestOutput

SkillTestOutput

Module Contents

class root.generated.openapi_aclient.models.skill_test_output.SkillTestOutput

Bases: pydantic.BaseModel

SkillTestOutput

model_call_duration: pydantic.StrictFloat | pydantic.StrictInt | None
model_config
result: root.generated.openapi_aclient.models.skill_execution_result.SkillExecutionResult
row_number: pydantic.StrictInt
variables: Dict[str, Any]