지원 중단됨, NotebookStatus.Phase를 사용하세요. 기본 컨테이너의 상태입니다. 자세한 내용은 https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#containerstate-v1-core를 참고하세요.
컨테이너, 컨테이너의 환경 변수, 스케줄러 이름, 보안 컨텍스트와 같은 기타 속성을 정의합니다. 자세한 내용은 https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#podspec-v1-core를 참고하세요.
userCluster문자열
UserCluster은 노트북 워크로드가 생성되는 사용자 클러스터의 이름입니다. 클러스터에 PodSpec에 지정된 워크로드를 실행하기에 충분한 리소스가 있어야 합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThe \u003ccode\u003eaiplatform.gdc.goog/v1\u003c/code\u003e package defines the API schema for managing Notebook resources within the aiplatform.gdc.goog v1 API group.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNotebook\u003c/code\u003e resources are described with fields for \u003ccode\u003eapiVersion\u003c/code\u003e, \u003ccode\u003ekind\u003c/code\u003e, \u003ccode\u003emetadata\u003c/code\u003e, \u003ccode\u003espec\u003c/code\u003e (desired state), and \u003ccode\u003estatus\u003c/code\u003e (observed state), all of which are essential for defining and monitoring Notebook instances.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNotebookStatus\u003c/code\u003e tracks the state of a \u003ccode\u003eNotebook\u003c/code\u003e, including its \u003ccode\u003econditions\u003c/code\u003e, \u003ccode\u003ereadyReplicas\u003c/code\u003e, \u003ccode\u003econtainerState\u003c/code\u003e, \u003ccode\u003ephase\u003c/code\u003e, and potential \u003ccode\u003eerror\u003c/code\u003e information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNotebookSpec\u003c/code\u003e defines the desired state of a Notebook, which includes a \u003ccode\u003eNotebookTemplateSpec\u003c/code\u003e to describe the desired workload, and the specification of the \u003ccode\u003euserCluster\u003c/code\u003e where it will run.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNotebookList\u003c/code\u003e resource is a resource that serves the purpose of containing a list of multiple \u003ccode\u003eNotebook\u003c/code\u003e resources, while providing a \u003ccode\u003emetadata\u003c/code\u003e field to provide metadata information.\u003c/p\u003e\n"]]],[],null,["# Vertex AI Workbench KRM API reference\n\nPackages\n--------\n\n- [aiplatform.gdc.goog/v1](#aiplatformgdcgoogv1)\n\naiplatform.gdc.goog/v1\n----------------------\n\nPackage v1 contains API schema definitions for the aiplatform.gdc.goog v1 API\ngroup.\n\n### Resource Types\n\n- [Notebook](#notebook)\n- [NotebookList](#notebooklist)\n\n#### Notebook\n\n`Notebook` is the Schema for the Notebooks API.\n\n*Appears in:*\n- [NotebookList](#notebooklist)\n\n#### NotebookCondition\n\n*Appears in:*\n- [NotebookStatus](#notebookstatus)\n\n#### NotebookError\n\n`NotebookError` represents an error that occurred while updating Notebook resources.\n\n*Appears in:*\n- [NotebookStatus](#notebookstatus)\n\n#### NotebookList\n\n`NotebookList` contains a list of `Notebook` instances.\n\n#### NotebookSpec\n\n`NotebookSpec` defines the desired state of the Notebook.\n\n*Appears in:*\n- [Notebook](#notebook)\n\n#### NotebookStatus\n\n`NotebookStatus` defines the observed state of the Notebook.\n\n*Appears in:*\n- [Notebook](#notebook)\n\n#### NotebookTemplateSpec\n\n`NotebookTemplateSpec` defines the desired state of the cluster.\n\n*Appears in:*\n- [NotebookSpec](#notebookspec)"]]