root.generated.openapi_aclient.models.objective =============================================== .. py:module:: root.generated.openapi_aclient.models.objective .. 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_aclient.models.objective.Objective Module Contents --------------- .. py:class:: Objective Bases: :py:obj:`pydantic.BaseModel` Objective .. py:attribute:: created_at :type: Optional[datetime.datetime] .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: intent :type: Optional[typing_extensions.Annotated[str, Field(strict=True, max_length=10000)]] :value: None .. py:attribute:: meta :type: Dict[str, Any] .. py:attribute:: model_config .. py:attribute:: owner :type: root.generated.openapi_aclient.models.nested_user_details.NestedUserDetails .. py:attribute:: status :type: Optional[root.generated.openapi_aclient.models.status_enum.StatusEnum] :value: None .. py:attribute:: test_dataset_id :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: test_set :type: Optional[List[List[pydantic.StrictStr]]] .. py:attribute:: validators :type: Optional[List[root.generated.openapi_aclient.models.objective_validator.ObjectiveValidator]] :value: None .. py:attribute:: version_id :type: pydantic.StrictStr