NAME
WWW::VastAI::Endpoint - Serverless endpoint wrapper with worker and log helpers
VERSION
version 0.001
DESCRIPTION
WWW::VastAI::Endpoint wraps a serverless endpoint returned by WWW::VastAI::API::Endpoints.
METHODS
endpoint_name
Returns the endpoint name used by the serverless API.
endpoint_state
Returns the current endpoint state string.
api_key
Returns the API key associated with the endpoint when present.
workers
my $workers = $endpoint->workers;
Fetches worker information for the endpoint.
logs
my $logs = $endpoint->logs(%params);
Fetches endpoint logs using the endpoint name.
delete
Deletes the endpoint and returns the raw API response.
SEE ALSO
WWW::VastAI, WWW::VastAI::API::Endpoints, WWW::VastAI::Workergroup
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-vastai/issues.
IRC
Join #kubernetes on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.