Skip to content

Literals

Index > SageMaker > Literals

Auto-generated documentation for SageMaker type annotations stubs module types-aiobotocore-sagemaker.

ActionStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ActionStatusType

def get_value() -> ActionStatusType:
    return "Completed"
Definition
ActionStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
    "Unknown",
]

AlgorithmSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import AlgorithmSortByType

def get_value() -> AlgorithmSortByType:
    return "CreationTime"
Definition
AlgorithmSortByType = Literal[
    "CreationTime",
    "Name",
]

AlgorithmStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import AlgorithmStatusType

def get_value() -> AlgorithmStatusType:
    return "Completed"
Definition
AlgorithmStatusType = Literal[
    "Completed",
    "Deleting",
    "Failed",
    "InProgress",
    "Pending",
]

AppImageConfigSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import AppImageConfigSortKeyType

def get_value() -> AppImageConfigSortKeyType:
    return "CreationTime"
Definition
AppImageConfigSortKeyType = Literal[
    "CreationTime",
    "LastModifiedTime",
    "Name",
]

AppInstanceTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import AppInstanceTypeType

def get_value() -> AppInstanceTypeType:
    return "ml.c5.12xlarge"
Definition
AppInstanceTypeType = Literal[
    "ml.c5.12xlarge",
    "ml.c5.18xlarge",
    "ml.c5.24xlarge",
    "ml.c5.2xlarge",
    "ml.c5.4xlarge",
    "ml.c5.9xlarge",
    "ml.c5.large",
    "ml.c5.xlarge",
    "ml.g4dn.12xlarge",
    "ml.g4dn.16xlarge",
    "ml.g4dn.2xlarge",
    "ml.g4dn.4xlarge",
    "ml.g4dn.8xlarge",
    "ml.g4dn.xlarge",
    "ml.g5.12xlarge",
    "ml.g5.16xlarge",
    "ml.g5.24xlarge",
    "ml.g5.2xlarge",
    "ml.g5.48xlarge",
    "ml.g5.4xlarge",
    "ml.g5.8xlarge",
    "ml.g5.xlarge",
    "ml.m5.12xlarge",
    "ml.m5.16xlarge",
    "ml.m5.24xlarge",
    "ml.m5.2xlarge",
    "ml.m5.4xlarge",
    "ml.m5.8xlarge",
    "ml.m5.large",
    "ml.m5.xlarge",
    "ml.m5d.12xlarge",
    "ml.m5d.16xlarge",
    "ml.m5d.24xlarge",
    "ml.m5d.2xlarge",
    "ml.m5d.4xlarge",
    "ml.m5d.8xlarge",
    "ml.m5d.large",
    "ml.m5d.xlarge",
    "ml.p3.16xlarge",
    "ml.p3.2xlarge",
    "ml.p3.8xlarge",
    "ml.p3dn.24xlarge",
    "ml.r5.12xlarge",
    "ml.r5.16xlarge",
    "ml.r5.24xlarge",
    "ml.r5.2xlarge",
    "ml.r5.4xlarge",
    "ml.r5.8xlarge",
    "ml.r5.large",
    "ml.r5.xlarge",
    "ml.t3.2xlarge",
    "ml.t3.large",
    "ml.t3.medium",
    "ml.t3.micro",
    "ml.t3.small",
    "ml.t3.xlarge",
    "system",
]

AppNetworkAccessTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import AppNetworkAccessTypeType

def get_value() -> AppNetworkAccessTypeType:
    return "PublicInternetOnly"
Definition
AppNetworkAccessTypeType = Literal[
    "PublicInternetOnly",
    "VpcOnly",
]

AppSecurityGroupManagementType

Usage Example
from types_aiobotocore_sagemaker.literals import AppSecurityGroupManagementType

def get_value() -> AppSecurityGroupManagementType:
    return "Customer"
Definition
AppSecurityGroupManagementType = Literal[
    "Customer",
    "Service",
]

AppSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import AppSortKeyType

def get_value() -> AppSortKeyType:
    return "CreationTime"
Definition
AppSortKeyType = Literal[
    "CreationTime",
]

AppStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import AppStatusType

def get_value() -> AppStatusType:
    return "Deleted"
Definition
AppStatusType = Literal[
    "Deleted",
    "Deleting",
    "Failed",
    "InService",
    "Pending",
]

AppTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import AppTypeType

def get_value() -> AppTypeType:
    return "JupyterServer"
Definition
AppTypeType = Literal[
    "JupyterServer",
    "KernelGateway",
    "RSessionGateway",
    "RStudioServerPro",
    "TensorBoard",
]

ArtifactSourceIdTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ArtifactSourceIdTypeType

def get_value() -> ArtifactSourceIdTypeType:
    return "Custom"
Definition
ArtifactSourceIdTypeType = Literal[
    "Custom",
    "MD5Hash",
    "S3ETag",
    "S3Version",
]

AssemblyTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import AssemblyTypeType

def get_value() -> AssemblyTypeType:
    return "Line"
Definition
AssemblyTypeType = Literal[
    "Line",
    "None",
]

AssociationEdgeTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import AssociationEdgeTypeType

def get_value() -> AssociationEdgeTypeType:
    return "AssociatedWith"
Definition
AssociationEdgeTypeType = Literal[
    "AssociatedWith",
    "ContributedTo",
    "DerivedFrom",
    "Produced",
]

AthenaResultCompressionTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import AthenaResultCompressionTypeType

def get_value() -> AthenaResultCompressionTypeType:
    return "GZIP"
Definition
AthenaResultCompressionTypeType = Literal[
    "GZIP",
    "SNAPPY",
    "ZLIB",
]

AthenaResultFormatType

Usage Example
from types_aiobotocore_sagemaker.literals import AthenaResultFormatType

def get_value() -> AthenaResultFormatType:
    return "AVRO"
Definition
AthenaResultFormatType = Literal[
    "AVRO",
    "JSON",
    "ORC",
    "PARQUET",
    "TEXTFILE",
]

AuthModeType

Usage Example
from types_aiobotocore_sagemaker.literals import AuthModeType

def get_value() -> AuthModeType:
    return "IAM"
Definition
AuthModeType = Literal[
    "IAM",
    "SSO",
]

AutoMLChannelTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import AutoMLChannelTypeType

def get_value() -> AutoMLChannelTypeType:
    return "training"
Definition
AutoMLChannelTypeType = Literal[
    "training",
    "validation",
]

AutoMLJobObjectiveTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import AutoMLJobObjectiveTypeType

def get_value() -> AutoMLJobObjectiveTypeType:
    return "Maximize"
Definition
AutoMLJobObjectiveTypeType = Literal[
    "Maximize",
    "Minimize",
]

AutoMLJobSecondaryStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import AutoMLJobSecondaryStatusType

def get_value() -> AutoMLJobSecondaryStatusType:
    return "AnalyzingData"
Definition
AutoMLJobSecondaryStatusType = Literal[
    "AnalyzingData",
    "CandidateDefinitionsGenerated",
    "Completed",
    "DeployingModel",
    "ExplainabilityError",
    "Failed",
    "FeatureEngineering",
    "GeneratingExplainabilityReport",
    "GeneratingModelInsightsReport",
    "MaxAutoMLJobRuntimeReached",
    "MaxCandidatesReached",
    "ModelDeploymentError",
    "ModelInsightsError",
    "ModelTuning",
    "Starting",
    "Stopped",
    "Stopping",
]

AutoMLJobStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import AutoMLJobStatusType

def get_value() -> AutoMLJobStatusType:
    return "Completed"
Definition
AutoMLJobStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
]

AutoMLMetricEnumType

Usage Example
from types_aiobotocore_sagemaker.literals import AutoMLMetricEnumType

def get_value() -> AutoMLMetricEnumType:
    return "AUC"
Definition
AutoMLMetricEnumType = Literal[
    "Accuracy",
    "AUC",
    "F1",
    "F1macro",
    "MSE",
]

AutoMLMetricExtendedEnumType

Usage Example
from types_aiobotocore_sagemaker.literals import AutoMLMetricExtendedEnumType

def get_value() -> AutoMLMetricExtendedEnumType:
    return "AUC"
Definition
AutoMLMetricExtendedEnumType = Literal[
    "Accuracy",
    "AUC",
    "BalancedAccuracy",
    "F1",
    "F1macro",
    "LogLoss",
    "MAE",
    "MSE",
    "Precision",
    "PrecisionMacro",
    "R2",
    "Recall",
    "RecallMacro",
    "RMSE",
]

AutoMLS3DataTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import AutoMLS3DataTypeType

def get_value() -> AutoMLS3DataTypeType:
    return "ManifestFile"
Definition
AutoMLS3DataTypeType = Literal[
    "ManifestFile",
    "S3Prefix",
]

AutoMLSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import AutoMLSortByType

def get_value() -> AutoMLSortByType:
    return "CreationTime"
Definition
AutoMLSortByType = Literal[
    "CreationTime",
    "Name",
    "Status",
]

AutoMLSortOrderType

Usage Example
from types_aiobotocore_sagemaker.literals import AutoMLSortOrderType

def get_value() -> AutoMLSortOrderType:
    return "Ascending"
Definition
AutoMLSortOrderType = Literal[
    "Ascending",
    "Descending",
]

AwsManagedHumanLoopRequestSourceType

Usage Example
from types_aiobotocore_sagemaker.literals import AwsManagedHumanLoopRequestSourceType

def get_value() -> AwsManagedHumanLoopRequestSourceType:
    return "AWS/Rekognition/DetectModerationLabels/Image/V3"
Definition
AwsManagedHumanLoopRequestSourceType = Literal[
    "AWS/Rekognition/DetectModerationLabels/Image/V3",
    "AWS/Textract/AnalyzeDocument/Forms/V1",
]

BatchStrategyType

Usage Example
from types_aiobotocore_sagemaker.literals import BatchStrategyType

def get_value() -> BatchStrategyType:
    return "MultiRecord"
Definition
BatchStrategyType = Literal[
    "MultiRecord",
    "SingleRecord",
]

BooleanOperatorType

Usage Example
from types_aiobotocore_sagemaker.literals import BooleanOperatorType

def get_value() -> BooleanOperatorType:
    return "And"
Definition
BooleanOperatorType = Literal[
    "And",
    "Or",
]

CandidateSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import CandidateSortByType

def get_value() -> CandidateSortByType:
    return "CreationTime"
Definition
CandidateSortByType = Literal[
    "CreationTime",
    "FinalObjectiveMetricValue",
    "Status",
]

CandidateStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import CandidateStatusType

def get_value() -> CandidateStatusType:
    return "Completed"
Definition
CandidateStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
]

CandidateStepTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import CandidateStepTypeType

def get_value() -> CandidateStepTypeType:
    return "AWS::SageMaker::ProcessingJob"
Definition
CandidateStepTypeType = Literal[
    "AWS::SageMaker::ProcessingJob",
    "AWS::SageMaker::TrainingJob",
    "AWS::SageMaker::TransformJob",
]

CapacitySizeTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import CapacitySizeTypeType

def get_value() -> CapacitySizeTypeType:
    return "CAPACITY_PERCENT"
Definition
CapacitySizeTypeType = Literal[
    "CAPACITY_PERCENT",
    "INSTANCE_COUNT",
]

CaptureModeType

Usage Example
from types_aiobotocore_sagemaker.literals import CaptureModeType

def get_value() -> CaptureModeType:
    return "Input"
Definition
CaptureModeType = Literal[
    "Input",
    "Output",
]

CaptureStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import CaptureStatusType

def get_value() -> CaptureStatusType:
    return "Started"
Definition
CaptureStatusType = Literal[
    "Started",
    "Stopped",
]

CodeRepositorySortByType

Usage Example
from types_aiobotocore_sagemaker.literals import CodeRepositorySortByType

def get_value() -> CodeRepositorySortByType:
    return "CreationTime"
Definition
CodeRepositorySortByType = Literal[
    "CreationTime",
    "LastModifiedTime",
    "Name",
]

CodeRepositorySortOrderType

Usage Example
from types_aiobotocore_sagemaker.literals import CodeRepositorySortOrderType

def get_value() -> CodeRepositorySortOrderType:
    return "Ascending"
Definition
CodeRepositorySortOrderType = Literal[
    "Ascending",
    "Descending",
]

CompilationJobStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import CompilationJobStatusType

def get_value() -> CompilationJobStatusType:
    return "COMPLETED"
Definition
CompilationJobStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "INPROGRESS",
    "STARTING",
    "STOPPED",
    "STOPPING",
]

CompressionTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import CompressionTypeType

def get_value() -> CompressionTypeType:
    return "Gzip"
Definition
CompressionTypeType = Literal[
    "Gzip",
    "None",
]

ConditionOutcomeType

Usage Example
from types_aiobotocore_sagemaker.literals import ConditionOutcomeType

def get_value() -> ConditionOutcomeType:
    return "False"
Definition
ConditionOutcomeType = Literal[
    "False",
    "True",
]

ContainerModeType

Usage Example
from types_aiobotocore_sagemaker.literals import ContainerModeType

def get_value() -> ContainerModeType:
    return "MultiModel"
Definition
ContainerModeType = Literal[
    "MultiModel",
    "SingleModel",
]

ContentClassifierType

Usage Example
from types_aiobotocore_sagemaker.literals import ContentClassifierType

def get_value() -> ContentClassifierType:
    return "FreeOfAdultContent"
Definition
ContentClassifierType = Literal[
    "FreeOfAdultContent",
    "FreeOfPersonallyIdentifiableInformation",
]

DataDistributionTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import DataDistributionTypeType

def get_value() -> DataDistributionTypeType:
    return "FullyReplicated"
Definition
DataDistributionTypeType = Literal[
    "FullyReplicated",
    "ShardedByS3Key",
]

DetailedAlgorithmStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import DetailedAlgorithmStatusType

def get_value() -> DetailedAlgorithmStatusType:
    return "Completed"
Definition
DetailedAlgorithmStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "NotStarted",
]

DetailedModelPackageStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import DetailedModelPackageStatusType

def get_value() -> DetailedModelPackageStatusType:
    return "Completed"
Definition
DetailedModelPackageStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "NotStarted",
]

DeviceDeploymentStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import DeviceDeploymentStatusType

def get_value() -> DeviceDeploymentStatusType:
    return "DEPLOYED"
Definition
DeviceDeploymentStatusType = Literal[
    "DEPLOYED",
    "FAILED",
    "INPROGRESS",
    "READYTODEPLOY",
    "STOPPED",
    "STOPPING",
]

DeviceSubsetTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import DeviceSubsetTypeType

def get_value() -> DeviceSubsetTypeType:
    return "NAMECONTAINS"
Definition
DeviceSubsetTypeType = Literal[
    "NAMECONTAINS",
    "PERCENTAGE",
    "SELECTION",
]

DirectInternetAccessType

Usage Example
from types_aiobotocore_sagemaker.literals import DirectInternetAccessType

def get_value() -> DirectInternetAccessType:
    return "Disabled"
Definition
DirectInternetAccessType = Literal[
    "Disabled",
    "Enabled",
]

DirectionType

Usage Example
from types_aiobotocore_sagemaker.literals import DirectionType

def get_value() -> DirectionType:
    return "Ascendants"
Definition
DirectionType = Literal[
    "Ascendants",
    "Both",
    "Descendants",
]

DomainStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import DomainStatusType

def get_value() -> DomainStatusType:
    return "Delete_Failed"
Definition
DomainStatusType = Literal[
    "Delete_Failed",
    "Deleting",
    "Failed",
    "InService",
    "Pending",
    "Update_Failed",
    "Updating",
]

EdgePackagingJobStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import EdgePackagingJobStatusType

def get_value() -> EdgePackagingJobStatusType:
    return "COMPLETED"
Definition
EdgePackagingJobStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "INPROGRESS",
    "STARTING",
    "STOPPED",
    "STOPPING",
]

EdgePresetDeploymentStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import EdgePresetDeploymentStatusType

def get_value() -> EdgePresetDeploymentStatusType:
    return "COMPLETED"
Definition
EdgePresetDeploymentStatusType = Literal[
    "COMPLETED",
    "FAILED",
]

EdgePresetDeploymentTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import EdgePresetDeploymentTypeType

def get_value() -> EdgePresetDeploymentTypeType:
    return "GreengrassV2Component"
Definition
EdgePresetDeploymentTypeType = Literal[
    "GreengrassV2Component",
]

EndpointConfigSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import EndpointConfigSortKeyType

def get_value() -> EndpointConfigSortKeyType:
    return "CreationTime"
Definition
EndpointConfigSortKeyType = Literal[
    "CreationTime",
    "Name",
]

EndpointDeletedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import EndpointDeletedWaiterName

def get_value() -> EndpointDeletedWaiterName:
    return "endpoint_deleted"
Definition
EndpointDeletedWaiterName = Literal[
    "endpoint_deleted",
]

EndpointInServiceWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import EndpointInServiceWaiterName

def get_value() -> EndpointInServiceWaiterName:
    return "endpoint_in_service"
Definition
EndpointInServiceWaiterName = Literal[
    "endpoint_in_service",
]

EndpointSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import EndpointSortKeyType

def get_value() -> EndpointSortKeyType:
    return "CreationTime"
Definition
EndpointSortKeyType = Literal[
    "CreationTime",
    "Name",
    "Status",
]

EndpointStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import EndpointStatusType

def get_value() -> EndpointStatusType:
    return "Creating"
Definition
EndpointStatusType = Literal[
    "Creating",
    "Deleting",
    "Failed",
    "InService",
    "OutOfService",
    "RollingBack",
    "SystemUpdating",
    "Updating",
]

ExecutionStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ExecutionStatusType

def get_value() -> ExecutionStatusType:
    return "Completed"
Definition
ExecutionStatusType = Literal[
    "Completed",
    "CompletedWithViolations",
    "Failed",
    "InProgress",
    "Pending",
    "Stopped",
    "Stopping",
]

FailureHandlingPolicyType

Usage Example
from types_aiobotocore_sagemaker.literals import FailureHandlingPolicyType

def get_value() -> FailureHandlingPolicyType:
    return "DO_NOTHING"
Definition
FailureHandlingPolicyType = Literal[
    "DO_NOTHING",
    "ROLLBACK_ON_FAILURE",
]

FeatureGroupSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import FeatureGroupSortByType

def get_value() -> FeatureGroupSortByType:
    return "CreationTime"
Definition
FeatureGroupSortByType = Literal[
    "CreationTime",
    "FeatureGroupStatus",
    "Name",
    "OfflineStoreStatus",
]

FeatureGroupSortOrderType

Usage Example
from types_aiobotocore_sagemaker.literals import FeatureGroupSortOrderType

def get_value() -> FeatureGroupSortOrderType:
    return "Ascending"
Definition
FeatureGroupSortOrderType = Literal[
    "Ascending",
    "Descending",
]

FeatureGroupStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import FeatureGroupStatusType

def get_value() -> FeatureGroupStatusType:
    return "CreateFailed"
Definition
FeatureGroupStatusType = Literal[
    "Created",
    "CreateFailed",
    "Creating",
    "DeleteFailed",
    "Deleting",
]

FeatureTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import FeatureTypeType

def get_value() -> FeatureTypeType:
    return "Fractional"
Definition
FeatureTypeType = Literal[
    "Fractional",
    "Integral",
    "String",
]

FileSystemAccessModeType

Usage Example
from types_aiobotocore_sagemaker.literals import FileSystemAccessModeType

def get_value() -> FileSystemAccessModeType:
    return "ro"
Definition
FileSystemAccessModeType = Literal[
    "ro",
    "rw",
]

FileSystemTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import FileSystemTypeType

def get_value() -> FileSystemTypeType:
    return "EFS"
Definition
FileSystemTypeType = Literal[
    "EFS",
    "FSxLustre",
]

FlowDefinitionStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import FlowDefinitionStatusType

def get_value() -> FlowDefinitionStatusType:
    return "Active"
Definition
FlowDefinitionStatusType = Literal[
    "Active",
    "Deleting",
    "Failed",
    "Initializing",
]

FrameworkType

Usage Example
from types_aiobotocore_sagemaker.literals import FrameworkType

def get_value() -> FrameworkType:
    return "DARKNET"
Definition
FrameworkType = Literal[
    "DARKNET",
    "KERAS",
    "MXNET",
    "ONNX",
    "PYTORCH",
    "SKLEARN",
    "TENSORFLOW",
    "TFLITE",
    "XGBOOST",
]

HumanTaskUiStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import HumanTaskUiStatusType

def get_value() -> HumanTaskUiStatusType:
    return "Active"
Definition
HumanTaskUiStatusType = Literal[
    "Active",
    "Deleting",
]

HyperParameterScalingTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import HyperParameterScalingTypeType

def get_value() -> HyperParameterScalingTypeType:
    return "Auto"
Definition
HyperParameterScalingTypeType = Literal[
    "Auto",
    "Linear",
    "Logarithmic",
    "ReverseLogarithmic",
]

HyperParameterTuningAllocationStrategyType

Usage Example
from types_aiobotocore_sagemaker.literals import HyperParameterTuningAllocationStrategyType

def get_value() -> HyperParameterTuningAllocationStrategyType:
    return "Prioritized"
Definition
HyperParameterTuningAllocationStrategyType = Literal[
    "Prioritized",
]

HyperParameterTuningJobObjectiveTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import HyperParameterTuningJobObjectiveTypeType

def get_value() -> HyperParameterTuningJobObjectiveTypeType:
    return "Maximize"
Definition
HyperParameterTuningJobObjectiveTypeType = Literal[
    "Maximize",
    "Minimize",
]

HyperParameterTuningJobSortByOptionsType

Usage Example
from types_aiobotocore_sagemaker.literals import HyperParameterTuningJobSortByOptionsType

def get_value() -> HyperParameterTuningJobSortByOptionsType:
    return "CreationTime"
Definition
HyperParameterTuningJobSortByOptionsType = Literal[
    "CreationTime",
    "Name",
    "Status",
]

HyperParameterTuningJobStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import HyperParameterTuningJobStatusType

def get_value() -> HyperParameterTuningJobStatusType:
    return "Completed"
Definition
HyperParameterTuningJobStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
]

HyperParameterTuningJobStrategyTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import HyperParameterTuningJobStrategyTypeType

def get_value() -> HyperParameterTuningJobStrategyTypeType:
    return "Bayesian"
Definition
HyperParameterTuningJobStrategyTypeType = Literal[
    "Bayesian",
    "Random",
]

HyperParameterTuningJobWarmStartTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import HyperParameterTuningJobWarmStartTypeType

def get_value() -> HyperParameterTuningJobWarmStartTypeType:
    return "IdenticalDataAndAlgorithm"
Definition
HyperParameterTuningJobWarmStartTypeType = Literal[
    "IdenticalDataAndAlgorithm",
    "TransferLearning",
]

ImageCreatedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import ImageCreatedWaiterName

def get_value() -> ImageCreatedWaiterName:
    return "image_created"
Definition
ImageCreatedWaiterName = Literal[
    "image_created",
]

ImageDeletedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import ImageDeletedWaiterName

def get_value() -> ImageDeletedWaiterName:
    return "image_deleted"
Definition
ImageDeletedWaiterName = Literal[
    "image_deleted",
]

ImageSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import ImageSortByType

def get_value() -> ImageSortByType:
    return "CREATION_TIME"
Definition
ImageSortByType = Literal[
    "CREATION_TIME",
    "IMAGE_NAME",
    "LAST_MODIFIED_TIME",
]

ImageSortOrderType

Usage Example
from types_aiobotocore_sagemaker.literals import ImageSortOrderType

def get_value() -> ImageSortOrderType:
    return "ASCENDING"
Definition
ImageSortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]

ImageStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ImageStatusType

def get_value() -> ImageStatusType:
    return "CREATED"
Definition
ImageStatusType = Literal[
    "CREATE_FAILED",
    "CREATED",
    "CREATING",
    "DELETE_FAILED",
    "DELETING",
    "UPDATE_FAILED",
    "UPDATING",
]

ImageUpdatedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import ImageUpdatedWaiterName

def get_value() -> ImageUpdatedWaiterName:
    return "image_updated"
Definition
ImageUpdatedWaiterName = Literal[
    "image_updated",
]

ImageVersionCreatedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import ImageVersionCreatedWaiterName

def get_value() -> ImageVersionCreatedWaiterName:
    return "image_version_created"
Definition
ImageVersionCreatedWaiterName = Literal[
    "image_version_created",
]

ImageVersionDeletedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import ImageVersionDeletedWaiterName

def get_value() -> ImageVersionDeletedWaiterName:
    return "image_version_deleted"
Definition
ImageVersionDeletedWaiterName = Literal[
    "image_version_deleted",
]

ImageVersionSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import ImageVersionSortByType

def get_value() -> ImageVersionSortByType:
    return "CREATION_TIME"
Definition
ImageVersionSortByType = Literal[
    "CREATION_TIME",
    "LAST_MODIFIED_TIME",
    "VERSION",
]

ImageVersionSortOrderType

Usage Example
from types_aiobotocore_sagemaker.literals import ImageVersionSortOrderType

def get_value() -> ImageVersionSortOrderType:
    return "ASCENDING"
Definition
ImageVersionSortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]

ImageVersionStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ImageVersionStatusType

def get_value() -> ImageVersionStatusType:
    return "CREATED"
Definition
ImageVersionStatusType = Literal[
    "CREATE_FAILED",
    "CREATED",
    "CREATING",
    "DELETE_FAILED",
    "DELETING",
]

InferenceExecutionModeType

Usage Example
from types_aiobotocore_sagemaker.literals import InferenceExecutionModeType

def get_value() -> InferenceExecutionModeType:
    return "Direct"
Definition
InferenceExecutionModeType = Literal[
    "Direct",
    "Serial",
]

InputModeType

Usage Example
from types_aiobotocore_sagemaker.literals import InputModeType

def get_value() -> InputModeType:
    return "File"
Definition
InputModeType = Literal[
    "File",
    "Pipe",
]

InstanceTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import InstanceTypeType

def get_value() -> InstanceTypeType:
    return "ml.c4.2xlarge"
Definition
InstanceTypeType = Literal[
    "ml.c4.2xlarge",
    "ml.c4.4xlarge",
    "ml.c4.8xlarge",
    "ml.c4.xlarge",
    "ml.c5.18xlarge",
    "ml.c5.2xlarge",
    "ml.c5.4xlarge",
    "ml.c5.9xlarge",
    "ml.c5.xlarge",
    "ml.c5d.18xlarge",
    "ml.c5d.2xlarge",
    "ml.c5d.4xlarge",
    "ml.c5d.9xlarge",
    "ml.c5d.xlarge",
    "ml.g4dn.12xlarge",
    "ml.g4dn.16xlarge",
    "ml.g4dn.2xlarge",
    "ml.g4dn.4xlarge",
    "ml.g4dn.8xlarge",
    "ml.g4dn.xlarge",
    "ml.g5.12xlarge",
    "ml.g5.16xlarge",
    "ml.g5.24xlarge",
    "ml.g5.2xlarge",
    "ml.g5.48xlarge",
    "ml.g5.4xlarge",
    "ml.g5.8xlarge",
    "ml.g5.xlarge",
    "ml.m4.10xlarge",
    "ml.m4.16xlarge",
    "ml.m4.2xlarge",
    "ml.m4.4xlarge",
    "ml.m4.xlarge",
    "ml.m5.12xlarge",
    "ml.m5.24xlarge",
    "ml.m5.2xlarge",
    "ml.m5.4xlarge",
    "ml.m5.xlarge",
    "ml.m5d.12xlarge",
    "ml.m5d.16xlarge",
    "ml.m5d.24xlarge",
    "ml.m5d.2xlarge",
    "ml.m5d.4xlarge",
    "ml.m5d.8xlarge",
    "ml.m5d.large",
    "ml.m5d.xlarge",
    "ml.p2.16xlarge",
    "ml.p2.8xlarge",
    "ml.p2.xlarge",
    "ml.p3.16xlarge",
    "ml.p3.2xlarge",
    "ml.p3.8xlarge",
    "ml.p3dn.24xlarge",
    "ml.r5.12xlarge",
    "ml.r5.16xlarge",
    "ml.r5.24xlarge",
    "ml.r5.2xlarge",
    "ml.r5.4xlarge",
    "ml.r5.8xlarge",
    "ml.r5.large",
    "ml.r5.xlarge",
    "ml.t2.2xlarge",
    "ml.t2.large",
    "ml.t2.medium",
    "ml.t2.xlarge",
    "ml.t3.2xlarge",
    "ml.t3.large",
    "ml.t3.medium",
    "ml.t3.xlarge",
]

JoinSourceType

Usage Example
from types_aiobotocore_sagemaker.literals import JoinSourceType

def get_value() -> JoinSourceType:
    return "Input"
Definition
JoinSourceType = Literal[
    "Input",
    "None",
]

LabelingJobStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import LabelingJobStatusType

def get_value() -> LabelingJobStatusType:
    return "Completed"
Definition
LabelingJobStatusType = Literal[
    "Completed",
    "Failed",
    "Initializing",
    "InProgress",
    "Stopped",
    "Stopping",
]

LastUpdateStatusValueType

Usage Example
from types_aiobotocore_sagemaker.literals import LastUpdateStatusValueType

def get_value() -> LastUpdateStatusValueType:
    return "Failed"
Definition
LastUpdateStatusValueType = Literal[
    "Failed",
    "InProgress",
    "Successful",
]

LineageTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import LineageTypeType

def get_value() -> LineageTypeType:
    return "Action"
Definition
LineageTypeType = Literal[
    "Action",
    "Artifact",
    "Context",
    "TrialComponent",
]

ListActionsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListActionsPaginatorName

def get_value() -> ListActionsPaginatorName:
    return "list_actions"
Definition
ListActionsPaginatorName = Literal[
    "list_actions",
]

ListAlgorithmsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListAlgorithmsPaginatorName

def get_value() -> ListAlgorithmsPaginatorName:
    return "list_algorithms"
Definition
ListAlgorithmsPaginatorName = Literal[
    "list_algorithms",
]

ListAppImageConfigsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListAppImageConfigsPaginatorName

def get_value() -> ListAppImageConfigsPaginatorName:
    return "list_app_image_configs"
Definition
ListAppImageConfigsPaginatorName = Literal[
    "list_app_image_configs",
]

ListAppsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListAppsPaginatorName

def get_value() -> ListAppsPaginatorName:
    return "list_apps"
Definition
ListAppsPaginatorName = Literal[
    "list_apps",
]

ListArtifactsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListArtifactsPaginatorName

def get_value() -> ListArtifactsPaginatorName:
    return "list_artifacts"
Definition
ListArtifactsPaginatorName = Literal[
    "list_artifacts",
]

ListAssociationsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListAssociationsPaginatorName

def get_value() -> ListAssociationsPaginatorName:
    return "list_associations"
Definition
ListAssociationsPaginatorName = Literal[
    "list_associations",
]

ListAutoMLJobsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListAutoMLJobsPaginatorName

def get_value() -> ListAutoMLJobsPaginatorName:
    return "list_auto_ml_jobs"
Definition
ListAutoMLJobsPaginatorName = Literal[
    "list_auto_ml_jobs",
]

ListCandidatesForAutoMLJobPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListCandidatesForAutoMLJobPaginatorName

def get_value() -> ListCandidatesForAutoMLJobPaginatorName:
    return "list_candidates_for_auto_ml_job"
Definition
ListCandidatesForAutoMLJobPaginatorName = Literal[
    "list_candidates_for_auto_ml_job",
]

ListCodeRepositoriesPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListCodeRepositoriesPaginatorName

def get_value() -> ListCodeRepositoriesPaginatorName:
    return "list_code_repositories"
Definition
ListCodeRepositoriesPaginatorName = Literal[
    "list_code_repositories",
]

ListCompilationJobsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListCompilationJobsPaginatorName

def get_value() -> ListCompilationJobsPaginatorName:
    return "list_compilation_jobs"
Definition
ListCompilationJobsPaginatorName = Literal[
    "list_compilation_jobs",
]

ListCompilationJobsSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import ListCompilationJobsSortByType

def get_value() -> ListCompilationJobsSortByType:
    return "CreationTime"
Definition
ListCompilationJobsSortByType = Literal[
    "CreationTime",
    "Name",
    "Status",
]

ListContextsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListContextsPaginatorName

def get_value() -> ListContextsPaginatorName:
    return "list_contexts"
Definition
ListContextsPaginatorName = Literal[
    "list_contexts",
]

ListDataQualityJobDefinitionsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListDataQualityJobDefinitionsPaginatorName

def get_value() -> ListDataQualityJobDefinitionsPaginatorName:
    return "list_data_quality_job_definitions"
Definition
ListDataQualityJobDefinitionsPaginatorName = Literal[
    "list_data_quality_job_definitions",
]

ListDeviceFleetsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListDeviceFleetsPaginatorName

def get_value() -> ListDeviceFleetsPaginatorName:
    return "list_device_fleets"
Definition
ListDeviceFleetsPaginatorName = Literal[
    "list_device_fleets",
]

ListDeviceFleetsSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import ListDeviceFleetsSortByType

def get_value() -> ListDeviceFleetsSortByType:
    return "CREATION_TIME"
Definition
ListDeviceFleetsSortByType = Literal[
    "CREATION_TIME",
    "LAST_MODIFIED_TIME",
    "NAME",
]

ListDevicesPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListDevicesPaginatorName

def get_value() -> ListDevicesPaginatorName:
    return "list_devices"
Definition
ListDevicesPaginatorName = Literal[
    "list_devices",
]

ListDomainsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListDomainsPaginatorName

def get_value() -> ListDomainsPaginatorName:
    return "list_domains"
Definition
ListDomainsPaginatorName = Literal[
    "list_domains",
]

ListEdgeDeploymentPlansPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListEdgeDeploymentPlansPaginatorName

def get_value() -> ListEdgeDeploymentPlansPaginatorName:
    return "list_edge_deployment_plans"
Definition
ListEdgeDeploymentPlansPaginatorName = Literal[
    "list_edge_deployment_plans",
]

ListEdgeDeploymentPlansSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import ListEdgeDeploymentPlansSortByType

def get_value() -> ListEdgeDeploymentPlansSortByType:
    return "CREATION_TIME"
Definition
ListEdgeDeploymentPlansSortByType = Literal[
    "CREATION_TIME",
    "DEVICE_FLEET_NAME",
    "LAST_MODIFIED_TIME",
    "NAME",
]

ListEdgePackagingJobsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListEdgePackagingJobsPaginatorName

def get_value() -> ListEdgePackagingJobsPaginatorName:
    return "list_edge_packaging_jobs"
Definition
ListEdgePackagingJobsPaginatorName = Literal[
    "list_edge_packaging_jobs",
]

ListEdgePackagingJobsSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import ListEdgePackagingJobsSortByType

def get_value() -> ListEdgePackagingJobsSortByType:
    return "CREATION_TIME"
Definition
ListEdgePackagingJobsSortByType = Literal[
    "CREATION_TIME",
    "LAST_MODIFIED_TIME",
    "MODEL_NAME",
    "NAME",
    "STATUS",
]

ListEndpointConfigsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListEndpointConfigsPaginatorName

def get_value() -> ListEndpointConfigsPaginatorName:
    return "list_endpoint_configs"
Definition
ListEndpointConfigsPaginatorName = Literal[
    "list_endpoint_configs",
]

ListEndpointsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListEndpointsPaginatorName

def get_value() -> ListEndpointsPaginatorName:
    return "list_endpoints"
Definition
ListEndpointsPaginatorName = Literal[
    "list_endpoints",
]

ListExperimentsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListExperimentsPaginatorName

def get_value() -> ListExperimentsPaginatorName:
    return "list_experiments"
Definition
ListExperimentsPaginatorName = Literal[
    "list_experiments",
]

ListFeatureGroupsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListFeatureGroupsPaginatorName

def get_value() -> ListFeatureGroupsPaginatorName:
    return "list_feature_groups"
Definition
ListFeatureGroupsPaginatorName = Literal[
    "list_feature_groups",
]

ListFlowDefinitionsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListFlowDefinitionsPaginatorName

def get_value() -> ListFlowDefinitionsPaginatorName:
    return "list_flow_definitions"
Definition
ListFlowDefinitionsPaginatorName = Literal[
    "list_flow_definitions",
]

ListHumanTaskUisPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListHumanTaskUisPaginatorName

def get_value() -> ListHumanTaskUisPaginatorName:
    return "list_human_task_uis"
Definition
ListHumanTaskUisPaginatorName = Literal[
    "list_human_task_uis",
]

ListHyperParameterTuningJobsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListHyperParameterTuningJobsPaginatorName

def get_value() -> ListHyperParameterTuningJobsPaginatorName:
    return "list_hyper_parameter_tuning_jobs"
Definition
ListHyperParameterTuningJobsPaginatorName = Literal[
    "list_hyper_parameter_tuning_jobs",
]

ListImageVersionsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListImageVersionsPaginatorName

def get_value() -> ListImageVersionsPaginatorName:
    return "list_image_versions"
Definition
ListImageVersionsPaginatorName = Literal[
    "list_image_versions",
]

ListImagesPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListImagesPaginatorName

def get_value() -> ListImagesPaginatorName:
    return "list_images"
Definition
ListImagesPaginatorName = Literal[
    "list_images",
]

ListInferenceRecommendationsJobsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListInferenceRecommendationsJobsPaginatorName

def get_value() -> ListInferenceRecommendationsJobsPaginatorName:
    return "list_inference_recommendations_jobs"
Definition
ListInferenceRecommendationsJobsPaginatorName = Literal[
    "list_inference_recommendations_jobs",
]

ListInferenceRecommendationsJobsSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import ListInferenceRecommendationsJobsSortByType

def get_value() -> ListInferenceRecommendationsJobsSortByType:
    return "CreationTime"
Definition
ListInferenceRecommendationsJobsSortByType = Literal[
    "CreationTime",
    "Name",
    "Status",
]

ListLabelingJobsForWorkteamPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListLabelingJobsForWorkteamPaginatorName

def get_value() -> ListLabelingJobsForWorkteamPaginatorName:
    return "list_labeling_jobs_for_workteam"
Definition
ListLabelingJobsForWorkteamPaginatorName = Literal[
    "list_labeling_jobs_for_workteam",
]

ListLabelingJobsForWorkteamSortByOptionsType

Usage Example
from types_aiobotocore_sagemaker.literals import ListLabelingJobsForWorkteamSortByOptionsType

def get_value() -> ListLabelingJobsForWorkteamSortByOptionsType:
    return "CreationTime"
Definition
ListLabelingJobsForWorkteamSortByOptionsType = Literal[
    "CreationTime",
]

ListLabelingJobsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListLabelingJobsPaginatorName

def get_value() -> ListLabelingJobsPaginatorName:
    return "list_labeling_jobs"
Definition
ListLabelingJobsPaginatorName = Literal[
    "list_labeling_jobs",
]

ListLineageGroupsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListLineageGroupsPaginatorName

def get_value() -> ListLineageGroupsPaginatorName:
    return "list_lineage_groups"
Definition
ListLineageGroupsPaginatorName = Literal[
    "list_lineage_groups",
]

ListModelBiasJobDefinitionsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListModelBiasJobDefinitionsPaginatorName

def get_value() -> ListModelBiasJobDefinitionsPaginatorName:
    return "list_model_bias_job_definitions"
Definition
ListModelBiasJobDefinitionsPaginatorName = Literal[
    "list_model_bias_job_definitions",
]

ListModelExplainabilityJobDefinitionsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListModelExplainabilityJobDefinitionsPaginatorName

def get_value() -> ListModelExplainabilityJobDefinitionsPaginatorName:
    return "list_model_explainability_job_definitions"
Definition
ListModelExplainabilityJobDefinitionsPaginatorName = Literal[
    "list_model_explainability_job_definitions",
]

ListModelMetadataPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListModelMetadataPaginatorName

def get_value() -> ListModelMetadataPaginatorName:
    return "list_model_metadata"
Definition
ListModelMetadataPaginatorName = Literal[
    "list_model_metadata",
]

ListModelPackageGroupsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListModelPackageGroupsPaginatorName

def get_value() -> ListModelPackageGroupsPaginatorName:
    return "list_model_package_groups"
Definition
ListModelPackageGroupsPaginatorName = Literal[
    "list_model_package_groups",
]

ListModelPackagesPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListModelPackagesPaginatorName

def get_value() -> ListModelPackagesPaginatorName:
    return "list_model_packages"
Definition
ListModelPackagesPaginatorName = Literal[
    "list_model_packages",
]

ListModelQualityJobDefinitionsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListModelQualityJobDefinitionsPaginatorName

def get_value() -> ListModelQualityJobDefinitionsPaginatorName:
    return "list_model_quality_job_definitions"
Definition
ListModelQualityJobDefinitionsPaginatorName = Literal[
    "list_model_quality_job_definitions",
]

ListModelsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListModelsPaginatorName

def get_value() -> ListModelsPaginatorName:
    return "list_models"
Definition
ListModelsPaginatorName = Literal[
    "list_models",
]

ListMonitoringExecutionsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListMonitoringExecutionsPaginatorName

def get_value() -> ListMonitoringExecutionsPaginatorName:
    return "list_monitoring_executions"
Definition
ListMonitoringExecutionsPaginatorName = Literal[
    "list_monitoring_executions",
]

ListMonitoringSchedulesPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListMonitoringSchedulesPaginatorName

def get_value() -> ListMonitoringSchedulesPaginatorName:
    return "list_monitoring_schedules"
Definition
ListMonitoringSchedulesPaginatorName = Literal[
    "list_monitoring_schedules",
]

ListNotebookInstanceLifecycleConfigsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListNotebookInstanceLifecycleConfigsPaginatorName

def get_value() -> ListNotebookInstanceLifecycleConfigsPaginatorName:
    return "list_notebook_instance_lifecycle_configs"
Definition
ListNotebookInstanceLifecycleConfigsPaginatorName = Literal[
    "list_notebook_instance_lifecycle_configs",
]

ListNotebookInstancesPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListNotebookInstancesPaginatorName

def get_value() -> ListNotebookInstancesPaginatorName:
    return "list_notebook_instances"
Definition
ListNotebookInstancesPaginatorName = Literal[
    "list_notebook_instances",
]

ListPipelineExecutionStepsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListPipelineExecutionStepsPaginatorName

def get_value() -> ListPipelineExecutionStepsPaginatorName:
    return "list_pipeline_execution_steps"
Definition
ListPipelineExecutionStepsPaginatorName = Literal[
    "list_pipeline_execution_steps",
]

ListPipelineExecutionsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListPipelineExecutionsPaginatorName

def get_value() -> ListPipelineExecutionsPaginatorName:
    return "list_pipeline_executions"
Definition
ListPipelineExecutionsPaginatorName = Literal[
    "list_pipeline_executions",
]

ListPipelineParametersForExecutionPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListPipelineParametersForExecutionPaginatorName

def get_value() -> ListPipelineParametersForExecutionPaginatorName:
    return "list_pipeline_parameters_for_execution"
Definition
ListPipelineParametersForExecutionPaginatorName = Literal[
    "list_pipeline_parameters_for_execution",
]

ListPipelinesPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListPipelinesPaginatorName

def get_value() -> ListPipelinesPaginatorName:
    return "list_pipelines"
Definition
ListPipelinesPaginatorName = Literal[
    "list_pipelines",
]

ListProcessingJobsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListProcessingJobsPaginatorName

def get_value() -> ListProcessingJobsPaginatorName:
    return "list_processing_jobs"
Definition
ListProcessingJobsPaginatorName = Literal[
    "list_processing_jobs",
]

ListStageDevicesPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListStageDevicesPaginatorName

def get_value() -> ListStageDevicesPaginatorName:
    return "list_stage_devices"
Definition
ListStageDevicesPaginatorName = Literal[
    "list_stage_devices",
]

ListStudioLifecycleConfigsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListStudioLifecycleConfigsPaginatorName

def get_value() -> ListStudioLifecycleConfigsPaginatorName:
    return "list_studio_lifecycle_configs"
Definition
ListStudioLifecycleConfigsPaginatorName = Literal[
    "list_studio_lifecycle_configs",
]

ListSubscribedWorkteamsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListSubscribedWorkteamsPaginatorName

def get_value() -> ListSubscribedWorkteamsPaginatorName:
    return "list_subscribed_workteams"
Definition
ListSubscribedWorkteamsPaginatorName = Literal[
    "list_subscribed_workteams",
]

ListTagsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListTagsPaginatorName

def get_value() -> ListTagsPaginatorName:
    return "list_tags"
Definition
ListTagsPaginatorName = Literal[
    "list_tags",
]

ListTrainingJobsForHyperParameterTuningJobPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListTrainingJobsForHyperParameterTuningJobPaginatorName

def get_value() -> ListTrainingJobsForHyperParameterTuningJobPaginatorName:
    return "list_training_jobs_for_hyper_parameter_tuning_job"
Definition
ListTrainingJobsForHyperParameterTuningJobPaginatorName = Literal[
    "list_training_jobs_for_hyper_parameter_tuning_job",
]

ListTrainingJobsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListTrainingJobsPaginatorName

def get_value() -> ListTrainingJobsPaginatorName:
    return "list_training_jobs"
Definition
ListTrainingJobsPaginatorName = Literal[
    "list_training_jobs",
]

ListTransformJobsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListTransformJobsPaginatorName

def get_value() -> ListTransformJobsPaginatorName:
    return "list_transform_jobs"
Definition
ListTransformJobsPaginatorName = Literal[
    "list_transform_jobs",
]

ListTrialComponentsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListTrialComponentsPaginatorName

def get_value() -> ListTrialComponentsPaginatorName:
    return "list_trial_components"
Definition
ListTrialComponentsPaginatorName = Literal[
    "list_trial_components",
]

ListTrialsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListTrialsPaginatorName

def get_value() -> ListTrialsPaginatorName:
    return "list_trials"
Definition
ListTrialsPaginatorName = Literal[
    "list_trials",
]

ListUserProfilesPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListUserProfilesPaginatorName

def get_value() -> ListUserProfilesPaginatorName:
    return "list_user_profiles"
Definition
ListUserProfilesPaginatorName = Literal[
    "list_user_profiles",
]

ListWorkforcesPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListWorkforcesPaginatorName

def get_value() -> ListWorkforcesPaginatorName:
    return "list_workforces"
Definition
ListWorkforcesPaginatorName = Literal[
    "list_workforces",
]

ListWorkforcesSortByOptionsType

Usage Example
from types_aiobotocore_sagemaker.literals import ListWorkforcesSortByOptionsType

def get_value() -> ListWorkforcesSortByOptionsType:
    return "CreateDate"
Definition
ListWorkforcesSortByOptionsType = Literal[
    "CreateDate",
    "Name",
]

ListWorkteamsPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import ListWorkteamsPaginatorName

def get_value() -> ListWorkteamsPaginatorName:
    return "list_workteams"
Definition
ListWorkteamsPaginatorName = Literal[
    "list_workteams",
]

ListWorkteamsSortByOptionsType

Usage Example
from types_aiobotocore_sagemaker.literals import ListWorkteamsSortByOptionsType

def get_value() -> ListWorkteamsSortByOptionsType:
    return "CreateDate"
Definition
ListWorkteamsSortByOptionsType = Literal[
    "CreateDate",
    "Name",
]

MetricSetSourceType

Usage Example
from types_aiobotocore_sagemaker.literals import MetricSetSourceType

def get_value() -> MetricSetSourceType:
    return "Test"
Definition
MetricSetSourceType = Literal[
    "Test",
    "Train",
    "Validation",
]

ModelApprovalStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ModelApprovalStatusType

def get_value() -> ModelApprovalStatusType:
    return "Approved"
Definition
ModelApprovalStatusType = Literal[
    "Approved",
    "PendingManualApproval",
    "Rejected",
]

ModelCacheSettingType

Usage Example
from types_aiobotocore_sagemaker.literals import ModelCacheSettingType

def get_value() -> ModelCacheSettingType:
    return "Disabled"
Definition
ModelCacheSettingType = Literal[
    "Disabled",
    "Enabled",
]

ModelMetadataFilterTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ModelMetadataFilterTypeType

def get_value() -> ModelMetadataFilterTypeType:
    return "Domain"
Definition
ModelMetadataFilterTypeType = Literal[
    "Domain",
    "Framework",
    "FrameworkVersion",
    "Task",
]

ModelPackageGroupSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import ModelPackageGroupSortByType

def get_value() -> ModelPackageGroupSortByType:
    return "CreationTime"
Definition
ModelPackageGroupSortByType = Literal[
    "CreationTime",
    "Name",
]

ModelPackageGroupStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ModelPackageGroupStatusType

def get_value() -> ModelPackageGroupStatusType:
    return "Completed"
Definition
ModelPackageGroupStatusType = Literal[
    "Completed",
    "DeleteFailed",
    "Deleting",
    "Failed",
    "InProgress",
    "Pending",
]

ModelPackageSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import ModelPackageSortByType

def get_value() -> ModelPackageSortByType:
    return "CreationTime"
Definition
ModelPackageSortByType = Literal[
    "CreationTime",
    "Name",
]

ModelPackageStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ModelPackageStatusType

def get_value() -> ModelPackageStatusType:
    return "Completed"
Definition
ModelPackageStatusType = Literal[
    "Completed",
    "Deleting",
    "Failed",
    "InProgress",
    "Pending",
]

ModelPackageTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ModelPackageTypeType

def get_value() -> ModelPackageTypeType:
    return "Both"
Definition
ModelPackageTypeType = Literal[
    "Both",
    "Unversioned",
    "Versioned",
]

ModelSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import ModelSortKeyType

def get_value() -> ModelSortKeyType:
    return "CreationTime"
Definition
ModelSortKeyType = Literal[
    "CreationTime",
    "Name",
]

MonitoringExecutionSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import MonitoringExecutionSortKeyType

def get_value() -> MonitoringExecutionSortKeyType:
    return "CreationTime"
Definition
MonitoringExecutionSortKeyType = Literal[
    "CreationTime",
    "ScheduledTime",
    "Status",
]

MonitoringJobDefinitionSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import MonitoringJobDefinitionSortKeyType

def get_value() -> MonitoringJobDefinitionSortKeyType:
    return "CreationTime"
Definition
MonitoringJobDefinitionSortKeyType = Literal[
    "CreationTime",
    "Name",
]

MonitoringProblemTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import MonitoringProblemTypeType

def get_value() -> MonitoringProblemTypeType:
    return "BinaryClassification"
Definition
MonitoringProblemTypeType = Literal[
    "BinaryClassification",
    "MulticlassClassification",
    "Regression",
]

MonitoringScheduleSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import MonitoringScheduleSortKeyType

def get_value() -> MonitoringScheduleSortKeyType:
    return "CreationTime"
Definition
MonitoringScheduleSortKeyType = Literal[
    "CreationTime",
    "Name",
    "Status",
]

MonitoringTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import MonitoringTypeType

def get_value() -> MonitoringTypeType:
    return "DataQuality"
Definition
MonitoringTypeType = Literal[
    "DataQuality",
    "ModelBias",
    "ModelExplainability",
    "ModelQuality",
]

NotebookInstanceAcceleratorTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import NotebookInstanceAcceleratorTypeType

def get_value() -> NotebookInstanceAcceleratorTypeType:
    return "ml.eia1.large"
Definition
NotebookInstanceAcceleratorTypeType = Literal[
    "ml.eia1.large",
    "ml.eia1.medium",
    "ml.eia1.xlarge",
    "ml.eia2.large",
    "ml.eia2.medium",
    "ml.eia2.xlarge",
]

NotebookInstanceDeletedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import NotebookInstanceDeletedWaiterName

def get_value() -> NotebookInstanceDeletedWaiterName:
    return "notebook_instance_deleted"
Definition
NotebookInstanceDeletedWaiterName = Literal[
    "notebook_instance_deleted",
]

NotebookInstanceInServiceWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import NotebookInstanceInServiceWaiterName

def get_value() -> NotebookInstanceInServiceWaiterName:
    return "notebook_instance_in_service"
Definition
NotebookInstanceInServiceWaiterName = Literal[
    "notebook_instance_in_service",
]

NotebookInstanceLifecycleConfigSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import NotebookInstanceLifecycleConfigSortKeyType

def get_value() -> NotebookInstanceLifecycleConfigSortKeyType:
    return "CreationTime"
Definition
NotebookInstanceLifecycleConfigSortKeyType = Literal[
    "CreationTime",
    "LastModifiedTime",
    "Name",
]

NotebookInstanceLifecycleConfigSortOrderType

Usage Example
from types_aiobotocore_sagemaker.literals import NotebookInstanceLifecycleConfigSortOrderType

def get_value() -> NotebookInstanceLifecycleConfigSortOrderType:
    return "Ascending"
Definition
NotebookInstanceLifecycleConfigSortOrderType = Literal[
    "Ascending",
    "Descending",
]

NotebookInstanceSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import NotebookInstanceSortKeyType

def get_value() -> NotebookInstanceSortKeyType:
    return "CreationTime"
Definition
NotebookInstanceSortKeyType = Literal[
    "CreationTime",
    "Name",
    "Status",
]

NotebookInstanceSortOrderType

Usage Example
from types_aiobotocore_sagemaker.literals import NotebookInstanceSortOrderType

def get_value() -> NotebookInstanceSortOrderType:
    return "Ascending"
Definition
NotebookInstanceSortOrderType = Literal[
    "Ascending",
    "Descending",
]

NotebookInstanceStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import NotebookInstanceStatusType

def get_value() -> NotebookInstanceStatusType:
    return "Deleting"
Definition
NotebookInstanceStatusType = Literal[
    "Deleting",
    "Failed",
    "InService",
    "Pending",
    "Stopped",
    "Stopping",
    "Updating",
]

NotebookInstanceStoppedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import NotebookInstanceStoppedWaiterName

def get_value() -> NotebookInstanceStoppedWaiterName:
    return "notebook_instance_stopped"
Definition
NotebookInstanceStoppedWaiterName = Literal[
    "notebook_instance_stopped",
]

NotebookOutputOptionType

Usage Example
from types_aiobotocore_sagemaker.literals import NotebookOutputOptionType

def get_value() -> NotebookOutputOptionType:
    return "Allowed"
Definition
NotebookOutputOptionType = Literal[
    "Allowed",
    "Disabled",
]

ObjectiveStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ObjectiveStatusType

def get_value() -> ObjectiveStatusType:
    return "Failed"
Definition
ObjectiveStatusType = Literal[
    "Failed",
    "Pending",
    "Succeeded",
]

OfflineStoreStatusValueType

Usage Example
from types_aiobotocore_sagemaker.literals import OfflineStoreStatusValueType

def get_value() -> OfflineStoreStatusValueType:
    return "Active"
Definition
OfflineStoreStatusValueType = Literal[
    "Active",
    "Blocked",
    "Disabled",
]

OperatorType

Usage Example
from types_aiobotocore_sagemaker.literals import OperatorType

def get_value() -> OperatorType:
    return "Contains"
Definition
OperatorType = Literal[
    "Contains",
    "Equals",
    "Exists",
    "GreaterThan",
    "GreaterThanOrEqualTo",
    "In",
    "LessThan",
    "LessThanOrEqualTo",
    "NotEquals",
    "NotExists",
]

OrderKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import OrderKeyType

def get_value() -> OrderKeyType:
    return "Ascending"
Definition
OrderKeyType = Literal[
    "Ascending",
    "Descending",
]

ParameterTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ParameterTypeType

def get_value() -> ParameterTypeType:
    return "Categorical"
Definition
ParameterTypeType = Literal[
    "Categorical",
    "Continuous",
    "FreeText",
    "Integer",
]

PipelineExecutionStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import PipelineExecutionStatusType

def get_value() -> PipelineExecutionStatusType:
    return "Executing"
Definition
PipelineExecutionStatusType = Literal[
    "Executing",
    "Failed",
    "Stopped",
    "Stopping",
    "Succeeded",
]

PipelineStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import PipelineStatusType

def get_value() -> PipelineStatusType:
    return "Active"
Definition
PipelineStatusType = Literal[
    "Active",
]

ProblemTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ProblemTypeType

def get_value() -> ProblemTypeType:
    return "BinaryClassification"
Definition
ProblemTypeType = Literal[
    "BinaryClassification",
    "MulticlassClassification",
    "Regression",
]

ProcessingInstanceTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ProcessingInstanceTypeType

def get_value() -> ProcessingInstanceTypeType:
    return "ml.c4.2xlarge"
Definition
ProcessingInstanceTypeType = Literal[
    "ml.c4.2xlarge",
    "ml.c4.4xlarge",
    "ml.c4.8xlarge",
    "ml.c4.xlarge",
    "ml.c5.18xlarge",
    "ml.c5.2xlarge",
    "ml.c5.4xlarge",
    "ml.c5.9xlarge",
    "ml.c5.xlarge",
    "ml.g4dn.12xlarge",
    "ml.g4dn.16xlarge",
    "ml.g4dn.2xlarge",
    "ml.g4dn.4xlarge",
    "ml.g4dn.8xlarge",
    "ml.g4dn.xlarge",
    "ml.m4.10xlarge",
    "ml.m4.16xlarge",
    "ml.m4.2xlarge",
    "ml.m4.4xlarge",
    "ml.m4.xlarge",
    "ml.m5.12xlarge",
    "ml.m5.24xlarge",
    "ml.m5.2xlarge",
    "ml.m5.4xlarge",
    "ml.m5.large",
    "ml.m5.xlarge",
    "ml.p2.16xlarge",
    "ml.p2.8xlarge",
    "ml.p2.xlarge",
    "ml.p3.16xlarge",
    "ml.p3.2xlarge",
    "ml.p3.8xlarge",
    "ml.r5.12xlarge",
    "ml.r5.16xlarge",
    "ml.r5.24xlarge",
    "ml.r5.2xlarge",
    "ml.r5.4xlarge",
    "ml.r5.8xlarge",
    "ml.r5.large",
    "ml.r5.xlarge",
    "ml.t3.2xlarge",
    "ml.t3.large",
    "ml.t3.medium",
    "ml.t3.xlarge",
]

ProcessingJobCompletedOrStoppedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import ProcessingJobCompletedOrStoppedWaiterName

def get_value() -> ProcessingJobCompletedOrStoppedWaiterName:
    return "processing_job_completed_or_stopped"
Definition
ProcessingJobCompletedOrStoppedWaiterName = Literal[
    "processing_job_completed_or_stopped",
]

ProcessingJobStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ProcessingJobStatusType

def get_value() -> ProcessingJobStatusType:
    return "Completed"
Definition
ProcessingJobStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
]

ProcessingS3CompressionTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ProcessingS3CompressionTypeType

def get_value() -> ProcessingS3CompressionTypeType:
    return "Gzip"
Definition
ProcessingS3CompressionTypeType = Literal[
    "Gzip",
    "None",
]

ProcessingS3DataDistributionTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ProcessingS3DataDistributionTypeType

def get_value() -> ProcessingS3DataDistributionTypeType:
    return "FullyReplicated"
Definition
ProcessingS3DataDistributionTypeType = Literal[
    "FullyReplicated",
    "ShardedByS3Key",
]

ProcessingS3DataTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ProcessingS3DataTypeType

def get_value() -> ProcessingS3DataTypeType:
    return "ManifestFile"
Definition
ProcessingS3DataTypeType = Literal[
    "ManifestFile",
    "S3Prefix",
]

ProcessingS3InputModeType

Usage Example
from types_aiobotocore_sagemaker.literals import ProcessingS3InputModeType

def get_value() -> ProcessingS3InputModeType:
    return "File"
Definition
ProcessingS3InputModeType = Literal[
    "File",
    "Pipe",
]

ProcessingS3UploadModeType

Usage Example
from types_aiobotocore_sagemaker.literals import ProcessingS3UploadModeType

def get_value() -> ProcessingS3UploadModeType:
    return "Continuous"
Definition
ProcessingS3UploadModeType = Literal[
    "Continuous",
    "EndOfJob",
]

ProductionVariantAcceleratorTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ProductionVariantAcceleratorTypeType

def get_value() -> ProductionVariantAcceleratorTypeType:
    return "ml.eia1.large"
Definition
ProductionVariantAcceleratorTypeType = Literal[
    "ml.eia1.large",
    "ml.eia1.medium",
    "ml.eia1.xlarge",
    "ml.eia2.large",
    "ml.eia2.medium",
    "ml.eia2.xlarge",
]

ProductionVariantInstanceTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ProductionVariantInstanceTypeType

def get_value() -> ProductionVariantInstanceTypeType:
    return "ml.c4.2xlarge"
Definition
ProductionVariantInstanceTypeType = Literal[
    "ml.c4.2xlarge",
    "ml.c4.4xlarge",
    "ml.c4.8xlarge",
    "ml.c4.large",
    "ml.c4.xlarge",
    "ml.c5.18xlarge",
    "ml.c5.2xlarge",
    "ml.c5.4xlarge",
    "ml.c5.9xlarge",
    "ml.c5.large",
    "ml.c5.xlarge",
    "ml.c5d.18xlarge",
    "ml.c5d.2xlarge",
    "ml.c5d.4xlarge",
    "ml.c5d.9xlarge",
    "ml.c5d.large",
    "ml.c5d.xlarge",
    "ml.c6i.12xlarge",
    "ml.c6i.16xlarge",
    "ml.c6i.24xlarge",
    "ml.c6i.2xlarge",
    "ml.c6i.32xlarge",
    "ml.c6i.4xlarge",
    "ml.c6i.8xlarge",
    "ml.c6i.large",
    "ml.c6i.xlarge",
    "ml.g4dn.12xlarge",
    "ml.g4dn.16xlarge",
    "ml.g4dn.2xlarge",
    "ml.g4dn.4xlarge",
    "ml.g4dn.8xlarge",
    "ml.g4dn.xlarge",
    "ml.g5.12xlarge",
    "ml.g5.16xlarge",
    "ml.g5.24xlarge",
    "ml.g5.2xlarge",
    "ml.g5.48xlarge",
    "ml.g5.4xlarge",
    "ml.g5.8xlarge",
    "ml.g5.xlarge",
    "ml.inf1.24xlarge",
    "ml.inf1.2xlarge",
    "ml.inf1.6xlarge",
    "ml.inf1.xlarge",
    "ml.m4.10xlarge",
    "ml.m4.16xlarge",
    "ml.m4.2xlarge",
    "ml.m4.4xlarge",
    "ml.m4.xlarge",
    "ml.m5.12xlarge",
    "ml.m5.24xlarge",
    "ml.m5.2xlarge",
    "ml.m5.4xlarge",
    "ml.m5.large",
    "ml.m5.xlarge",
    "ml.m5d.12xlarge",
    "ml.m5d.24xlarge",
    "ml.m5d.2xlarge",
    "ml.m5d.4xlarge",
    "ml.m5d.large",
    "ml.m5d.xlarge",
    "ml.p2.16xlarge",
    "ml.p2.8xlarge",
    "ml.p2.xlarge",
    "ml.p3.16xlarge",
    "ml.p3.2xlarge",
    "ml.p3.8xlarge",
    "ml.p4d.24xlarge",
    "ml.r5.12xlarge",
    "ml.r5.24xlarge",
    "ml.r5.2xlarge",
    "ml.r5.4xlarge",
    "ml.r5.large",
    "ml.r5.xlarge",
    "ml.r5d.12xlarge",
    "ml.r5d.24xlarge",
    "ml.r5d.2xlarge",
    "ml.r5d.4xlarge",
    "ml.r5d.large",
    "ml.r5d.xlarge",
    "ml.t2.2xlarge",
    "ml.t2.large",
    "ml.t2.medium",
    "ml.t2.xlarge",
]

ProfilingStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ProfilingStatusType

def get_value() -> ProfilingStatusType:
    return "Disabled"
Definition
ProfilingStatusType = Literal[
    "Disabled",
    "Enabled",
]

ProjectSortByType

Usage Example
from types_aiobotocore_sagemaker.literals import ProjectSortByType

def get_value() -> ProjectSortByType:
    return "CreationTime"
Definition
ProjectSortByType = Literal[
    "CreationTime",
    "Name",
]

ProjectSortOrderType

Usage Example
from types_aiobotocore_sagemaker.literals import ProjectSortOrderType

def get_value() -> ProjectSortOrderType:
    return "Ascending"
Definition
ProjectSortOrderType = Literal[
    "Ascending",
    "Descending",
]

ProjectStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ProjectStatusType

def get_value() -> ProjectStatusType:
    return "CreateCompleted"
Definition
ProjectStatusType = Literal[
    "CreateCompleted",
    "CreateFailed",
    "CreateInProgress",
    "DeleteCompleted",
    "DeleteFailed",
    "DeleteInProgress",
    "Pending",
    "UpdateCompleted",
    "UpdateFailed",
    "UpdateInProgress",
]

RStudioServerProAccessStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import RStudioServerProAccessStatusType

def get_value() -> RStudioServerProAccessStatusType:
    return "DISABLED"
Definition
RStudioServerProAccessStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

RStudioServerProUserGroupType

Usage Example
from types_aiobotocore_sagemaker.literals import RStudioServerProUserGroupType

def get_value() -> RStudioServerProUserGroupType:
    return "R_STUDIO_ADMIN"
Definition
RStudioServerProUserGroupType = Literal[
    "R_STUDIO_ADMIN",
    "R_STUDIO_USER",
]

RecommendationJobStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import RecommendationJobStatusType

def get_value() -> RecommendationJobStatusType:
    return "COMPLETED"
Definition
RecommendationJobStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "STOPPED",
    "STOPPING",
]

RecommendationJobTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import RecommendationJobTypeType

def get_value() -> RecommendationJobTypeType:
    return "Advanced"
Definition
RecommendationJobTypeType = Literal[
    "Advanced",
    "Default",
]

RecordWrapperType

Usage Example
from types_aiobotocore_sagemaker.literals import RecordWrapperType

def get_value() -> RecordWrapperType:
    return "None"
Definition
RecordWrapperType = Literal[
    "None",
    "RecordIO",
]

RedshiftResultCompressionTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import RedshiftResultCompressionTypeType

def get_value() -> RedshiftResultCompressionTypeType:
    return "BZIP2"
Definition
RedshiftResultCompressionTypeType = Literal[
    "BZIP2",
    "GZIP",
    "None",
    "SNAPPY",
    "ZSTD",
]

RedshiftResultFormatType

Usage Example
from types_aiobotocore_sagemaker.literals import RedshiftResultFormatType

def get_value() -> RedshiftResultFormatType:
    return "CSV"
Definition
RedshiftResultFormatType = Literal[
    "CSV",
    "PARQUET",
]

RepositoryAccessModeType

Usage Example
from types_aiobotocore_sagemaker.literals import RepositoryAccessModeType

def get_value() -> RepositoryAccessModeType:
    return "Platform"
Definition
RepositoryAccessModeType = Literal[
    "Platform",
    "Vpc",
]

ResourceTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "Endpoint"
Definition
ResourceTypeType = Literal[
    "Endpoint",
    "Experiment",
    "ExperimentTrial",
    "ExperimentTrialComponent",
    "FeatureGroup",
    "FeatureMetadata",
    "ModelPackage",
    "ModelPackageGroup",
    "Pipeline",
    "PipelineExecution",
    "Project",
    "TrainingJob",
]

RetentionTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import RetentionTypeType

def get_value() -> RetentionTypeType:
    return "Delete"
Definition
RetentionTypeType = Literal[
    "Delete",
    "Retain",
]

RootAccessType

Usage Example
from types_aiobotocore_sagemaker.literals import RootAccessType

def get_value() -> RootAccessType:
    return "Disabled"
Definition
RootAccessType = Literal[
    "Disabled",
    "Enabled",
]

RuleEvaluationStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import RuleEvaluationStatusType

def get_value() -> RuleEvaluationStatusType:
    return "Error"
Definition
RuleEvaluationStatusType = Literal[
    "Error",
    "InProgress",
    "IssuesFound",
    "NoIssuesFound",
    "Stopped",
    "Stopping",
]

S3DataDistributionType

Usage Example
from types_aiobotocore_sagemaker.literals import S3DataDistributionType

def get_value() -> S3DataDistributionType:
    return "FullyReplicated"
Definition
S3DataDistributionType = Literal[
    "FullyReplicated",
    "ShardedByS3Key",
]

S3DataTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import S3DataTypeType

def get_value() -> S3DataTypeType:
    return "AugmentedManifestFile"
Definition
S3DataTypeType = Literal[
    "AugmentedManifestFile",
    "ManifestFile",
    "S3Prefix",
]

SagemakerServicecatalogStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import SagemakerServicecatalogStatusType

def get_value() -> SagemakerServicecatalogStatusType:
    return "Disabled"
Definition
SagemakerServicecatalogStatusType = Literal[
    "Disabled",
    "Enabled",
]

ScheduleStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import ScheduleStatusType

def get_value() -> ScheduleStatusType:
    return "Failed"
Definition
ScheduleStatusType = Literal[
    "Failed",
    "Pending",
    "Scheduled",
    "Stopped",
]

SearchPaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import SearchPaginatorName

def get_value() -> SearchPaginatorName:
    return "search"
Definition
SearchPaginatorName = Literal[
    "search",
]

SearchSortOrderType

Usage Example
from types_aiobotocore_sagemaker.literals import SearchSortOrderType

def get_value() -> SearchSortOrderType:
    return "Ascending"
Definition
SearchSortOrderType = Literal[
    "Ascending",
    "Descending",
]

SecondaryStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import SecondaryStatusType

def get_value() -> SecondaryStatusType:
    return "Completed"
Definition
SecondaryStatusType = Literal[
    "Completed",
    "Downloading",
    "DownloadingTrainingImage",
    "Failed",
    "Interrupted",
    "LaunchingMLInstances",
    "MaxRuntimeExceeded",
    "MaxWaitTimeExceeded",
    "PreparingTrainingStack",
    "Restarting",
    "Starting",
    "Stopped",
    "Stopping",
    "Training",
    "Updating",
    "Uploading",
]

SortActionsByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortActionsByType

def get_value() -> SortActionsByType:
    return "CreationTime"
Definition
SortActionsByType = Literal[
    "CreationTime",
    "Name",
]

SortArtifactsByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortArtifactsByType

def get_value() -> SortArtifactsByType:
    return "CreationTime"
Definition
SortArtifactsByType = Literal[
    "CreationTime",
]

SortAssociationsByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortAssociationsByType

def get_value() -> SortAssociationsByType:
    return "CreationTime"
Definition
SortAssociationsByType = Literal[
    "CreationTime",
    "DestinationArn",
    "DestinationType",
    "SourceArn",
    "SourceType",
]

SortByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortByType

def get_value() -> SortByType:
    return "CreationTime"
Definition
SortByType = Literal[
    "CreationTime",
    "Name",
    "Status",
]

SortContextsByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortContextsByType

def get_value() -> SortContextsByType:
    return "CreationTime"
Definition
SortContextsByType = Literal[
    "CreationTime",
    "Name",
]

SortExperimentsByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortExperimentsByType

def get_value() -> SortExperimentsByType:
    return "CreationTime"
Definition
SortExperimentsByType = Literal[
    "CreationTime",
    "Name",
]

SortLineageGroupsByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortLineageGroupsByType

def get_value() -> SortLineageGroupsByType:
    return "CreationTime"
Definition
SortLineageGroupsByType = Literal[
    "CreationTime",
    "Name",
]

SortOrderType

Usage Example
from types_aiobotocore_sagemaker.literals import SortOrderType

def get_value() -> SortOrderType:
    return "Ascending"
Definition
SortOrderType = Literal[
    "Ascending",
    "Descending",
]

SortPipelineExecutionsByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortPipelineExecutionsByType

def get_value() -> SortPipelineExecutionsByType:
    return "CreationTime"
Definition
SortPipelineExecutionsByType = Literal[
    "CreationTime",
    "PipelineExecutionArn",
]

SortPipelinesByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortPipelinesByType

def get_value() -> SortPipelinesByType:
    return "CreationTime"
Definition
SortPipelinesByType = Literal[
    "CreationTime",
    "Name",
]

SortTrialComponentsByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortTrialComponentsByType

def get_value() -> SortTrialComponentsByType:
    return "CreationTime"
Definition
SortTrialComponentsByType = Literal[
    "CreationTime",
    "Name",
]

SortTrialsByType

Usage Example
from types_aiobotocore_sagemaker.literals import SortTrialsByType

def get_value() -> SortTrialsByType:
    return "CreationTime"
Definition
SortTrialsByType = Literal[
    "CreationTime",
    "Name",
]

SplitTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import SplitTypeType

def get_value() -> SplitTypeType:
    return "Line"
Definition
SplitTypeType = Literal[
    "Line",
    "None",
    "RecordIO",
    "TFRecord",
]

StageStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import StageStatusType

def get_value() -> StageStatusType:
    return "CREATING"
Definition
StageStatusType = Literal[
    "CREATING",
    "DEPLOYED",
    "FAILED",
    "INPROGRESS",
    "READYTODEPLOY",
    "STARTING",
    "STOPPED",
    "STOPPING",
]

StepStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import StepStatusType

def get_value() -> StepStatusType:
    return "Executing"
Definition
StepStatusType = Literal[
    "Executing",
    "Failed",
    "Starting",
    "Stopped",
    "Stopping",
    "Succeeded",
]

StudioLifecycleConfigAppTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import StudioLifecycleConfigAppTypeType

def get_value() -> StudioLifecycleConfigAppTypeType:
    return "JupyterServer"
Definition
StudioLifecycleConfigAppTypeType = Literal[
    "JupyterServer",
    "KernelGateway",
]

StudioLifecycleConfigSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import StudioLifecycleConfigSortKeyType

def get_value() -> StudioLifecycleConfigSortKeyType:
    return "CreationTime"
Definition
StudioLifecycleConfigSortKeyType = Literal[
    "CreationTime",
    "LastModifiedTime",
    "Name",
]

TargetDeviceType

Usage Example
from types_aiobotocore_sagemaker.literals import TargetDeviceType

def get_value() -> TargetDeviceType:
    return "aisage"
Definition
TargetDeviceType = Literal[
    "aisage",
    "amba_cv2",
    "amba_cv22",
    "amba_cv25",
    "coreml",
    "deeplens",
    "imx8mplus",
    "imx8qm",
    "jacinto_tda4vm",
    "jetson_nano",
    "jetson_tx1",
    "jetson_tx2",
    "jetson_xavier",
    "lambda",
    "ml_c4",
    "ml_c5",
    "ml_eia2",
    "ml_g4dn",
    "ml_inf1",
    "ml_m4",
    "ml_m5",
    "ml_p2",
    "ml_p3",
    "qcs603",
    "qcs605",
    "rasp3b",
    "rk3288",
    "rk3399",
    "sbe_c",
    "sitara_am57x",
    "x86_win32",
    "x86_win64",
]

TargetPlatformAcceleratorType

Usage Example
from types_aiobotocore_sagemaker.literals import TargetPlatformAcceleratorType

def get_value() -> TargetPlatformAcceleratorType:
    return "INTEL_GRAPHICS"
Definition
TargetPlatformAcceleratorType = Literal[
    "INTEL_GRAPHICS",
    "MALI",
    "NNA",
    "NVIDIA",
]

TargetPlatformArchType

Usage Example
from types_aiobotocore_sagemaker.literals import TargetPlatformArchType

def get_value() -> TargetPlatformArchType:
    return "ARM64"
Definition
TargetPlatformArchType = Literal[
    "ARM64",
    "ARM_EABI",
    "ARM_EABIHF",
    "X86",
    "X86_64",
]

TargetPlatformOsType

Usage Example
from types_aiobotocore_sagemaker.literals import TargetPlatformOsType

def get_value() -> TargetPlatformOsType:
    return "ANDROID"
Definition
TargetPlatformOsType = Literal[
    "ANDROID",
    "LINUX",
]

TrafficRoutingConfigTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import TrafficRoutingConfigTypeType

def get_value() -> TrafficRoutingConfigTypeType:
    return "ALL_AT_ONCE"
Definition
TrafficRoutingConfigTypeType = Literal[
    "ALL_AT_ONCE",
    "CANARY",
    "LINEAR",
]

TrafficTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import TrafficTypeType

def get_value() -> TrafficTypeType:
    return "PHASES"
Definition
TrafficTypeType = Literal[
    "PHASES",
]

TrainingInputModeType

Usage Example
from types_aiobotocore_sagemaker.literals import TrainingInputModeType

def get_value() -> TrainingInputModeType:
    return "FastFile"
Definition
TrainingInputModeType = Literal[
    "FastFile",
    "File",
    "Pipe",
]

TrainingInstanceTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import TrainingInstanceTypeType

def get_value() -> TrainingInstanceTypeType:
    return "ml.c4.2xlarge"
Definition
TrainingInstanceTypeType = Literal[
    "ml.c4.2xlarge",
    "ml.c4.4xlarge",
    "ml.c4.8xlarge",
    "ml.c4.xlarge",
    "ml.c5.18xlarge",
    "ml.c5.2xlarge",
    "ml.c5.4xlarge",
    "ml.c5.9xlarge",
    "ml.c5.xlarge",
    "ml.c5n.18xlarge",
    "ml.c5n.2xlarge",
    "ml.c5n.4xlarge",
    "ml.c5n.9xlarge",
    "ml.c5n.xlarge",
    "ml.g4dn.12xlarge",
    "ml.g4dn.16xlarge",
    "ml.g4dn.2xlarge",
    "ml.g4dn.4xlarge",
    "ml.g4dn.8xlarge",
    "ml.g4dn.xlarge",
    "ml.g5.12xlarge",
    "ml.g5.16xlarge",
    "ml.g5.24xlarge",
    "ml.g5.2xlarge",
    "ml.g5.48xlarge",
    "ml.g5.4xlarge",
    "ml.g5.8xlarge",
    "ml.g5.xlarge",
    "ml.m4.10xlarge",
    "ml.m4.16xlarge",
    "ml.m4.2xlarge",
    "ml.m4.4xlarge",
    "ml.m4.xlarge",
    "ml.m5.12xlarge",
    "ml.m5.24xlarge",
    "ml.m5.2xlarge",
    "ml.m5.4xlarge",
    "ml.m5.large",
    "ml.m5.xlarge",
    "ml.p2.16xlarge",
    "ml.p2.8xlarge",
    "ml.p2.xlarge",
    "ml.p3.16xlarge",
    "ml.p3.2xlarge",
    "ml.p3.8xlarge",
    "ml.p3dn.24xlarge",
    "ml.p4d.24xlarge",
]

TrainingJobCompletedOrStoppedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import TrainingJobCompletedOrStoppedWaiterName

def get_value() -> TrainingJobCompletedOrStoppedWaiterName:
    return "training_job_completed_or_stopped"
Definition
TrainingJobCompletedOrStoppedWaiterName = Literal[
    "training_job_completed_or_stopped",
]

TrainingJobEarlyStoppingTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import TrainingJobEarlyStoppingTypeType

def get_value() -> TrainingJobEarlyStoppingTypeType:
    return "Auto"
Definition
TrainingJobEarlyStoppingTypeType = Literal[
    "Auto",
    "Off",
]

TrainingJobSortByOptionsType

Usage Example
from types_aiobotocore_sagemaker.literals import TrainingJobSortByOptionsType

def get_value() -> TrainingJobSortByOptionsType:
    return "CreationTime"
Definition
TrainingJobSortByOptionsType = Literal[
    "CreationTime",
    "FinalObjectiveMetricValue",
    "Name",
    "Status",
]

TrainingJobStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import TrainingJobStatusType

def get_value() -> TrainingJobStatusType:
    return "Completed"
Definition
TrainingJobStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
]

TransformInstanceTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import TransformInstanceTypeType

def get_value() -> TransformInstanceTypeType:
    return "ml.c4.2xlarge"
Definition
TransformInstanceTypeType = Literal[
    "ml.c4.2xlarge",
    "ml.c4.4xlarge",
    "ml.c4.8xlarge",
    "ml.c4.xlarge",
    "ml.c5.18xlarge",
    "ml.c5.2xlarge",
    "ml.c5.4xlarge",
    "ml.c5.9xlarge",
    "ml.c5.xlarge",
    "ml.g4dn.12xlarge",
    "ml.g4dn.16xlarge",
    "ml.g4dn.2xlarge",
    "ml.g4dn.4xlarge",
    "ml.g4dn.8xlarge",
    "ml.g4dn.xlarge",
    "ml.m4.10xlarge",
    "ml.m4.16xlarge",
    "ml.m4.2xlarge",
    "ml.m4.4xlarge",
    "ml.m4.xlarge",
    "ml.m5.12xlarge",
    "ml.m5.24xlarge",
    "ml.m5.2xlarge",
    "ml.m5.4xlarge",
    "ml.m5.large",
    "ml.m5.xlarge",
    "ml.p2.16xlarge",
    "ml.p2.8xlarge",
    "ml.p2.xlarge",
    "ml.p3.16xlarge",
    "ml.p3.2xlarge",
    "ml.p3.8xlarge",
]

TransformJobCompletedOrStoppedWaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import TransformJobCompletedOrStoppedWaiterName

def get_value() -> TransformJobCompletedOrStoppedWaiterName:
    return "transform_job_completed_or_stopped"
Definition
TransformJobCompletedOrStoppedWaiterName = Literal[
    "transform_job_completed_or_stopped",
]

TransformJobStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import TransformJobStatusType

def get_value() -> TransformJobStatusType:
    return "Completed"
Definition
TransformJobStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
]

TrialComponentPrimaryStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import TrialComponentPrimaryStatusType

def get_value() -> TrialComponentPrimaryStatusType:
    return "Completed"
Definition
TrialComponentPrimaryStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
]

UserProfileSortKeyType

Usage Example
from types_aiobotocore_sagemaker.literals import UserProfileSortKeyType

def get_value() -> UserProfileSortKeyType:
    return "CreationTime"
Definition
UserProfileSortKeyType = Literal[
    "CreationTime",
    "LastModifiedTime",
]

UserProfileStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import UserProfileStatusType

def get_value() -> UserProfileStatusType:
    return "Delete_Failed"
Definition
UserProfileStatusType = Literal[
    "Delete_Failed",
    "Deleting",
    "Failed",
    "InService",
    "Pending",
    "Update_Failed",
    "Updating",
]

VariantPropertyTypeType

Usage Example
from types_aiobotocore_sagemaker.literals import VariantPropertyTypeType

def get_value() -> VariantPropertyTypeType:
    return "DataCaptureConfig"
Definition
VariantPropertyTypeType = Literal[
    "DataCaptureConfig",
    "DesiredInstanceCount",
    "DesiredWeight",
]

VariantStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import VariantStatusType

def get_value() -> VariantStatusType:
    return "ActivatingTraffic"
Definition
VariantStatusType = Literal[
    "ActivatingTraffic",
    "Baking",
    "Creating",
    "Deleting",
    "Updating",
]

WorkforceStatusType

Usage Example
from types_aiobotocore_sagemaker.literals import WorkforceStatusType

def get_value() -> WorkforceStatusType:
    return "Active"
Definition
WorkforceStatusType = Literal[
    "Active",
    "Deleting",
    "Failed",
    "Initializing",
    "Updating",
]

SageMakerServiceName

Usage Example
from types_aiobotocore_sagemaker.literals import SageMakerServiceName

def get_value() -> SageMakerServiceName:
    return "sagemaker"
Definition
SageMakerServiceName = Literal[
    "sagemaker",
]

ServiceName

Usage Example
from types_aiobotocore_sagemaker.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectparticipant",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "opensearch",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-runtime",
    "savingsplans",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from types_aiobotocore_sagemaker.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from types_aiobotocore_sagemaker.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_actions"
Definition
PaginatorName = Literal[
    "list_actions",
    "list_algorithms",
    "list_app_image_configs",
    "list_apps",
    "list_artifacts",
    "list_associations",
    "list_auto_ml_jobs",
    "list_candidates_for_auto_ml_job",
    "list_code_repositories",
    "list_compilation_jobs",
    "list_contexts",
    "list_data_quality_job_definitions",
    "list_device_fleets",
    "list_devices",
    "list_domains",
    "list_edge_deployment_plans",
    "list_edge_packaging_jobs",
    "list_endpoint_configs",
    "list_endpoints",
    "list_experiments",
    "list_feature_groups",
    "list_flow_definitions",
    "list_human_task_uis",
    "list_hyper_parameter_tuning_jobs",
    "list_image_versions",
    "list_images",
    "list_inference_recommendations_jobs",
    "list_labeling_jobs",
    "list_labeling_jobs_for_workteam",
    "list_lineage_groups",
    "list_model_bias_job_definitions",
    "list_model_explainability_job_definitions",
    "list_model_metadata",
    "list_model_package_groups",
    "list_model_packages",
    "list_model_quality_job_definitions",
    "list_models",
    "list_monitoring_executions",
    "list_monitoring_schedules",
    "list_notebook_instance_lifecycle_configs",
    "list_notebook_instances",
    "list_pipeline_execution_steps",
    "list_pipeline_executions",
    "list_pipeline_parameters_for_execution",
    "list_pipelines",
    "list_processing_jobs",
    "list_stage_devices",
    "list_studio_lifecycle_configs",
    "list_subscribed_workteams",
    "list_tags",
    "list_training_jobs",
    "list_training_jobs_for_hyper_parameter_tuning_job",
    "list_transform_jobs",
    "list_trial_components",
    "list_trials",
    "list_user_profiles",
    "list_workforces",
    "list_workteams",
    "search",
]

WaiterName

Usage Example
from types_aiobotocore_sagemaker.literals import WaiterName

def get_value() -> WaiterName:
    return "endpoint_deleted"
Definition
WaiterName = Literal[
    "endpoint_deleted",
    "endpoint_in_service",
    "image_created",
    "image_deleted",
    "image_updated",
    "image_version_created",
    "image_version_deleted",
    "notebook_instance_deleted",
    "notebook_instance_in_service",
    "notebook_instance_stopped",
    "processing_job_completed_or_stopped",
    "training_job_completed_or_stopped",
    "transform_job_completed_or_stopped",
]

RegionName

Usage Example
from types_aiobotocore_sagemaker.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
Definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-south-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]