Workspace 클래스
Azure ML 작업 영역.
- 상속
-
azure.ai.ml.entities._resource.ResourceWorkspace
생성자
Workspace(*, name: str, description: str | None = None, tags: Dict[str, str] | None = None, display_name: str | None = None, location: str | None = None, resource_group: str | None = None, hbi_workspace: bool = False, storage_account: str | None = None, container_registry: str | None = None, key_vault: str | None = None, application_insights: str | None = None, customer_managed_key: CustomerManagedKey | None = None, image_build_compute: str | None = None, public_network_access: str | None = None, identity: IdentityConfiguration | None = None, primary_user_assigned_identity: str | None = None, managed_network: ManagedNetwork | None = None, enable_data_isolation: bool = False, workspace_hub: str | None = None, **kwargs)
매개 변수
- hbi_workspace
- bool
필수
고객 데이터가 중요한 비즈니스 정보를 포함하는 HBI(높은 비즈니스 영향)인지 여부입니다. 자세한 내용은 https://docs.microsoft.com/azure/machine-learning/concept-data-encryption#encryption-at-rest를 참조하세요.
- customer_managed_key
- CustomerManagedKey
필수
고객 관리형 키를 사용하여 데이터를 암호화하기 위한 키 자격 증명 모음 세부 정보입니다. 지정하지 않으면 기본적으로 Microsoft 관리형 키가 사용됩니다.
- enable_data_isolation
- bool
필수
작업 영역에 데이터 격리가 사용하도록 설정되어 있는지 확인하는 플래그입니다. 플래그는 생성 단계에서만 설정할 수 있으며 업데이트할 수 없습니다.
메서드
dump |
yaml 형식의 파일로 작업 영역 사양을 덤프합니다. |
dump
yaml 형식의 파일로 작업 영역 사양을 덤프합니다.
dump(dest: str | PathLike | IO, **kwargs) -> None
매개 변수
특성
base_path
creation_context
discovery_url
id
mlflow_tracking_uri
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python