Skip to content

Literals#

Index > SagemakerEdgeManager > Literals

Auto-generated documentation for SagemakerEdgeManager type annotations stubs module mypy-boto3-sagemaker-edge.

ChecksumTypeType#

# ChecksumTypeType usage example

from mypy_boto3_sagemaker_edge.literals import ChecksumTypeType

def get_value() -> ChecksumTypeType:
    return "SHA1"
# ChecksumTypeType definition

ChecksumTypeType = Literal[
    "SHA1",
]

DeploymentStatusType#

# DeploymentStatusType usage example

from mypy_boto3_sagemaker_edge.literals import DeploymentStatusType

def get_value() -> DeploymentStatusType:
    return "FAIL"
# DeploymentStatusType definition

DeploymentStatusType = Literal[
    "FAIL",
    "SUCCESS",
]

DeploymentTypeType