AiAppResource
- 인쇄
- PDF
AiAppResource
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
VPC 환경에서 이용 가능합니다.
AI 앱 리소스 정보입니다.
구문
구문은 다음과 같습니다.
private Integer cpuCount;
private Integer gpuCount;
private String gpuModel;
private Integer memoryMb;
필드
필드에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
cpuCount | Integer | Optional | CPU 할당 개수
|
gpuCount | Integer | Optional | GPU 할당 개수
|
gpuModel | String | Optional | 할당할 GPU 모델
|
memoryMb | Integer | Optional | Docker 컨테이너 할당 메모리
|
이 문서가 도움이 되었습니까?