sagemaker.core.telemetry#

This module contains telemetry utilities for the SageMaker Python SDK.

class sagemaker.core.telemetry.Feature(value)[source]#

Bases: Enum

Enumeration 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: Enum

Enumeration of status values used in telemetry.

FAILURE = 0#
SUCCESS = 1#

Modules

attribution

Attribution module for tracking the provenance of SDK usage.

constants

Constants used in SageMaker Python SDK telemetry.

resource_creation

Resource creation module for tracking ARNs of resources created via SDK calls.

telemetry_logging

Telemetry module for SageMaker Python SDK to collect usage data and metrics.