다음을 통해 공유


ScriptReference 클래스

스크립트 참조입니다.

상속
azure.ai.ml.entities._mixins.RestTranslatableMixin
ScriptReference

생성자

ScriptReference(*, path: str | None = None, command: str | None = None, timeout_minutes: int | None = None)

키워드 전용 매개 변수

Name Description
path

작업 영역 스토리지에 있는 스크립트의 위치입니다.

command

실행할 스크립트에 전달된 명령줄 인수입니다.

timeout_minutes

스크립트를 실행할 시간 제한(분)입니다.