Literals#
Index > SageMakerMetrics > Literals
Auto-generated documentation for SageMakerMetrics type annotations stubs module mypy-boto3-sagemaker-metrics.
MetricQueryResultStatusType#
# MetricQueryResultStatusType usage example
from mypy_boto3_sagemaker_metrics.literals import MetricQueryResultStatusType
def get_value() -> MetricQueryResultStatusType:
return "Complete"
# MetricQueryResultStatusType definition
MetricQueryResultStatusType = Literal[
"Complete",
"InternalError",
"Truncated",
"ValidationError",
]
MetricStatisticType#
# MetricStatisticType usage example
from mypy_boto3_sagemaker_metrics.literals import MetricStatisticType
def get_value() -> MetricStatisticType:
return "Avg"
# MetricStatisticType definition
MetricStatisticType = Literal[
"Avg