class

EdgeAI::Status

Inherits EdgeAI::Base < ActionController::Base < ActionController::Responders < ActionController::Route::Builder < Reference < Object

Constants

OPENAPI = YAML.parse(File.exists?("openapi.yml") ? File.read("openapi.yml") : "{}")

this file is built as part of the docker build

PARSER_LIST = ["application/json"]
RESPONDER_LIST = ["application/json", "application/yaml"]

Class methods

base_route

Helper for obtaining base route

index(hash_parts : Hash(String | Symbol, Nil | Bool | Int32 | Int64 | Float32 | Float64 | String | Symbol) | Nil = nil, **tuple_parts)

Helper methods for performing redirect_to calls

Instance methods

base_route(*args, **options)

Helper for obtaining base route

base_route(*args, **options, &)

Helper for obtaining base route

get_status(id : String) : PipelineStatus
Source
index

status of all configured pipelines

Source
openapi

returns the OpenAPI representation of this service

Source
show(id : String) : PipelineStatus

status of the specified pipeline

Source