root.generated.openapi_client.models.model_list_visibility_enum¶
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¶
Module Contents¶
- class root.generated.openapi_client.models.model_list_visibility_enum.ModelListVisibilityEnum¶
Bases:
str,enum.EnumPUBLIC - Accessible and exposed to everyone * PUBLIC_UNLISTED - Not exposed but accessible with direct model name * PRIVATE - Accessible only within the organization
- PRIVATE = 'PRIVATE'¶
- PUBLIC = 'PUBLIC'¶
- PUBLIC_UNLISTED = 'PUBLIC_UNLISTED'¶