sagemaker.core.telemetry#
This module contains telemetry utilities for the SageMaker Python SDK.
- class sagemaker.core.telemetry.Feature(value)[source]#
Bases:
EnumEnumeration of feature names used in telemetry.
- FEATURE_STORE = 17#
- LOCAL_MODE = 12#
- MLOPS = 16#
- MODEL_CUSTOMIZATION = 15#
- MODEL_CUSTOMIZATION_NOVA = 19#
- MODEL_CUSTOMIZATION_OSS = 20#
- MODEL_TRAINER = 14#
- PROCESSING = 18#
- REMOTE_FUNCTION = 13#
- SDK_DEFAULTS = 11#
- class sagemaker.core.telemetry.Status(value)[source]#
Bases:
EnumEnumeration of status values used in telemetry.
- FAILURE = 0#
- SUCCESS = 1#
Modules
Attribution module for tracking the provenance of SDK usage. |
|
Constants used in SageMaker Python SDK telemetry. |
|
Resource creation module for tracking ARNs of resources created via SDK calls. |
|
Telemetry module for SageMaker Python SDK to collect usage data and metrics. |