root.generated.openapi_aclient.models.skill_test_data_request_dataset_range¶
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¶
Specifies the range of dataset rows to use |
Module Contents¶
- class root.generated.openapi_aclient.models.skill_test_data_request_dataset_range.SkillTestDataRequestDatasetRange¶
Bases:
pydantic.BaseModel
Specifies the range of dataset rows to use
- end: typing_extensions.Annotated[int, Field(strict=True, ge=0)] | None¶
- model_config¶
- start: typing_extensions.Annotated[int, Field(strict=True, ge=0)] | None¶