root.generated.openapi_client.models.model ========================================== .. py:module:: root.generated.openapi_client.models.model .. autoapi-nested-parse:: 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 ------- .. autoapisummary:: root.generated.openapi_client.models.model.Model Module Contents --------------- .. py:class:: Model Bases: :py:obj:`pydantic.BaseModel` Model .. py:attribute:: default_key :type: Optional[typing_extensions.Annotated[str, Field(strict=True, max_length=4000)]] :value: None .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: max_output_token_count :type: Optional[typing_extensions.Annotated[int, Field(strict=True, ge=800)]] :value: None .. py:attribute:: max_token_count :type: Optional[typing_extensions.Annotated[int, Field(le=2147483647, strict=True, ge=800)]] :value: None .. py:attribute:: model :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: model_config .. py:attribute:: name :type: typing_extensions.Annotated[str, Field(strict=True, max_length=100)] .. py:attribute:: url :type: Optional[typing_extensions.Annotated[str, Field(strict=True, max_length=1024)]] :value: None