Backend.AI Documentation
24.12
Backend.AI 주요 개념
설치 가이드
User Guides
개발자용 매뉴얼
버전 업그레이드 가이드
Backend.AI Manager 레퍼런스
Backend.AI 에이전트 레퍼런스
Backend.AI Storage Proxy 레퍼런스
Python용 Backend.AI 클라이언트 SDK
설치하기
클라이언트 설정
Command Line Interface
Developer Guides
고수준 함수 인터페이스
관리자용 함수
에이전트 함수
Auth Functions
Configuration
KeyPair 함수
매니저 함수
Scaling Group Functions
ComputeSession Functions
Session Template Functions
SessionTemplate
가상폴더 함수
저수준 레퍼런스
Backend.AI Documentation
Python용 Backend.AI 클라이언트 SDK
고수준 함수 인터페이스
Session Template Functions
View page source
Session Template Functions
class
ai.backend.client.func.session_template.
SessionTemplate
(
template_id
,
owner_access_key
=
None
)
classmethod
await
create
(
template
,
domain_name
=
None
,
group_name
=
None
,
owner_access_key
=
None
)
반환 형식
:
SessionTemplate
classmethod
await
list_templates
(
list_all
=
False
)
반환 형식
:
List
[
Mapping
[
str
,
str
]]
await
get
(
body_format
=
'yaml'
)
반환 형식
:
str
await
put
(
template
)
반환 형식
:
Any
await
delete
(
)
반환 형식
:
Any