{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BentoML / BentoCloud API Schemas", "description": "JSON Schema definitions extracted from the BentoCloud OpenAPI specification", "definitions": { "Admincontrollersv1SyncOrgCluster": { "type": "object", "properties": { "cluster": { "type": "string" }, "message": { "type": "string" }, "org": { "type": "string" } } }, "Admincontrollersv1SyncResultSchema": { "type": "object", "properties": { "failedCount": { "type": "integer", "format": "int32" }, "succeedCount": { "type": "integer", "format": "int32" }, "synced": { "type": "array", "items": { "$ref": "#/components/schemas/Admincontrollersv1SyncOrgCluster" } }, "unsynced": { "type": "array", "items": { "$ref": "#/components/schemas/Admincontrollersv1SyncOrgCluster" } } } }, "Airtable Event CallbackInput": { "type": "object", "properties": { "base": { "$ref": "#/components/schemas/ServicesAirtableItemSchema" }, "timestamp": { "type": "string" }, "webhook": { "$ref": "#/components/schemas/ServicesAirtableItemSchema" } } }, "Collect UsageInput": { "type": "object", "properties": { "billable_metric_code": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": { "type": "string" } }, "record_value": { "type": "string" } } }, "Complete A Bento Multipart UploadInput": { "type": "object", "properties": { "parts": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1CompletePartSchema" } }, "upload_id": { "type": "string" } } }, "Complete A Model Multipart UploadInput": { "type": "object", "properties": { "parts": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1CompletePartSchema" } }, "upload_id": { "type": "string" } } }, "Controllersv1CustomerCurrentUsage": { "type": "object", "properties": { "resourceInstanceName": { "type": "string" }, "sumCost": { "type": "number", "format": "double" }, "unitCost": { "type": "number", "format": "double" }, "usage": { "type": "array", "items": { "$ref": "#/components/schemas/Controllersv1Usage" } } } }, "Controllersv1CustomerCurrentUsageSchema": { "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/Controllersv1CustomerCurrentUsage" } } } }, "Controllersv1FirebaseInfoSchema": { "type": "object", "properties": { "api_key": { "type": "string" }, "auth_domain": { "type": "string" } } }, "Controllersv1GroupMappingDebug": { "type": "object", "properties": { "error": { "type": "string" }, "group": { "type": "string" }, "role": { "type": "string" }, "success": { "type": "boolean" }, "target_org_name": { "type": "string" } } }, "Controllersv1InfoSchema": { "type": "object", "properties": { "disable_login": { "type": "boolean" }, "enable_code_space": { "type": "boolean" }, "on_prem": { "type": "boolean" }, "saas_domain_suffix": { "type": "string" } } }, "Controllersv1MetricUsageSchema": { "type": "object", "properties": { "data": { "type": "object", "additionalProperties": { "type": "array", "items": { "type": "string" } } }, "debug": { "type": "boolean" }, "debugInfo": { "description": "Value of any type, including null", "nullable": true }, "endTime": { "type": "string" }, "granularity": { "type": "string" }, "rawLagoResponse": { "description": "Value of any type, including null", "nullable": true }, "startTime": { "type": "string" } } }, "Controllersv1ModelCategorySchema": { "type": "object", "properties": { "desc": { "type": "string" }, "name": { "type": "string" } } }, "Controllersv1ModelEndpointListSchema": { "type": "object", "properties": { "categories": { "type": "array", "items": { "$ref": "#/components/schemas/Controllersv1ModelCategorySchema" } }, "gateways": { "type": "array", "items": { "type": "string" } }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/Controllersv1ModelEndpointSchema" } } } }, "Controllersv1ModelEndpointSchema": { "type": "object", "properties": { "category": { "type": "string" }, "desc": { "type": "string" }, "display_name": { "type": "string" }, "endpoint": { "type": "string" }, "labels": { "type": "array", "items": { "type": "string" } }, "logo": { "type": "string" }, "pricing": { "$ref": "#/components/schemas/ModelstaticModelEndpointPricing" }, "unique_name": { "type": "string" } } }, "Controllersv1NewsContent": { "type": "object", "properties": { "blog_posts": { "type": "array", "items": { "$ref": "#/components/schemas/Controllersv1NewsItem" } }, "documentations": { "type": "array", "items": { "$ref": "#/components/schemas/Controllersv1NewsItem" } }, "notifications": { "type": "array", "items": { "$ref": "#/components/schemas/Controllersv1NewsItem" } }, "release_notes": { "type": "array", "items": { "$ref": "#/components/schemas/Controllersv1NewsItem" } } } }, "Controllersv1NewsItem": { "type": "object", "properties": { "cover": { "type": "string" }, "ended_at": { "type": "string" }, "level": { "type": "string" }, "link": { "type": "string" }, "started_at": { "type": "string" }, "title": { "type": "string" }, "version_constraint": { "type": "string" } } }, "Controllersv1OIDCCallbackResponseSchema": { "type": "object", "properties": { "debug_info": { "$ref": "#/components/schemas/Controllersv1OIDCDebugInfo" }, "user": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "Controllersv1OIDCDebugInfo": { "type": "object", "properties": { "current_org_id": { "type": "integer", "format": "int32" }, "current_org_name": { "type": "string" }, "processed_mappings": { "type": "array", "items": { "$ref": "#/components/schemas/Controllersv1GroupMappingDebug" } }, "user_groups": { "type": "array", "items": { "type": "string" } } } }, "Controllersv1OIDCInfoSchema": { "type": "object", "properties": { "client_id": { "type": "string" }, "enabled": { "type": "boolean" }, "provider_url": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } } } }, "Controllersv1SecretTemplate": { "type": "object", "properties": { "content": { "$ref": "#/components/schemas/ModelschemasSecretNoValueContent" }, "description": { "type": "string" }, "icon": { "type": "string" }, "name": { "type": "string" } } }, "Controllersv1Usage": { "type": "object", "properties": { "endTime": { "type": "string" }, "startTime": { "type": "string" }, "value": { "type": "string" } } }, "Controllersv2CreateRequestQuotaSchema": { "type": "object", "properties": { "current_quota": { "type": "string" }, "gpu_type": { "type": "string" }, "reason": { "type": "string" }, "requested_quota": { "type": "string" }, "resource_type": { "type": "string" } }, "required": [ "resource_type" ] }, "Create A BentoInput": { "type": "object", "properties": { "build_at": { "type": "string" }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "version": { "type": "string" } } }, "Create A Cluster Member In Admin PanelInput": { "type": "object", "properties": { "role": { "type": "string", "enum": [ "guest", "developer", "admin", "api_user" ] }, "usernames": { "type": "array", "items": { "type": "string" } } } }, "Create A Cluster MemberInput": { "type": "object", "properties": { "role": { "type": "string", "enum": [ "guest", "developer", "admin", "api_user" ] }, "usernames": { "type": "array", "items": { "type": "string" } } } }, "Create A Gpu ConfigInput": { "type": "object", "properties": { "memory": { "type": "string" }, "name": { "type": "string" }, "vendor": { "type": "string" } } }, "Create A Limit GroupInput": { "type": "object", "properties": { "config": { "$ref": "#/components/schemas/ModelschemasLimitGroupConfigSchema" }, "description": { "type": "string" }, "display_name": { "type": "string" }, "name": { "type": "string" }, "plan_code": { "type": "string" }, "visible": { "type": "boolean", "nullable": true } } }, "Create A Model RepositoryInput": { "type": "object", "properties": { "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" } } }, "Create A ModelInput": { "type": "object", "properties": { "build_at": { "type": "string" }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasModelManifestSchema" }, "version": { "type": "string" } } }, "Create A Request QuotaInput": { "type": "object", "properties": { "current_quota": { "type": "string" }, "gpu_type": { "type": "string" }, "reason": { "type": "string" }, "requested_quota": { "type": "string" }, "resource_type": { "type": "string" } }, "required": [ "resource_type" ] }, "Create A Resource InstanceInput": { "type": "object", "properties": { "config": { "$ref": "#/components/schemas/ModelschemasResourceInstanceConfigSchema" }, "description": { "type": "string" }, "display_name": { "type": "string" }, "name": { "type": "string" } } }, "Create A SecretInput": { "type": "object", "properties": { "content": { "$ref": "#/components/schemas/ModelschemasSecretContent" }, "description": { "type": "string" }, "name": { "type": "string" } } }, "Create An EndpointInput": { "type": "object", "properties": { "deployment_ids": { "type": "array", "items": { "type": "string" } }, "deployment_weights": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "domain": { "type": "string" }, "load_balance": { "type": "string" }, "name": { "type": "string" }, "overflow_scale_out_delay": { "type": "integer", "format": "int32", "nullable": true }, "protocol": { "type": "string" }, "strategy": { "type": "string" }, "upstreams": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasEndpointUpstream" } } } }, "Create An Organization MemberInput": { "type": "object", "properties": { "role": { "type": "string", "enum": [ "guest", "developer", "admin", "api_user" ] }, "usernames": { "type": "array", "items": { "type": "string" } } } }, "Create An UserInput": { "type": "object", "properties": { "email": { "type": "string" }, "name": { "type": "string" }, "password": { "type": "string" }, "role": { "type": "string", "enum": [ "guest", "developer", "admin", "api_user" ] } }, "required": [ "email", "name", "password" ] }, "Create Api TokenInput": { "type": "object", "properties": { "code": { "type": "string", "nullable": true }, "deployment_uids": { "type": "array", "items": { "type": "string" } }, "description": { "type": "string" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "is_global_access": { "type": "boolean" }, "is_global_router_access": { "type": "boolean" }, "is_monitoring_token": { "type": "boolean" }, "is_organization_token": { "type": "boolean" }, "name": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } } } }, "Create Bento RepositoryInput": { "type": "object", "properties": { "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" } } }, "Create Cluster In Admin PanelInput": { "type": "object", "properties": { "config": { "$ref": "#/components/schemas/ModelschemasClusterConfigSchema" }, "description": { "type": "string" }, "host_cluster_name": { "type": "string" }, "image_resgitry_config": { "$ref": "#/components/schemas/ModelschemasImageResgitryConfig" }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" } } }, "Create ClusterInput": { "type": "object", "properties": { "config": { "$ref": "#/components/schemas/ModelschemasClusterConfigSchema" }, "description": { "type": "string" }, "host_cluster_name": { "type": "string" }, "image_resgitry_config": { "$ref": "#/components/schemas/ModelschemasImageResgitryConfig" }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" } } }, "Create Deployment V2Input": { "type": "object", "properties": { "access_authorization": { "type": "boolean", "nullable": true }, "bento": { "type": "string" }, "canary": { "$ref": "#/components/schemas/Schemasv2DeploymentCanarySchema" }, "description": { "type": "string", "nullable": true }, "dev": { "type": "boolean" }, "distributed": { "type": "boolean", "nullable": true }, "envs": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasEnvItemSchema" } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "secrets": { "type": "array", "items": { "type": "string" } }, "services": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ModelschemasDeploymentServiceConfig" } }, "weight": { "type": "integer", "format": "int32", "nullable": true } } }, "Create DeploymentInput": { "type": "object", "properties": { "cluster": { "type": "string" }, "description": { "type": "string", "nullable": true }, "dev": { "type": "boolean" }, "distributed": { "type": "boolean", "nullable": true }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "routing": { "$ref": "#/components/schemas/ModelschemasDeploymentRoutingSchema" }, "super_admin": { "type": "boolean" }, "targets": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1CreateDeploymentTargetSchema" } } } }, "Create Host ClusterInput": { "type": "object", "properties": { "config": { "$ref": "#/components/schemas/ModelschemasHostClusterConfigSchema" }, "default": { "type": "boolean" }, "description": { "type": "string" }, "display_name": { "type": "string" }, "kube_config": { "type": "string" }, "name": { "type": "string" } } }, "Create Lago Billable MetricInput": { "type": "object", "properties": { "code": { "type": "string" }, "description": { "type": "string" }, "display_name": { "type": "string" } } }, "Create Lago CustomerInput": { "type": "object", "properties": { "Uid": { "type": "string" }, "auto_create_stripe": { "type": "boolean" }, "credit_amount": { "type": "string", "nullable": true }, "email": { "type": "string" }, "limit_group_plan": { "type": "string" }, "name": { "type": "string" }, "plan_type": { "type": "string" } } }, "Create Lago PlanInput": { "type": "object", "properties": { "charges": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1Charge" } }, "description": { "type": "string" }, "display_name": { "type": "string" }, "name": { "type": "string" } } }, "Create OrganizationInput": { "type": "object", "properties": { "config": { "$ref": "#/components/schemas/ModelschemasOrganizationConfigSchema" }, "description": { "type": "string" }, "limit_group_name": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" } } }, "Finish Upload A BentoInput": { "type": "object", "properties": { "reason": { "type": "string", "nullable": true }, "status": { "type": "string", "nullable": true } } }, "Finish Upload A ModelInput": { "type": "object", "properties": { "reason": { "type": "string", "nullable": true }, "status": { "type": "string", "nullable": true } } }, "IntstrIntOrString": { "type": "object", "properties": { "IntVal": { "type": "integer", "format": "int32" }, "StrVal": { "type": "string" }, "Type": { "type": "integer", "format": "int64" } } }, "Invite An UserInput": { "type": "object", "properties": { "email": { "type": "string" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "role": { "type": "string", "enum": [ "guest", "developer", "admin", "api_user" ] } }, "required": [ "email", "first_name", "last_name" ] }, "List Secrets With Check MessageInput": { "type": "object", "properties": { "names": { "type": "array", "items": { "type": "string" } } } }, "Login An UserInput": { "type": "object", "properties": { "name_or_email": { "type": "string" }, "password": { "type": "string" } }, "required": [ "name_or_email", "password" ] }, "Migrate Deployments On Cluster In Admin PanelInput": { "type": "object", "properties": { "targetClusterName": { "type": "string" } } }, "ModelschemasAWSECRSchema": { "type": "object", "properties": { "account_id": { "type": "string" }, "bentos_repository_name": { "type": "string" }, "models_repository_name": { "type": "string" }, "password": { "type": "string" }, "region": { "type": "string" } } }, "ModelschemasAWSS3Schema": { "type": "object", "properties": { "bentos_bucket_name": { "type": "string" }, "models_bucket_name": { "type": "string" }, "region": { "type": "string" } } }, "ModelschemasApiServerBentoFunctionOverrides": { "type": "object", "properties": { "annotations": { "type": "object", "additionalProperties": { "type": "string" } }, "extraPodMetadata": { "$ref": "#/components/schemas/V1alpha1ExtraPodMetadata" }, "extraPodSpec": { "$ref": "#/components/schemas/V1alpha1ExtraPodSpec" }, "monitorExporter": { "$ref": "#/components/schemas/V1alpha1MonitorExporterSpec" } } }, "ModelschemasBentoApiSchema": { "type": "object", "properties": { "doc": { "type": "string" }, "input": { "type": "string" }, "output": { "type": "string" }, "route": { "type": "string" } } }, "ModelschemasBentoImageInfoSchema": { "type": "object", "properties": { "base_image": { "type": "string" }, "commands": { "type": "array", "items": { "type": "string" } }, "python_requirements": { "type": "string" }, "python_version": { "type": "string" } } }, "ModelschemasBentoManifestModelSchema": { "type": "object", "properties": { "alias": { "type": "string" }, "creation_time": { "type": "string" }, "endpoint": { "type": "string" }, "module": { "type": "string" }, "registry": { "type": "string" }, "tag": { "type": "string" } } }, "ModelschemasBentoManifestSchema": { "type": "object", "properties": { "apis": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ModelschemasBentoApiSchema" } }, "bentoml_version": { "type": "string" }, "dev": { "type": "boolean" }, "entry_service": { "type": "string" }, "envs": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasEnvItemSchema" } }, "image": { "$ref": "#/components/schemas/ModelschemasBentoImageInfoSchema" }, "models": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "runners": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasBentoRunnerSchema" } }, "schema": { "type": "object", "additionalProperties": {} }, "service": { "type": "string" }, "services": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasBentoManifestServiceSchema" } }, "size_bytes": { "type": "integer", "format": "int32" }, "spec": { "type": "integer", "format": "int32" } } }, "ModelschemasBentoManifestServiceSchema": { "type": "object", "properties": { "config": { "type": "object", "additionalProperties": {} }, "models": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasBentoManifestModelSchema" } }, "name": { "type": "string" }, "service": { "type": "string" } } }, "ModelschemasBentoRequestOverrides": { "type": "object", "properties": { "dockerConfigJsonSecretName": { "type": "string" }, "downloaderContainerEnvFrom": { "type": "array", "items": { "$ref": "#/components/schemas/V1EnvFromSource" } }, "imageBuildTimeout": { "type": "integer", "format": "int64", "nullable": true }, "imageBuilderContainerResources": { "$ref": "#/components/schemas/V1ResourceRequirements" }, "imageBuilderExtraContainerEnv": { "type": "array", "items": { "$ref": "#/components/schemas/V1EnvVar" } }, "imageBuilderExtraPodMetadata": { "$ref": "#/components/schemas/V1alpha1ExtraPodMetadata" }, "imageBuilderExtraPodSpec": { "$ref": "#/components/schemas/V1alpha1ExtraPodSpec" } } }, "ModelschemasBentoRunnerResourceSchema": { "type": "object", "properties": { "cpu": { "type": "number", "format": "double", "nullable": true }, "custom_resources": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "nvidia_gpu": { "type": "number", "format": "double", "nullable": true } } }, "ModelschemasBentoRunnerSchema": { "type": "object", "properties": { "models": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "resource_config": { "$ref": "#/components/schemas/ModelschemasBentoRunnerResourceSchema" }, "runnable_type": { "type": "string" } } }, "ModelschemasClusterConfigSchema": { "type": "object", "properties": { "default_deployment_kube_namespace": { "type": "string" } } }, "ModelschemasDeploymentManifest": { "type": "object", "properties": { "dev": { "type": "boolean" }, "replicas": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "routing": { "$ref": "#/components/schemas/ModelschemasDeploymentRoutingSchema" }, "super_admin": { "type": "boolean" } } }, "ModelschemasDeploymentRoutingSchema": { "type": "object", "properties": { "route_by": { "type": "string", "nullable": true }, "route_type": { "type": "string", "nullable": true }, "weights": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } } }, "ModelschemasDeploymentServiceConfig": { "type": "object", "properties": { "coldstart_timeout": { "type": "integer", "format": "int64", "nullable": true }, "config_overrides": { "type": "object", "additionalProperties": {} }, "deployment_strategy": { "type": "string", "nullable": true }, "enable_image_builder_colocation": { "type": "boolean", "nullable": true }, "envs": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasEnvItemSchema" } }, "extras": { "$ref": "#/components/schemas/ModelschemasExtraDeploymentOverrides" }, "instance_type": { "type": "string", "nullable": true }, "scaling": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetHPAConf" } } }, "ModelschemasDeploymentTargetCanaryRule": { "type": "object", "properties": { "cookie": { "type": "string", "nullable": true }, "header": { "type": "string", "nullable": true }, "route_by": { "type": "string", "nullable": true }, "type": { "type": "string", "enum": [ "header", "query", "random", "cookie" ] }, "weight": { "type": "integer", "format": "int32", "nullable": true } } }, "ModelschemasDeploymentTargetConfig": { "type": "object", "properties": { "access_control": { "type": "string", "nullable": true }, "bento_function_overrides": { "$ref": "#/components/schemas/ModelschemasApiServerBentoFunctionOverrides" }, "bento_request_overrides": { "$ref": "#/components/schemas/ModelschemasBentoRequestOverrides" }, "config_overrides": { "type": "object", "additionalProperties": {} }, "deployment_cold_start_wait_timeout": { "type": "integer", "format": "int64", "nullable": true }, "deployment_strategy": { "type": "string", "nullable": true }, "enable_debug_mode": { "type": "boolean", "nullable": true }, "enable_debug_pod_receive_production_traffic": { "type": "boolean", "nullable": true }, "enable_image_builder_colocation": { "type": "boolean", "nullable": true }, "enable_ingress": { "type": "boolean", "nullable": true }, "enable_stealing_traffic_debug_mode": { "type": "boolean", "nullable": true }, "envs": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "global_envs": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "hpa_conf": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetHPAConf" }, "kubeResourceUid": { "type": "string" }, "kubeResourceVersion": { "type": "string" }, "resource_instance": { "type": "string", "nullable": true }, "resources": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetResources" }, "runners": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetRunnerConfig" } }, "secrets": { "type": "array", "items": { "type": "string" } }, "target_name": { "type": "string" }, "traffic_control": { "$ref": "#/components/schemas/ModelschemasTrafficControlConfig" } } }, "ModelschemasDeploymentTargetHPAConf": { "type": "object", "properties": { "max_replicas": { "type": "integer", "format": "int32", "nullable": true }, "min_replicas": { "type": "integer", "format": "int32", "nullable": true }, "policy": { "$ref": "#/components/schemas/ModelschemasHPAPolicy" } } }, "ModelschemasDeploymentTargetResourceItem": { "type": "object", "properties": { "cpu": { "type": "string" }, "custom": { "type": "object", "additionalProperties": { "type": "string" } }, "gpu": { "type": "string" }, "memory": { "type": "string" } } }, "ModelschemasDeploymentTargetResources": { "type": "object", "properties": { "limits": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetResourceItem" }, "requests": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetResourceItem" } } }, "ModelschemasDeploymentTargetRunnerConfig": { "type": "object", "properties": { "bento_function_overrides": { "$ref": "#/components/schemas/ModelschemasRunnerBentoFunctionOverrides" }, "deployment_cold_start_wait_timeout": { "type": "integer", "format": "int64", "nullable": true }, "deployment_strategy": { "type": "string", "nullable": true }, "enable_debug_mode": { "type": "boolean", "nullable": true }, "enable_debug_pod_receive_production_traffic": { "type": "boolean", "nullable": true }, "enable_stealing_traffic_debug_mode": { "type": "boolean", "nullable": true }, "envs": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "hpa_conf": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetHPAConf" }, "resource_instance": { "type": "string", "nullable": true }, "resources": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetResources" }, "secrets": { "type": "array", "items": { "type": "string" } }, "traffic_control": { "$ref": "#/components/schemas/ModelschemasTrafficControlConfig" } } }, "ModelschemasEndpointManifest": { "type": "object", "properties": { "deployment_ids": { "type": "array", "items": { "type": "string" } }, "deployment_weights": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "overflow_scale_out_delay": { "type": "integer", "format": "int32", "nullable": true }, "sync_status": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "upstreams": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasEndpointUpstream" } } } }, "ModelschemasEndpointUpstream": { "type": "object", "properties": { "api_key": { "type": "string" }, "model": { "type": "string" }, "url": { "type": "string" } } }, "ModelschemasEnvItemSchema": { "type": "object", "properties": { "name": { "type": "string" }, "stage": { "type": "string" }, "value": { "type": "string" } } }, "ModelschemasExtraDeploymentOverrides": { "type": "object", "properties": { "bento_function_overrides": { "$ref": "#/components/schemas/ModelschemasApiServerBentoFunctionOverrides" }, "bento_request_overrides": { "$ref": "#/components/schemas/ModelschemasBentoRequestOverrides" } } }, "ModelschemasGPUConfig": { "type": "object", "properties": { "memory": { "type": "string" }, "type": { "type": "string" } } }, "ModelschemasHPAMetric": { "type": "object", "properties": { "type": { "type": "string" }, "value": { "type": "string" } } }, "ModelschemasHPAPolicy": { "type": "object", "properties": { "metrics": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasHPAMetric" } }, "scale_down_behavior": { "type": "string", "nullable": true }, "scale_down_stabilization_window": { "type": "integer", "format": "int32", "nullable": true }, "scale_up_behavior": { "type": "string", "nullable": true }, "scale_up_stabilization_window": { "type": "integer", "format": "int32", "nullable": true }, "scaling_strategy": { "type": "string", "nullable": true } } }, "ModelschemasHostClusterConfigSchema": { "type": "object", "properties": { "image_builder_pod_eks_role_arn": { "type": "string" }, "provider": { "type": "string" }, "region": { "type": "string" }, "resource_instance_names": { "type": "array", "items": { "type": "string" } }, "standby_instances": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } } }, "ModelschemasImageResgitryConfig": { "type": "object", "properties": { "password": { "type": "string" }, "server": { "type": "string" }, "username": { "type": "string" } } }, "ModelschemasLabelItemSchema": { "type": "object", "properties": { "key": { "type": "string" }, "stage": { "type": "string" }, "value": { "type": "string" } } }, "ModelschemasLimitGroupConfigSchema": { "type": "object", "properties": { "allow_custom_resource": { "type": "boolean", "nullable": true }, "allow_deployment_config": { "$ref": "#/components/schemas/ModelschemasLimitGroupDeploymentConfig" }, "bento_count": { "type": "integer", "format": "int64", "nullable": true }, "bento_size": { "$ref": "#/components/schemas/ResourceQuantity" }, "deployment_count": { "type": "integer", "format": "int64", "nullable": true }, "disable_grafana": { "type": "boolean", "nullable": true }, "filter_down_resource_instance_names": { "type": "array", "items": { "type": "string" } }, "has_kube_access": { "type": "boolean", "nullable": true }, "image_builder_pod_resource_cpu_limit": { "$ref": "#/components/schemas/ResourceQuantity" }, "image_builder_pod_resource_gpu_limit": { "$ref": "#/components/schemas/ResourceQuantity" }, "image_builder_pod_resource_memory_limit": { "$ref": "#/components/schemas/ResourceQuantity" }, "internal": { "type": "boolean", "nullable": true }, "member_count": { "type": "integer", "format": "int64", "nullable": true }, "model_count": { "type": "integer", "format": "int64", "nullable": true }, "model_size": { "$ref": "#/components/schemas/ResourceQuantity" }, "must_scale_to_zero": { "type": "boolean", "nullable": true }, "organization_lifespan": { "type": "integer", "format": "int64", "nullable": true }, "plan_type": { "type": "string", "nullable": true }, "resource_cpu_limit": { "$ref": "#/components/schemas/ResourceQuantity" }, "resource_gpu_limit": { "$ref": "#/components/schemas/ResourceQuantity" }, "resource_instance_list": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLimitGroupResourceInstanceSchema" } }, "resource_memory_limit": { "$ref": "#/components/schemas/ResourceQuantity" }, "roles": { "type": "array", "items": { "type": "string" } } } }, "ModelschemasLimitGroupDeploymentConfig": { "type": "object", "properties": { "access_authorization": { "type": "array", "items": { "type": "boolean" } }, "deployment_strategy": { "type": "array", "items": { "type": "string" } } } }, "ModelschemasLimitGroupResourceInstanceSchema": { "type": "object", "properties": { "active": { "type": "boolean" }, "name": { "type": "string" } } }, "ModelschemasModelManifestSchema": { "type": "object", "properties": { "api_version": { "type": "string" }, "bentoml_version": { "type": "string" }, "context": { "type": "object", "additionalProperties": {} }, "metadata": { "type": "object", "additionalProperties": {} }, "module": { "type": "string" }, "options": { "type": "object", "additionalProperties": {} }, "size_bytes": { "type": "integer", "format": "int32" } } }, "ModelschemasOIDCConfigSchema": { "type": "object", "properties": { "always_sync": { "type": "boolean" }, "client_id": { "type": "string" }, "client_secret": { "type": "string" }, "enabled": { "type": "boolean" }, "org_role_map": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": { "type": "string" } } }, "provider_url": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } } } }, "ModelschemasOrganizationConfigAWSSchema": { "type": "object", "properties": { "access_key_id": { "type": "string" }, "ecr": { "$ref": "#/components/schemas/ModelschemasAWSECRSchema" }, "s3": { "$ref": "#/components/schemas/ModelschemasAWSS3Schema" }, "secret_access_key": { "type": "string" } } }, "ModelschemasOrganizationConfigSchema": { "type": "object", "properties": { "aws": { "$ref": "#/components/schemas/ModelschemasOrganizationConfigAWSSchema" }, "cached_model_node_selectors": { "type": "object", "additionalProperties": { "type": "string" } }, "cached_model_tags": { "type": "array", "items": { "type": "string" } }, "cached_model_tolerations": { "type": "array", "items": { "$ref": "#/components/schemas/V1Toleration" } }, "disable_grafana": { "type": "boolean", "nullable": true }, "disable_resources_graphs": { "type": "boolean", "nullable": true }, "docker_registry": { "$ref": "#/components/schemas/ModelschemasOrganizationDockerRegistrySchema" }, "enable_endpoints": { "type": "boolean", "nullable": true }, "enable_mixture_scaling": { "type": "boolean", "nullable": true }, "enable_models": { "type": "boolean", "nullable": true }, "enable_monitoring_endpoint": { "type": "boolean", "nullable": true }, "gateway_domains": { "type": "array", "items": { "type": "string" } }, "major_cluster_uid": { "type": "string" }, "oidc": { "$ref": "#/components/schemas/ModelschemasOIDCConfigSchema" }, "referenced_gateways": { "type": "array", "items": { "type": "string" } }, "s3": { "$ref": "#/components/schemas/ModelschemasOrganizationS3Schema" }, "sso_default_role": { "type": "string", "nullable": true }, "transmission_strategy": { "type": "string", "nullable": true } } }, "ModelschemasOrganizationDockerRegistrySchema": { "type": "object", "properties": { "bentos_repository_uri": { "type": "string" }, "models_repository_uri": { "type": "string" }, "password": { "type": "string" }, "secure": { "type": "boolean" }, "server": { "type": "string" }, "username": { "type": "string" } } }, "ModelschemasOrganizationS3Schema": { "type": "object", "properties": { "access_key": { "type": "string" }, "bentos_bucket_name": { "type": "string" }, "endpoint": { "type": "string" }, "models_bucket_name": { "type": "string" }, "region": { "type": "string" }, "secret_key": { "type": "string" }, "secure": { "type": "boolean" } } }, "ModelschemasRecommendationInstanceTypeSchema": { "type": "object", "properties": { "active": { "type": "boolean" }, "display_name": { "type": "string" }, "insufficient_resources": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "recommend": { "type": "boolean" } } }, "ModelschemasRequestQueueConfig": { "type": "object", "properties": { "enabled": { "type": "boolean", "nullable": true }, "max_consume_concurrency": { "type": "integer", "format": "int32", "nullable": true } } }, "ModelschemasResourceInstanceConfigSchema": { "type": "object", "properties": { "gpu_config": { "$ref": "#/components/schemas/ModelschemasGPUConfig" }, "group": { "type": "string" }, "node_selectors": { "type": "object", "additionalProperties": { "type": "string" } }, "price": { "type": "string" }, "resources": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetResources" }, "tolerations": { "type": "array", "items": { "$ref": "#/components/schemas/V1Toleration" } }, "tpu_config": { "$ref": "#/components/schemas/ModelschemasTPUConfig" } } }, "ModelschemasRunnerBentoFunctionOverrides": { "type": "object", "properties": { "annotations": { "type": "object", "additionalProperties": { "type": "string" } }, "extraPodMetadata": { "$ref": "#/components/schemas/V1alpha1ExtraPodMetadata" }, "extraPodSpec": { "$ref": "#/components/schemas/V1alpha1ExtraPodSpec" } } }, "ModelschemasSecretContent": { "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasSecretItem" } }, "path": { "type": "string" }, "stage": { "type": "string" }, "type": { "type": "string" } } }, "ModelschemasSecretItem": { "type": "object", "properties": { "key": { "type": "string" }, "sub_path": { "type": "string" }, "value": { "type": "string" } } }, "ModelschemasSecretNoValueContent": { "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasSecretNoValueItem" } }, "path": { "type": "string" }, "stage": { "type": "string" }, "type": { "type": "string" } } }, "ModelschemasSecretNoValueItem": { "type": "object", "properties": { "key": { "type": "string" }, "sub_path": { "type": "string" } } }, "ModelschemasTPUConfig": { "type": "object", "properties": { "type": { "type": "string" } } }, "ModelschemasTrafficControlConfig": { "type": "object", "properties": { "concurrency": { "type": "integer", "format": "int32", "nullable": true }, "request_queue": { "$ref": "#/components/schemas/ModelschemasRequestQueueConfig" }, "timeout": { "type": "integer", "format": "int64", "nullable": true } } }, "ModelschemasYataiComponentManifestSchema": { "type": "object", "properties": { "enable_envoy_gateway_ingress": { "type": "boolean" }, "latest_crd_version": { "type": "string" }, "selector_labels": { "type": "object", "additionalProperties": { "type": "string" } } } }, "ModelstaticModelEndpointPricing": { "type": "object", "properties": { "cached_price": { "type": "number", "format": "double" }, "input_price": { "type": "number", "format": "double" }, "output_price": { "type": "number", "format": "double" } } }, "Operate An Org In Admin PanelInput": { "type": "object", "properties": { "status": { "type": "string" } } }, "Presign A Bento Multipart Upload UrlInput": { "type": "object", "properties": { "part_number": { "type": "integer", "format": "int32" }, "upload_id": { "type": "string" } } }, "Presign A Model Multipart Upload UrlInput": { "type": "object", "properties": { "part_number": { "type": "integer", "format": "int32" }, "upload_id": { "type": "string" } } }, "Put Infos For Current UserInput": { "type": "object", "properties": { "company": { "type": "string" }, "company_size": { "type": "string" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "linkedin_url": { "type": "string" }, "model_category": { "type": "array", "items": { "type": "string" } }, "model_type": { "type": "array", "items": { "type": "string" } }, "organization_name": { "type": "string" }, "product_usage": { "type": "string" }, "role_in_company": { "type": "string" }, "use_case": { "type": "string" } }, "required": [ "organization_name" ] }, "Register An UserInput": { "type": "object", "properties": { "email": { "type": "string" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "name": { "type": "string" }, "password": { "type": "string" } }, "required": [ "email", "name", "password" ] }, "Reset PasswordInput": { "type": "object", "properties": { "current_password": { "type": "string" }, "new_password": { "type": "string" } } }, "ResourceQuantity": { "type": "object" }, "Schemasv1AdminDeploymentListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "host_cluster": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "created_at": { "type": "string", "format": "date-time" }, "default": { "type": "boolean" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "display_name": { "type": "string" }, "grafana_root_path": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_revision": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "canary_rules": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetCanaryRule" } }, "config": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "type": { "type": "string", "enum": [ "stable", "canary" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1ApiTokenListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment_names": { "type": "array", "items": { "type": "string" } }, "deployment_uids": { "type": "array", "items": { "type": "string" } }, "description": { "type": "string" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "is_access_token": { "type": "boolean" }, "is_api_token": { "type": "boolean" }, "is_expired": { "type": "boolean" }, "is_global_access": { "type": "boolean" }, "is_global_router_access": { "type": "boolean" }, "is_monitoring_token": { "type": "boolean" }, "is_organization_token": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_used_at": { "type": "string", "format": "date-time", "nullable": true }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "scopes": { "type": "array", "items": { "type": "string" } }, "token": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "user": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1BentoRecommendationConfigSchema": { "type": "object", "properties": { "envs": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasEnvItemSchema" } }, "instance_type": { "type": "string" }, "instance_types": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasRecommendationInstanceTypeSchema" } }, "runners": { "type": "array", "items": { "type": "string" } }, "services": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/Schemasv1BentoRecommendationServiceSchema" } }, "traffic": { "$ref": "#/components/schemas/ModelschemasTrafficControlConfig" } } }, "Schemasv1BentoRecommendationServiceSchema": { "type": "object", "properties": { "instance_type": { "type": "string" }, "instance_types": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasRecommendationInstanceTypeSchema" } }, "traffic": { "$ref": "#/components/schemas/ModelschemasTrafficControlConfig" } } }, "Schemasv1BentoRepositorySlimListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1BentoRepositoryWithLatestDeploymentsListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "latest_deployments": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_revision": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "canary_rules": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetCanaryRule" } }, "config": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "type": { "type": "string", "enum": [ "stable", "canary" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1BentoRepositoryWithStatisticsListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creators": { "type": "array", "items": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "n_bentos": { "type": "integer", "format": "int32" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1BentoWithRepositoryListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1BentoWithSlimRepositoryListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1BillableMetrics": { "type": "object", "properties": { "description": { "type": "string" }, "display_name": { "type": "string" }, "lago_id": { "type": "string" }, "name": { "type": "string" } } }, "Schemasv1CertifiedBentoRepositoryListIndexSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1Charge": { "type": "object", "properties": { "price": { "type": "string" }, "resource_instance": { "type": "string" } } }, "Schemasv1ClusterListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1ClusterMemberSchema": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "role": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "user": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "Schemasv1ClusterWithStandbyListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_instance_names": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1ResourceInstanceName" } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "standby_instances": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1CodeSchema": { "type": "object", "properties": { "code": { "type": "string" } } }, "Schemasv1CompletePartSchema": { "type": "object", "properties": { "etag": { "type": "string" }, "part_number": { "type": "integer", "format": "int32" } } }, "Schemasv1CreateDeploymentTargetSchema": { "type": "object", "properties": { "bento": { "type": "string" }, "bento_repository": { "type": "string" }, "canary_rules": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetCanaryRule" } }, "config": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetConfig" }, "type": { "type": "string", "enum": [ "stable", "canary" ] } } }, "Schemasv1CustomerCurrentCreditSchema": { "type": "object", "properties": { "current_credit": { "type": "number", "format": "double" }, "total_credit": { "type": "number", "format": "double" }, "used_credit": { "type": "number", "format": "double" } } }, "Schemasv1CustomerListFullSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "billing_customer_id": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "customer": { "description": "Value of any type, including null", "nullable": true }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "lago_customer": { "$ref": "#/components/schemas/Schemasv1LagoCustomer" }, "lago_id": { "type": "string" }, "name": { "type": "string" }, "payment_portal_url": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "stripe_id": { "type": "string" }, "subscription_id": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "wallet_id": { "type": "string" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1DeploymentListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_revision": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "canary_rules": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetCanaryRule" } }, "config": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "type": { "type": "string", "enum": [ "stable", "canary" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1DeploymentListWoRevisionSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1DeploymentRevisionListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "canary_rules": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetCanaryRule" } }, "config": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "type": { "type": "string", "enum": [ "stable", "canary" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1EndpointListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployments": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_revision": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "canary_rules": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetCanaryRule" } }, "config": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "type": { "type": "string", "enum": [ "stable", "canary" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } } }, "domain": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "load_balance": { "type": "string" }, "manifest": { "$ref": "#/components/schemas/ModelschemasEndpointManifest" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "overflow_scale_out_delay": { "type": "integer", "format": "int32", "nullable": true }, "protocol": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "strategy": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "url": { "type": "string" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1EventListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1EventSchema" } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1EventSchema": { "type": "object", "properties": { "api_token_name": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "name": { "type": "string" }, "operation_name": { "type": "string" }, "resource": { "description": "Value of any type, including null", "nullable": true }, "resource_deleted": { "type": "boolean" }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "Schemasv1GPUConfigSchema": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "memory": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "vendor": { "type": "string" } } }, "Schemasv1HostClusterListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "created_at": { "type": "string", "format": "date-time" }, "default": { "type": "boolean" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "display_name": { "type": "string" }, "grafana_root_path": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1InviteUserResponseSchema": { "type": "object", "properties": { "invitation_code": { "type": "string" }, "url": { "type": "string" } } }, "Schemasv1LabelWithValuesSchema": { "type": "object", "properties": { "key": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } } } }, "Schemasv1LagoBillableMetricsListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1BillableMetrics" } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1LagoCustomer": { "type": "object", "properties": { "email": { "type": "string" }, "lago_id": { "type": "string" }, "limit_group_plan": { "type": "string" }, "name": { "type": "string" }, "subscription_id": { "type": "string" }, "wallet_id": { "type": "string" } } }, "Schemasv1LagoCustomerListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1LagoCustomer" } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1LagoPlanListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1Plan" } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1LastSendTimeSchema": { "type": "object", "properties": { "last_send_time": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/TimeTime" } } } }, "Schemasv1LimitGroupListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "display_name": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "plan_code": { "type": "string" }, "resource_instance_list": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1ResourceInstanceWithActiveSchema" } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "visible": { "type": "boolean", "nullable": true } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1MemberSchema": { "type": "object", "properties": { "role": { "type": "string", "enum": [ "guest", "developer", "admin", "api_user" ] }, "username": { "type": "string" } } }, "Schemasv1ModelListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasModelManifestSchema" }, "model_uid": { "type": "string" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1ModelRepositoryListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_model": { "type": "object", "properties": { "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasModelManifestSchema" }, "model_uid": { "type": "string" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1ModelWithRepositoryListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasModelManifestSchema" }, "model_uid": { "type": "string" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_model": { "type": "object", "properties": { "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasModelManifestSchema" }, "model_uid": { "type": "string" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1OrganizationListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1OrganizationMemberSchema": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "role": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "user": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "Schemasv1Plan": { "type": "object", "properties": { "charges": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1Charge" } }, "description": { "type": "string" }, "display_name": { "type": "string" }, "lago_id": { "type": "string" }, "name": { "type": "string" } } }, "Schemasv1PlanListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "display_name": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_instance_list": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1ResourceInstanceWithActiveSchema" } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1ResourceInstanceListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "display_name": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "lago_id": { "type": "string" }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1ResourceInstanceName": { "type": "object", "properties": { "display_name": { "type": "string" }, "name": { "type": "string" } } }, "Schemasv1ResourceInstanceWithActiveSchema": { "type": "object", "properties": { "active": { "type": "boolean" }, "resource_instance": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "display_name": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "lago_id": { "type": "string" }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "Schemasv1SecretCheckListSchema": { "type": "object", "properties": { "items": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "content": { "$ref": "#/components/schemas/ModelschemasSecretNoValueContent" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployments": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_revision": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "canary_rules": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetCanaryRule" } }, "config": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "type": { "type": "string", "enum": [ "stable", "canary" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } } }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "message": { "type": "array", "items": { "type": "string" } } } }, "Schemasv1SecretListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "content": { "$ref": "#/components/schemas/ModelschemasSecretNoValueContent" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployments": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_revision": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "canary_rules": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetCanaryRule" } }, "config": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "type": { "type": "string", "enum": [ "stable", "canary" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } } }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1TerminalRecordListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "container_name": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_revision": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "canary_rules": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetCanaryRule" } }, "config": { "$ref": "#/components/schemas/ModelschemasDeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "type": { "type": "string", "enum": [ "stable", "canary" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "pod_name": { "type": "string" }, "resource": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1UserListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv1VersionSchema": { "type": "object", "properties": { "build_date": { "type": "string" }, "git_commit": { "type": "string" }, "version": { "type": "string" } } }, "Schemasv2DeploymentCanarySchema": { "type": "object", "properties": { "route_by": { "type": "string", "nullable": true }, "route_type": { "type": "string", "nullable": true }, "versions": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/Schemasv2DeploymentVersionSchema" } } } }, "Schemasv2DeploymentFileListSchema": { "type": "object", "properties": { "files": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv2DeploymentFileSchema" } } } }, "Schemasv2DeploymentFileSchema": { "type": "object", "properties": { "md5": { "type": "string" }, "path": { "type": "string" }, "size": { "type": "integer", "format": "int64" } } }, "Schemasv2DeploymentListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_revision": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "config": { "$ref": "#/components/schemas/Schemasv2DeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "kubeResourceUid": { "type": "string" }, "kubeResourceVersion": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv2DeploymentRevisionListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "config": { "$ref": "#/components/schemas/Schemasv2DeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "kubeResourceUid": { "type": "string" }, "kubeResourceVersion": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv2DeploymentStatusRecordListSchema": { "type": "object", "properties": { "count": { "type": "integer", "format": "int32" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv2DeploymentStatusRecordSchema" } }, "start": { "type": "integer", "format": "int32" }, "total": { "type": "integer", "format": "int32" } } }, "Schemasv2DeploymentStatusRecordSchema": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "deployment_revision": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "deployment": { "type": "object", "properties": { "cluster": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "default_deployment_kube_namespace": { "type": "string" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "grafana_root_path": { "type": "string" }, "host_cluster_display_name": { "type": "string" }, "host_cluster_name": { "type": "string" }, "is_first": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "organization_name": { "type": "string" }, "provider": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "distributed": { "type": "boolean" }, "kube_namespace": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasDeploymentManifest" }, "mode": { "type": "string", "nullable": true }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "unknown", "non-deployed", "running", "unhealthy", "failed", "deploying" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "updater": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string", "enum": [ "active", "inactive" ] }, "targets": { "type": "array", "items": { "type": "object", "properties": { "bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "n_deployments": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "repository": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "latest_bento": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "latest_bentos": { "type": "array", "items": { "type": "object", "properties": { "bento_repository_uid": { "type": "string" }, "build_at": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "image_build_status": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasBentoManifestSchema" }, "name": { "type": "string" }, "presigned_download_url": { "type": "string" }, "presigned_upload_url": { "type": "string" }, "presigned_urls_deprecated": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } } }, "n_bentos": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "organization": { "type": "object", "properties": { "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "description": { "type": "string" }, "disable_grafana": { "type": "boolean" }, "disable_resources_graphs": { "type": "boolean" }, "enable_endpoints": { "type": "boolean" }, "enable_mixture_scaling": { "type": "boolean" }, "enable_monitoring_endpoint": { "type": "boolean" }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "limit_group": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string" }, "public": { "type": "boolean" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "transmission_strategy": { "type": "string", "nullable": true }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" }, "upload_finished_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_finished_reason": { "type": "string" }, "upload_id": { "type": "string" }, "upload_started_at": { "type": "string", "format": "date-time", "nullable": true }, "upload_status": { "type": "string" }, "version": { "type": "string" } } }, "config": { "$ref": "#/components/schemas/Schemasv2DeploymentTargetConfig" }, "created_at": { "type": "string", "format": "date-time" }, "creator": { "type": "object", "properties": { "application_status": { "type": "string" }, "avatar_url": { "type": "string" }, "created_at": { "type": "string", "format": "date-time" }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "email": { "type": "string" }, "first_name": { "type": "string" }, "from_sso": { "type": "boolean" }, "is_super_admin": { "type": "boolean" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "last_name": { "type": "string" }, "name": { "type": "string" }, "perm": { "type": "string" }, "register_stage": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "deleted_at": { "type": "string", "format": "date-time", "nullable": true }, "kubeResourceUid": { "type": "string" }, "kubeResourceVersion": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "name": { "type": "string" }, "resource_type": { "type": "string", "enum": [ "user", "organization", "cluster", "host_cluster", "bento_repository", "bento", "deployment", "deployment_revision", "model_repository", "model", "api_token" ] }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } } }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "event_timestamp": { "type": "string", "format": "date-time" }, "reason": { "type": "string" }, "status": { "type": "string" }, "uid": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } } }, "Schemasv2DeploymentTargetConfig": { "type": "object", "properties": { "access_authorization": { "type": "boolean", "nullable": true }, "envs": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasEnvItemSchema" } }, "secrets": { "type": "array", "items": { "type": "string" } }, "services": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ModelschemasDeploymentServiceConfig" } } } }, "Schemasv2DeploymentVersionSchema": { "type": "object", "properties": { "bento": { "type": "string" }, "envs": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasEnvItemSchema" } }, "secrets": { "type": "array", "items": { "type": "string" } }, "services": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ModelschemasDeploymentServiceConfig" } }, "weight": { "type": "integer", "format": "int32", "nullable": true } } }, "ServicesAirtableItemSchema": { "type": "object", "properties": { "id": { "type": "string" } } }, "Setup Admin User, Org, Cluster For Selfhosted ModeInput": { "type": "object", "properties": { "email": { "type": "string" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "name": { "type": "string" }, "password": { "type": "string" }, "token": { "type": "string" } }, "required": [ "email", "name", "password" ] }, "Single Sign On For MarketplaceInput": { "type": "object", "properties": { "x-amzn-marketplace-token": { "type": "string" }, "x-gcp-marketplace-token": { "type": "string" } } }, "Single Sign OnInput": { "type": "object", "properties": { "email": { "type": "string" }, "first_name": { "type": "string" }, "idToken": { "type": "string" }, "invitation_code": { "type": "string" }, "last_name": { "type": "string" } }, "required": [ "idToken" ] }, "TimeTime": { "type": "object" }, "Update A Api TokenInput": { "type": "object", "properties": { "description": { "type": "string", "nullable": true }, "expired_at": { "type": "string", "format": "date-time", "nullable": true }, "last_used_at": { "type": "string", "format": "date-time", "nullable": true }, "scopes": { "type": "array", "items": { "type": "string" } } } }, "Update A Bento Image Build StatusInput": { "type": "object", "properties": { "image_build_status": { "type": "string" } } }, "Update A Bento RepositoryInput": { "type": "object", "properties": { "description": { "type": "string", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } } } }, "Update A BentoInput": { "type": "object", "properties": { "build_at": { "type": "string" }, "description": { "type": "string", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "type": "string", "nullable": true }, "version": { "type": "string" } } }, "Update A Cluster In Admin PanelInput": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "host_cluster_id": { "type": "integer", "format": "int32", "nullable": true }, "multi_tenancy": { "type": "boolean" }, "name": { "type": "string", "nullable": true } } }, "Update A ClusterInput": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "host_cluster_id": { "type": "integer", "format": "int32", "nullable": true }, "multi_tenancy": { "type": "boolean" } } }, "Update A CustomerInput": { "type": "object", "properties": { "active": { "type": "boolean", "nullable": true }, "billing_customer_id": { "type": "string", "nullable": true }, "lago_id": { "type": "string", "nullable": true }, "payment_ready": { "type": "boolean", "nullable": true }, "stripe_id": { "type": "string", "nullable": true }, "subscription_id": { "type": "string", "nullable": true }, "wallet_id": { "type": "string", "nullable": true } } }, "Update A DeploymentInput": { "type": "object", "properties": { "description": { "type": "string", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "mode": { "type": "string", "nullable": true }, "routing": { "$ref": "#/components/schemas/ModelschemasDeploymentRoutingSchema" }, "targets": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1CreateDeploymentTargetSchema" } } } }, "Update A Gpu ConfigInput": { "type": "object", "properties": { "memory": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "vendor": { "type": "string", "nullable": true } } }, "Update A Host ClusterInput": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "default": { "type": "boolean", "nullable": true }, "description": { "type": "string", "nullable": true }, "display_name": { "type": "string", "nullable": true }, "kube_config": { "type": "string", "nullable": true } } }, "Update A Limit GroupInput": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "display_name": { "type": "string", "nullable": true }, "plan_code": { "type": "string", "nullable": true }, "visible": { "type": "boolean", "nullable": true } } }, "Update A Model RepositoryInput": { "type": "object", "properties": { "description": { "type": "string", "nullable": true }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } } } }, "Update A ModelInput": { "type": "object", "properties": { "build_at": { "type": "string" }, "description": { "type": "string" }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "manifest": { "$ref": "#/components/schemas/ModelschemasModelManifestSchema" } } }, "Update A Resource InstanceInput": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "display_name": { "type": "string", "nullable": true }, "lago_id": { "type": "string", "nullable": true } } }, "Update A Secret By NameInput": { "type": "object", "properties": { "content": { "$ref": "#/components/schemas/ModelschemasSecretContent" }, "description": { "type": "string", "nullable": true } } }, "Update An EndpointInput": { "type": "object", "properties": { "deployment_ids": { "type": "array", "items": { "type": "string" } }, "deployment_weights": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "domain": { "type": "string", "nullable": true }, "load_balance": { "type": "string", "nullable": true }, "overflow_scale_out_delay": { "type": "integer", "format": "int32", "nullable": true }, "protocol": { "type": "string", "nullable": true }, "strategy": { "type": "string", "nullable": true }, "upstreams": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasEndpointUpstream" } } } }, "Update An Organization MemberInput": { "type": "object", "properties": { "role": { "type": "string", "enum": [ "guest", "developer", "admin", "api_user" ] }, "username": { "type": "string" } } }, "Update An Organization'S PlanInput": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "limit_group_name": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean", "nullable": true }, "plan_type": { "type": "string", "nullable": true } } }, "Update An OrganizationInput": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "limit_group_name": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean", "nullable": true } } }, "Update Current OrganizationInput": { "type": "object", "properties": { "config": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "limit_group_name": { "type": "string", "nullable": true }, "multi_tenancy": { "type": "boolean", "nullable": true }, "plan_type": { "type": "string", "nullable": true } } }, "Update Deployment LabelsInput": { "type": "object", "properties": { "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } } } }, "Update Deployment V2Input": { "type": "object", "properties": { "access_authorization": { "type": "boolean", "nullable": true }, "bento": { "type": "string" }, "canary": { "$ref": "#/components/schemas/Schemasv2DeploymentCanarySchema" }, "description": { "type": "string", "nullable": true }, "envs": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasEnvItemSchema" } }, "labels": { "type": "array", "items": { "$ref": "#/components/schemas/ModelschemasLabelItemSchema" } }, "secrets": { "type": "array", "items": { "type": "string" } }, "services": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ModelschemasDeploymentServiceConfig" } }, "weight": { "type": "integer", "format": "int32", "nullable": true } } }, "Update Lago Billable MetricInput": { "type": "object", "properties": { "description": { "type": "string", "nullable": true }, "display_name": { "type": "string", "nullable": true } } }, "Update Lago CustomerInput": { "type": "object", "properties": { "stripe_id": { "type": "string", "nullable": true } } }, "Update Lago PlanInput": { "type": "object", "properties": { "charges": { "type": "array", "items": { "$ref": "#/components/schemas/Schemasv1Charge" } }, "description": { "type": "string", "nullable": true }, "display_name": { "type": "string", "nullable": true } } }, "Update Standby InstancesInput": { "type": "object", "properties": { "standby_instances": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } } }, "V1AWSElasticBlockStoreVolumeSource": { "type": "object", "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer", "format": "int32" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } } }, "V1Affinity": { "type": "object", "properties": { "nodeAffinity": { "$ref": "#/components/schemas/V1NodeAffinity" }, "podAffinity": { "$ref": "#/components/schemas/V1PodAffinity" }, "podAntiAffinity": { "$ref": "#/components/schemas/V1PodAntiAffinity" } } }, "V1AppArmorProfile": { "type": "object", "properties": { "localhostProfile": { "type": "string", "nullable": true }, "type": { "type": "string" } } }, "V1AzureDiskVolumeSource": { "type": "object", "properties": { "cachingMode": { "type": "string", "nullable": true }, "diskName": { "type": "string" }, "diskURI": { "type": "string" }, "fsType": { "type": "string", "nullable": true }, "kind": { "type": "string", "nullable": true }, "readOnly": { "type": "boolean", "nullable": true } } }, "V1AzureFileVolumeSource": { "type": "object", "properties": { "readOnly": { "type": "boolean" }, "secretName": { "type": "string" }, "shareName": { "type": "string" } } }, "V1CSIVolumeSource": { "type": "object", "properties": { "driver": { "type": "string" }, "fsType": { "type": "string", "nullable": true }, "nodePublishSecretRef": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "readOnly": { "type": "boolean", "nullable": true }, "volumeAttributes": { "type": "object", "additionalProperties": { "type": "string" } } } }, "V1Capabilities": { "type": "object", "properties": { "add": { "type": "array", "items": { "type": "string" } }, "drop": { "type": "array", "items": { "type": "string" } } } }, "V1CephFSVolumeSource": { "type": "object", "properties": { "monitors": { "type": "array", "items": { "type": "string" } }, "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretFile": { "type": "string" }, "secretRef": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "user": { "type": "string" } } }, "V1CinderVolumeSource": { "type": "object", "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "volumeID": { "type": "string" } } }, "V1ClusterTrustBundleProjection": { "type": "object", "properties": { "labelSelector": { "$ref": "#/components/schemas/V1LabelSelector" }, "name": { "type": "string", "nullable": true }, "optional": { "type": "boolean", "nullable": true }, "path": { "type": "string" }, "signerName": { "type": "string", "nullable": true } } }, "V1ConfigMapEnvSource": { "type": "object", "properties": { "LocalObjectReference": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "optional": { "type": "boolean", "nullable": true } } }, "V1ConfigMapKeySelector": { "type": "object", "properties": { "LocalObjectReference": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "key": { "type": "string" }, "optional": { "type": "boolean", "nullable": true } } }, "V1ConfigMapProjection": { "type": "object", "properties": { "LocalObjectReference": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/V1KeyToPath" } }, "optional": { "type": "boolean", "nullable": true } } }, "V1ConfigMapVolumeSource": { "type": "object", "properties": { "LocalObjectReference": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "defaultMode": { "type": "integer", "format": "int32", "nullable": true }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/V1KeyToPath" } }, "optional": { "type": "boolean", "nullable": true } } }, "V1Container": { "type": "object", "properties": { "args": { "type": "array", "items": { "type": "string" } }, "command": { "type": "array", "items": { "type": "string" } }, "env": { "type": "array", "items": { "$ref": "#/components/schemas/V1EnvVar" } }, "envFrom": { "type": "array", "items": { "$ref": "#/components/schemas/V1EnvFromSource" } }, "image": { "type": "string" }, "imagePullPolicy": { "type": "string" }, "lifecycle": { "$ref": "#/components/schemas/V1Lifecycle" }, "livenessProbe": { "$ref": "#/components/schemas/V1Probe" }, "name": { "type": "string" }, "ports": { "type": "array", "items": { "$ref": "#/components/schemas/V1ContainerPort" } }, "readinessProbe": { "$ref": "#/components/schemas/V1Probe" }, "resizePolicy": { "type": "array", "items": { "$ref": "#/components/schemas/V1ContainerResizePolicy" } }, "resources": { "$ref": "#/components/schemas/V1ResourceRequirements" }, "restartPolicy": { "type": "string", "nullable": true }, "restartPolicyRules": { "type": "array", "items": { "$ref": "#/components/schemas/V1ContainerRestartRule" } }, "securityContext": { "$ref": "#/components/schemas/V1SecurityContext" }, "startupProbe": { "$ref": "#/components/schemas/V1Probe" }, "stdin": { "type": "boolean" }, "stdinOnce": { "type": "boolean" }, "terminationMessagePath": { "type": "string" }, "terminationMessagePolicy": { "type": "string" }, "tty": { "type": "boolean" }, "volumeDevices": { "type": "array", "items": { "$ref": "#/components/schemas/V1VolumeDevice" } }, "volumeMounts": { "type": "array", "items": { "$ref": "#/components/schemas/V1VolumeMount" } }, "workingDir": { "type": "string" } } }, "V1ContainerPort": { "type": "object", "properties": { "containerPort": { "type": "integer", "format": "int32" }, "hostIP": { "type": "string" }, "hostPort": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "protocol": { "type": "string" } } }, "V1ContainerResizePolicy": { "type": "object", "properties": { "resourceName": { "type": "string" }, "restartPolicy": { "type": "string" } } }, "V1ContainerRestartRule": { "type": "object", "properties": { "action": { "type": "string" }, "exitCodes": { "$ref": "#/components/schemas/V1ContainerRestartRuleOnExitCodes" } } }, "V1ContainerRestartRuleOnExitCodes": { "type": "object", "properties": { "operator": { "type": "string" }, "values": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "V1DownwardAPIProjection": { "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/V1DownwardAPIVolumeFile" } } } }, "V1DownwardAPIVolumeFile": { "type": "object", "properties": { "fieldRef": { "$ref": "#/components/schemas/V1ObjectFieldSelector" }, "mode": { "type": "integer", "format": "int32", "nullable": true }, "path": { "type": "string" }, "resourceFieldRef": { "$ref": "#/components/schemas/V1ResourceFieldSelector" } } }, "V1DownwardAPIVolumeSource": { "type": "object", "properties": { "defaultMode": { "type": "integer", "format": "int32", "nullable": true }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/V1DownwardAPIVolumeFile" } } } }, "V1EmptyDirVolumeSource": { "type": "object", "properties": { "medium": { "type": "string" }, "sizeLimit": { "$ref": "#/components/schemas/ResourceQuantity" } } }, "V1EnvFromSource": { "type": "object", "properties": { "configMapRef": { "$ref": "#/components/schemas/V1ConfigMapEnvSource" }, "prefix": { "type": "string" }, "secretRef": { "$ref": "#/components/schemas/V1SecretEnvSource" } } }, "V1EnvVar": { "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" }, "valueFrom": { "$ref": "#/components/schemas/V1EnvVarSource" } } }, "V1EnvVarSource": { "type": "object", "properties": { "configMapKeyRef": { "$ref": "#/components/schemas/V1ConfigMapKeySelector" }, "fieldRef": { "$ref": "#/components/schemas/V1ObjectFieldSelector" }, "fileKeyRef": { "$ref": "#/components/schemas/V1FileKeySelector" }, "resourceFieldRef": { "$ref": "#/components/schemas/V1ResourceFieldSelector" }, "secretKeyRef": { "$ref": "#/components/schemas/V1SecretKeySelector" } } }, "V1EphemeralVolumeSource": { "type": "object", "properties": { "volumeClaimTemplate": { "$ref": "#/components/schemas/V1PersistentVolumeClaimTemplate" } } }, "V1ExecAction": { "type": "object", "properties": { "command": { "type": "array", "items": { "type": "string" } } } }, "V1FCVolumeSource": { "type": "object", "properties": { "fsType": { "type": "string" }, "lun": { "type": "integer", "format": "int32", "nullable": true }, "readOnly": { "type": "boolean" }, "targetWWNs": { "type": "array", "items": { "type": "string" } }, "wwids": { "type": "array", "items": { "type": "string" } } } }, "V1FieldsV1": { "type": "object" }, "V1FileKeySelector": { "type": "object", "properties": { "key": { "type": "string" }, "optional": { "type": "boolean", "nullable": true }, "path": { "type": "string" }, "volumeName": { "type": "string" } } }, "V1FlexVolumeSource": { "type": "object", "properties": { "driver": { "type": "string" }, "fsType": { "type": "string" }, "options": { "type": "object", "additionalProperties": { "type": "string" } }, "readOnly": { "type": "boolean" }, "secretRef": { "$ref": "#/components/schemas/V1LocalObjectReference" } } }, "V1FlockerVolumeSource": { "type": "object", "properties": { "datasetName": { "type": "string" }, "datasetUUID": { "type": "string" } } }, "V1GCEPersistentDiskVolumeSource": { "type": "object", "properties": { "fsType": { "type": "string" }, "partition": { "type": "integer", "format": "int32" }, "pdName": { "type": "string" }, "readOnly": { "type": "boolean" } } }, "V1GRPCAction": { "type": "object", "properties": { "port": { "type": "integer", "format": "int32" }, "service": { "type": "string", "nullable": true } } }, "V1GitRepoVolumeSource": { "type": "object", "properties": { "directory": { "type": "string" }, "repository": { "type": "string" }, "revision": { "type": "string" } } }, "V1GlusterfsVolumeSource": { "type": "object", "properties": { "endpoints": { "type": "string" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } } }, "V1HTTPGetAction": { "type": "object", "properties": { "host": { "type": "string" }, "httpHeaders": { "type": "array", "items": { "$ref": "#/components/schemas/V1HTTPHeader" } }, "path": { "type": "string" }, "port": { "$ref": "#/components/schemas/IntstrIntOrString" }, "scheme": { "type": "string" } } }, "V1HTTPHeader": { "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" } } }, "V1HostPathVolumeSource": { "type": "object", "properties": { "path": { "type": "string" }, "type": { "type": "string", "nullable": true } } }, "V1ISCSIVolumeSource": { "type": "object", "properties": { "chapAuthDiscovery": { "type": "boolean" }, "chapAuthSession": { "type": "boolean" }, "fsType": { "type": "string" }, "initiatorName": { "type": "string", "nullable": true }, "iqn": { "type": "string" }, "iscsiInterface": { "type": "string" }, "lun": { "type": "integer", "format": "int32" }, "portals": { "type": "array", "items": { "type": "string" } }, "readOnly": { "type": "boolean" }, "secretRef": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "targetPortal": { "type": "string" } } }, "V1ImageVolumeSource": { "type": "object", "properties": { "pullPolicy": { "type": "string" }, "reference": { "type": "string" } } }, "V1KeyToPath": { "type": "object", "properties": { "key": { "type": "string" }, "mode": { "type": "integer", "format": "int32", "nullable": true }, "path": { "type": "string" } } }, "V1LabelSelector": { "type": "object", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "#/components/schemas/V1LabelSelectorRequirement" } }, "matchLabels": { "type": "object", "additionalProperties": { "type": "string" } } } }, "V1LabelSelectorRequirement": { "type": "object", "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } } } }, "V1Lifecycle": { "type": "object", "properties": { "postStart": { "$ref": "#/components/schemas/V1LifecycleHandler" }, "preStop": { "$ref": "#/components/schemas/V1LifecycleHandler" }, "stopSignal": { "type": "string", "nullable": true } } }, "V1LifecycleHandler": { "type": "object", "properties": { "exec": { "$ref": "#/components/schemas/V1ExecAction" }, "httpGet": { "$ref": "#/components/schemas/V1HTTPGetAction" }, "sleep": { "$ref": "#/components/schemas/V1SleepAction" }, "tcpSocket": { "$ref": "#/components/schemas/V1TCPSocketAction" } } }, "V1LocalObjectReference": { "type": "object", "properties": { "name": { "type": "string" } } }, "V1ManagedFieldsEntry": { "type": "object", "properties": { "apiVersion": { "type": "string" }, "fieldsType": { "type": "string" }, "fieldsV1": { "$ref": "#/components/schemas/V1FieldsV1" }, "manager": { "type": "string" }, "operation": { "type": "string" }, "subresource": { "type": "string" }, "time": { "$ref": "#/components/schemas/V1Time" } } }, "V1NFSVolumeSource": { "type": "object", "properties": { "path": { "type": "string" }, "readOnly": { "type": "boolean" }, "server": { "type": "string" } } }, "V1NodeAffinity": { "type": "object", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "type": "array", "items": { "$ref": "#/components/schemas/V1PreferredSchedulingTerm" } }, "requiredDuringSchedulingIgnoredDuringExecution": { "$ref": "#/components/schemas/V1NodeSelector" } } }, "V1NodeSelector": { "type": "object", "properties": { "nodeSelectorTerms": { "type": "array", "items": { "$ref": "#/components/schemas/V1NodeSelectorTerm" } } } }, "V1NodeSelectorRequirement": { "type": "object", "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "type": "array", "items": { "type": "string" } } } }, "V1NodeSelectorTerm": { "type": "object", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "#/components/schemas/V1NodeSelectorRequirement" } }, "matchFields": { "type": "array", "items": { "$ref": "#/components/schemas/V1NodeSelectorRequirement" } } } }, "V1ObjectFieldSelector": { "type": "object", "properties": { "apiVersion": { "type": "string" }, "fieldPath": { "type": "string" } } }, "V1ObjectMeta": { "type": "object", "properties": { "annotations": { "type": "object", "additionalProperties": { "type": "string" } }, "creationTimestamp": { "$ref": "#/components/schemas/V1Time" }, "deletionGracePeriodSeconds": { "type": "integer", "format": "int64", "nullable": true }, "deletionTimestamp": { "$ref": "#/components/schemas/V1Time" }, "finalizers": { "type": "array", "items": { "type": "string" } }, "generateName": { "type": "string" }, "generation": { "type": "integer", "format": "int64" }, "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "managedFields": { "type": "array", "items": { "$ref": "#/components/schemas/V1ManagedFieldsEntry" } }, "name": { "type": "string" }, "namespace": { "type": "string" }, "ownerReferences": { "type": "array", "items": { "$ref": "#/components/schemas/V1OwnerReference" } }, "resourceVersion": { "type": "string" }, "selfLink": { "type": "string" }, "uid": { "type": "string" } } }, "V1OwnerReference": { "type": "object", "properties": { "apiVersion": { "type": "string" }, "blockOwnerDeletion": { "type": "boolean", "nullable": true }, "controller": { "type": "boolean", "nullable": true }, "kind": { "type": "string" }, "name": { "type": "string" }, "uid": { "type": "string" } } }, "V1PersistentVolumeClaimSpec": { "type": "object", "properties": { "accessModes": { "type": "array", "items": { "type": "string" } }, "dataSource": { "$ref": "#/components/schemas/V1TypedLocalObjectReference" }, "dataSourceRef": { "$ref": "#/components/schemas/V1TypedObjectReference" }, "resources": { "$ref": "#/components/schemas/V1VolumeResourceRequirements" }, "selector": { "$ref": "#/components/schemas/V1LabelSelector" }, "storageClassName": { "type": "string", "nullable": true }, "volumeAttributesClassName": { "type": "string", "nullable": true }, "volumeMode": { "type": "string", "nullable": true }, "volumeName": { "type": "string" } } }, "V1PersistentVolumeClaimTemplate": { "type": "object", "properties": { "metadata": { "$ref": "#/components/schemas/V1ObjectMeta" }, "spec": { "$ref": "#/components/schemas/V1PersistentVolumeClaimSpec" } } }, "V1PersistentVolumeClaimVolumeSource": { "type": "object", "properties": { "claimName": { "type": "string" }, "readOnly": { "type": "boolean" } } }, "V1PhotonPersistentDiskVolumeSource": { "type": "object", "properties": { "fsType": { "type": "string" }, "pdID": { "type": "string" } } }, "V1PodAffinity": { "type": "object", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "type": "array", "items": { "$ref": "#/components/schemas/V1WeightedPodAffinityTerm" } }, "requiredDuringSchedulingIgnoredDuringExecution": { "type": "array", "items": { "$ref": "#/components/schemas/V1PodAffinityTerm" } } } }, "V1PodAffinityTerm": { "type": "object", "properties": { "labelSelector": { "$ref": "#/components/schemas/V1LabelSelector" }, "matchLabelKeys": { "type": "array", "items": { "type": "string" } }, "mismatchLabelKeys": { "type": "array", "items": { "type": "string" } }, "namespaceSelector": { "$ref": "#/components/schemas/V1LabelSelector" }, "namespaces": { "type": "array", "items": { "type": "string" } }, "topologyKey": { "type": "string" } } }, "V1PodAntiAffinity": { "type": "object", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "type": "array", "items": { "$ref": "#/components/schemas/V1WeightedPodAffinityTerm" } }, "requiredDuringSchedulingIgnoredDuringExecution": { "type": "array", "items": { "$ref": "#/components/schemas/V1PodAffinityTerm" } } } }, "V1PodCertificateProjection": { "type": "object", "properties": { "certificateChainPath": { "type": "string" }, "credentialBundlePath": { "type": "string" }, "keyPath": { "type": "string" }, "keyType": { "type": "string" }, "maxExpirationSeconds": { "type": "integer", "format": "int32", "nullable": true }, "signerName": { "type": "string" } } }, "V1PortworxVolumeSource": { "type": "object", "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "volumeID": { "type": "string" } } }, "V1PreferredSchedulingTerm": { "type": "object", "properties": { "preference": { "$ref": "#/components/schemas/V1NodeSelectorTerm" }, "weight": { "type": "integer", "format": "int32" } } }, "V1Probe": { "type": "object", "properties": { "ProbeHandler": { "$ref": "#/components/schemas/V1ProbeHandler" }, "failureThreshold": { "type": "integer", "format": "int32" }, "initialDelaySeconds": { "type": "integer", "format": "int32" }, "periodSeconds": { "type": "integer", "format": "int32" }, "successThreshold": { "type": "integer", "format": "int32" }, "terminationGracePeriodSeconds": { "type": "integer", "format": "int64", "nullable": true }, "timeoutSeconds": { "type": "integer", "format": "int32" } } }, "V1ProbeHandler": { "type": "object", "properties": { "exec": { "$ref": "#/components/schemas/V1ExecAction" }, "grpc": { "$ref": "#/components/schemas/V1GRPCAction" }, "httpGet": { "$ref": "#/components/schemas/V1HTTPGetAction" }, "tcpSocket": { "$ref": "#/components/schemas/V1TCPSocketAction" } } }, "V1ProjectedVolumeSource": { "type": "object", "properties": { "defaultMode": { "type": "integer", "format": "int32", "nullable": true }, "sources": { "type": "array", "items": { "$ref": "#/components/schemas/V1VolumeProjection" } } } }, "V1QuobyteVolumeSource": { "type": "object", "properties": { "group": { "type": "string" }, "readOnly": { "type": "boolean" }, "registry": { "type": "string" }, "tenant": { "type": "string" }, "user": { "type": "string" }, "volume": { "type": "string" } } }, "V1RBDVolumeSource": { "type": "object", "properties": { "fsType": { "type": "string" }, "image": { "type": "string" }, "keyring": { "type": "string" }, "monitors": { "type": "array", "items": { "type": "string" } }, "pool": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "user": { "type": "string" } } }, "V1ResourceClaim": { "type": "object", "properties": { "name": { "type": "string" }, "request": { "type": "string" } } }, "V1ResourceFieldSelector": { "type": "object", "properties": { "containerName": { "type": "string" }, "divisor": { "$ref": "#/components/schemas/ResourceQuantity" }, "resource": { "type": "string" } } }, "V1ResourceRequirements": { "type": "object", "properties": { "claims": { "type": "array", "items": { "$ref": "#/components/schemas/V1ResourceClaim" } }, "limits": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ResourceQuantity" } }, "requests": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ResourceQuantity" } } } }, "V1SELinuxOptions": { "type": "object", "properties": { "level": { "type": "string" }, "role": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } } }, "V1ScaleIOVolumeSource": { "type": "object", "properties": { "fsType": { "type": "string" }, "gateway": { "type": "string" }, "protectionDomain": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "sslEnabled": { "type": "boolean" }, "storageMode": { "type": "string" }, "storagePool": { "type": "string" }, "system": { "type": "string" }, "volumeName": { "type": "string" } } }, "V1SeccompProfile": { "type": "object", "properties": { "localhostProfile": { "type": "string", "nullable": true }, "type": { "type": "string" } } }, "V1SecretEnvSource": { "type": "object", "properties": { "LocalObjectReference": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "optional": { "type": "boolean", "nullable": true } } }, "V1SecretKeySelector": { "type": "object", "properties": { "LocalObjectReference": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "key": { "type": "string" }, "optional": { "type": "boolean", "nullable": true } } }, "V1SecretProjection": { "type": "object", "properties": { "LocalObjectReference": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/V1KeyToPath" } }, "optional": { "type": "boolean", "nullable": true } } }, "V1SecretVolumeSource": { "type": "object", "properties": { "defaultMode": { "type": "integer", "format": "int32", "nullable": true }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/V1KeyToPath" } }, "optional": { "type": "boolean", "nullable": true }, "secretName": { "type": "string" } } }, "V1SecurityContext": { "type": "object", "properties": { "allowPrivilegeEscalation": { "type": "boolean", "nullable": true }, "appArmorProfile": { "$ref": "#/components/schemas/V1AppArmorProfile" }, "capabilities": { "$ref": "#/components/schemas/V1Capabilities" }, "privileged": { "type": "boolean", "nullable": true }, "procMount": { "type": "string", "nullable": true }, "readOnlyRootFilesystem": { "type": "boolean", "nullable": true }, "runAsGroup": { "type": "integer", "format": "int64", "nullable": true }, "runAsNonRoot": { "type": "boolean", "nullable": true }, "runAsUser": { "type": "integer", "format": "int64", "nullable": true }, "seLinuxOptions": { "$ref": "#/components/schemas/V1SELinuxOptions" }, "seccompProfile": { "$ref": "#/components/schemas/V1SeccompProfile" }, "windowsOptions": { "$ref": "#/components/schemas/V1WindowsSecurityContextOptions" } } }, "V1ServiceAccountTokenProjection": { "type": "object", "properties": { "audience": { "type": "string" }, "expirationSeconds": { "type": "integer", "format": "int64", "nullable": true }, "path": { "type": "string" } } }, "V1SleepAction": { "type": "object", "properties": { "seconds": { "type": "integer", "format": "int64" } } }, "V1StorageOSVolumeSource": { "type": "object", "properties": { "fsType": { "type": "string" }, "readOnly": { "type": "boolean" }, "secretRef": { "$ref": "#/components/schemas/V1LocalObjectReference" }, "volumeName": { "type": "string" }, "volumeNamespace": { "type": "string" } } }, "V1TCPSocketAction": { "type": "object", "properties": { "host": { "type": "string" }, "port": { "$ref": "#/components/schemas/IntstrIntOrString" } } }, "V1Time": { "type": "object" }, "V1Toleration": { "type": "object", "properties": { "effect": { "type": "string" }, "key": { "type": "string" }, "operator": { "type": "string" }, "tolerationSeconds": { "type": "integer", "format": "int64", "nullable": true }, "value": { "type": "string" } } }, "V1TopologySpreadConstraint": { "type": "object", "properties": { "labelSelector": { "$ref": "#/components/schemas/V1LabelSelector" }, "matchLabelKeys": { "type": "array", "items": { "type": "string" } }, "maxSkew": { "type": "integer", "format": "int32" }, "minDomains": { "type": "integer", "format": "int32", "nullable": true }, "nodeAffinityPolicy": { "type": "string", "nullable": true }, "nodeTaintsPolicy": { "type": "string", "nullable": true }, "topologyKey": { "type": "string" }, "whenUnsatisfiable": { "type": "string" } } }, "V1TypedLocalObjectReference": { "type": "object", "properties": { "apiGroup": { "type": "string", "nullable": true }, "kind": { "type": "string" }, "name": { "type": "string" } } }, "V1TypedObjectReference": { "type": "object", "properties": { "apiGroup": { "type": "string", "nullable": true }, "kind": { "type": "string" }, "name": { "type": "string" }, "namespace": { "type": "string", "nullable": true } } }, "V1VolumeDevice": { "type": "object", "properties": { "devicePath": { "type": "string" }, "name": { "type": "string" } } }, "V1VolumeMount": { "type": "object", "properties": { "mountPath": { "type": "string" }, "mountPropagation": { "type": "string", "nullable": true }, "name": { "type": "string" }, "readOnly": { "type": "boolean" }, "recursiveReadOnly": { "type": "string", "nullable": true }, "subPath": { "type": "string" }, "subPathExpr": { "type": "string" } } }, "V1VolumeProjection": { "type": "object", "properties": { "clusterTrustBundle": { "$ref": "#/components/schemas/V1ClusterTrustBundleProjection" }, "configMap": { "$ref": "#/components/schemas/V1ConfigMapProjection" }, "downwardAPI": { "$ref": "#/components/schemas/V1DownwardAPIProjection" }, "podCertificate": { "$ref": "#/components/schemas/V1PodCertificateProjection" }, "secret": { "$ref": "#/components/schemas/V1SecretProjection" }, "serviceAccountToken": { "$ref": "#/components/schemas/V1ServiceAccountTokenProjection" } } }, "V1VolumeResourceRequirements": { "type": "object", "properties": { "limits": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ResourceQuantity" } }, "requests": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ResourceQuantity" } } } }, "V1VolumeSource": { "type": "object", "properties": { "awsElasticBlockStore": { "$ref": "#/components/schemas/V1AWSElasticBlockStoreVolumeSource" }, "azureDisk": { "$ref": "#/components/schemas/V1AzureDiskVolumeSource" }, "azureFile": { "$ref": "#/components/schemas/V1AzureFileVolumeSource" }, "cephfs": { "$ref": "#/components/schemas/V1CephFSVolumeSource" }, "cinder": { "$ref": "#/components/schemas/V1CinderVolumeSource" }, "configMap": { "$ref": "#/components/schemas/V1ConfigMapVolumeSource" }, "csi": { "$ref": "#/components/schemas/V1CSIVolumeSource" }, "downwardAPI": { "$ref": "#/components/schemas/V1DownwardAPIVolumeSource" }, "emptyDir": { "$ref": "#/components/schemas/V1EmptyDirVolumeSource" }, "ephemeral": { "$ref": "#/components/schemas/V1EphemeralVolumeSource" }, "fc": { "$ref": "#/components/schemas/V1FCVolumeSource" }, "flexVolume": { "$ref": "#/components/schemas/V1FlexVolumeSource" }, "flocker": { "$ref": "#/components/schemas/V1FlockerVolumeSource" }, "gcePersistentDisk": { "$ref": "#/components/schemas/V1GCEPersistentDiskVolumeSource" }, "gitRepo": { "$ref": "#/components/schemas/V1GitRepoVolumeSource" }, "glusterfs": { "$ref": "#/components/schemas/V1GlusterfsVolumeSource" }, "hostPath": { "$ref": "#/components/schemas/V1HostPathVolumeSource" }, "image": { "$ref": "#/components/schemas/V1ImageVolumeSource" }, "iscsi": { "$ref": "#/components/schemas/V1ISCSIVolumeSource" }, "nfs": { "$ref": "#/components/schemas/V1NFSVolumeSource" }, "persistentVolumeClaim": { "$ref": "#/components/schemas/V1PersistentVolumeClaimVolumeSource" }, "photonPersistentDisk": { "$ref": "#/components/schemas/V1PhotonPersistentDiskVolumeSource" }, "portworxVolume": { "$ref": "#/components/schemas/V1PortworxVolumeSource" }, "projected": { "$ref": "#/components/schemas/V1ProjectedVolumeSource" }, "quobyte": { "$ref": "#/components/schemas/V1QuobyteVolumeSource" }, "rbd": { "$ref": "#/components/schemas/V1RBDVolumeSource" }, "scaleIO": { "$ref": "#/components/schemas/V1ScaleIOVolumeSource" }, "secret": { "$ref": "#/components/schemas/V1SecretVolumeSource" }, "storageos": { "$ref": "#/components/schemas/V1StorageOSVolumeSource" }, "vsphereVolume": { "$ref": "#/components/schemas/V1VsphereVirtualDiskVolumeSource" } } }, "V1VsphereVirtualDiskVolumeSource": { "type": "object", "properties": { "fsType": { "type": "string" }, "storagePolicyID": { "type": "string" }, "storagePolicyName": { "type": "string" }, "volumePath": { "type": "string" } } }, "V1WeightedPodAffinityTerm": { "type": "object", "properties": { "podAffinityTerm": { "$ref": "#/components/schemas/V1PodAffinityTerm" }, "weight": { "type": "integer", "format": "int32" } } }, "V1WindowsSecurityContextOptions": { "type": "object", "properties": { "gmsaCredentialSpec": { "type": "string", "nullable": true }, "gmsaCredentialSpecName": { "type": "string", "nullable": true }, "hostProcess": { "type": "boolean", "nullable": true }, "runAsUserName": { "type": "string", "nullable": true } } }, "V1alpha1ExtraPodMetadata": { "type": "object", "properties": { "annotations": { "type": "object", "additionalProperties": { "type": "string" } }, "labels": { "type": "object", "additionalProperties": { "type": "string" } } } }, "V1alpha1ExtraPodSpec": { "type": "object", "properties": { "affinity": { "$ref": "#/components/schemas/V1Affinity" }, "nodeSelector": { "type": "object", "additionalProperties": { "type": "string" } }, "priorityClassName": { "type": "string" }, "schedulerName": { "type": "string" }, "serviceAccountName": { "type": "string" }, "tolerations": { "type": "array", "items": { "$ref": "#/components/schemas/V1Toleration" } }, "topologySpreadConstraints": { "type": "array", "items": { "$ref": "#/components/schemas/V1TopologySpreadConstraint" } } } }, "V1alpha1MonitorExporterMountSpec": { "type": "object", "properties": { "VolumeSource": { "$ref": "#/components/schemas/V1VolumeSource" }, "path": { "type": "string" }, "readOnly": { "type": "boolean" } } }, "V1alpha1MonitorExporterSpec": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "mounts": { "type": "array", "items": { "$ref": "#/components/schemas/V1alpha1MonitorExporterMountSpec" } }, "options": { "type": "object", "additionalProperties": { "type": "string" } }, "output": { "type": "string" }, "structureOptions": { "type": "array", "items": { "$ref": "#/components/schemas/V1EnvVar" } } } } } }