root.generated.openapi_client.models.objective

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

Objective

Objective

Module Contents

class root.generated.openapi_client.models.objective.Objective

Bases: pydantic.BaseModel

Objective

created_at: datetime.datetime | None
id: pydantic.StrictStr
intent: typing_extensions.Annotated[str, Field(strict=True, max_length=10000)] | None = None
meta: Dict[str, Any]
model_config
owner: root.generated.openapi_client.models.nested_user_details.NestedUserDetails
status: root.generated.openapi_client.models.status_enum.StatusEnum | None = None
test_dataset_id: pydantic.StrictStr | None = None
test_set: List[List[pydantic.StrictStr]] | None
validators: List[root.generated.openapi_client.models.objective_validator.ObjectiveValidator] | None = None
version_id: pydantic.StrictStr