다음을 통해 공유


CustomMonitoringSignal 클래스

참고

이는 실험적인 클래스이며 언제든지 변경될 수 있습니다. 자세한 내용은 https://aka.ms/azuremlexperimental을 참조하세요.

사용자 지정 모니터링 신호입니다.

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

생성자

CustomMonitoringSignal(*, inputs: Dict[str, Input] | None = None, metric_thresholds: List[CustomMonitoringMetricThreshold], component_id: str, workspace_connection: WorkspaceConnection | None = None, input_data: Dict[str, ReferenceData] | None = None, alert_enabled: bool = False, properties: Dict[str, str] | None = None)

키워드 전용 매개 변수

Name Description
input_data

모니터링을 위한 입력 데이터 세트의 사전입니다. 각 키는 구성 요소 입력 포트 이름이고 해당 값은 데이터 자산입니다.

metric_thresholds

계산할 메트릭 목록 및 관련 임계값입니다.

inputs
Optional[dict[str, <xref:azure.ai.ml.entities.Input>]]
component_id
str

사용자 지정 메트릭을 계산하는 데 사용되는 구성 요소 리소스의 ARM(Azure Resource Manager) ID입니다.

workspace_connection

환경 변수 및 비밀 구성을 사용하여 작업 영역 연결을 지정합니다.

alert_enabled

신호에 대한 경고를 사용하도록 설정할지 여부입니다. 기본값은 True입니다.

properties

신호에 대한 사용자 지정 속성의 사전입니다.

변수

Name Description
type
str

신호의 형식입니다. 이 클래스에 대해 "사용자 지정"으로 설정합니다.