scorable.generated.openapi_client.models.input_variable

Scorable API

Scorable JSON API provides a way to access Scorable 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

InputVariable

InputVariable

Module Contents

class scorable.generated.openapi_client.models.input_variable.InputVariable

Bases: pydantic.BaseModel

InputVariable

created_at: datetime.datetime | None
id: pydantic.StrictStr
model_config
name: typing_extensions.Annotated[str, Field(strict=True, max_length=1000)]
skill: pydantic.StrictStr | None
updated_at: datetime.datetime | None