Literals#
Auto-generated documentation for Bedrock type annotations stubs module types-boto3-bedrock.
AgreementStatusType#
# AgreementStatusType usage example
from types_boto3_bedrock.literals import AgreementStatusType
def get_value() -> AgreementStatusType:
    return "AVAILABLE"# AgreementStatusType definition
AgreementStatusType = Literal[
    "AVAILABLE",
    "ERROR",
    "NOT_AVAILABLE",
    "PENDING",
]ApplicationTypeType#
# ApplicationTypeType usage example
from types_boto3_bedrock.literals import ApplicationTypeType
def get_value() -> ApplicationTypeType:
    return "ModelEvaluation"# ApplicationTypeType definition
ApplicationTypeType = Literal[
    "ModelEvaluation",
    "RagEvaluation",
]AttributeTypeType#
# AttributeTypeType usage example
from types_boto3_bedrock.literals import AttributeTypeType
def get_value() -> AttributeTypeType:
    return "BOOLEAN"# AttributeTypeType definition
AttributeTypeType = Literal[
    "BOOLEAN",
    "NUMBER",
    "STRING",
    "STRING_LIST",
]AuthorizationStatusType#
# AuthorizationStatusType usage example
from types_boto3_bedrock.literals import AuthorizationStatusType
def get_value() -> AuthorizationStatusType:
    return "AUTHORIZED"# AuthorizationStatusType definition
AuthorizationStatusType = Literal[
    "AUTHORIZED",
    "NOT_AUTHORIZED",
]AutomatedReasoningCheckLogicWarningTypeType#
# AutomatedReasoningCheckLogicWarningTypeType usage example
from types_boto3_bedrock.literals import AutomatedReasoningCheckLogicWarningTypeType
def get_value() -> AutomatedReasoningCheckLogicWarningTypeType:
    return "ALWAYS_FALSE"# AutomatedReasoningCheckLogicWarningTypeType definition
AutomatedReasoningCheckLogicWarningTypeType = Literal[
    "ALWAYS_FALSE",
    "ALWAYS_TRUE",
]AutomatedReasoningCheckResultType#
# AutomatedReasoningCheckResultType usage example
from types_boto3_bedrock.literals import AutomatedReasoningCheckResultType
def get_value() -> AutomatedReasoningCheckResultType:
    return "IMPOSSIBLE"# AutomatedReasoningCheckResultType definition
AutomatedReasoningCheckResultType = Literal[
    "IMPOSSIBLE",
    "INVALID",
    "NO_TRANSLATION",
    "SATISFIABLE",
    "TOO_COMPLEX",
    "TRANSLATION_AMBIGUOUS",
    "VALID",
]AutomatedReasoningPolicyAnnotationStatusType#
# AutomatedReasoningPolicyAnnotationStatusType usage example
from types_boto3_bedrock.literals import AutomatedReasoningPolicyAnnotationStatusType
def get_value() -> AutomatedReasoningPolicyAnnotationStatusType:
    return "APPLIED"# AutomatedReasoningPolicyAnnotationStatusType definition
AutomatedReasoningPolicyAnnotationStatusType = Literal[
    "APPLIED",
    "FAILED",
]AutomatedReasoningPolicyBuildDocumentContentTypeType#
# AutomatedReasoningPolicyBuildDocumentContentTypeType usage example
from types_boto3_bedrock.literals import AutomatedReasoningPolicyBuildDocumentContentTypeType
def get_value() -> AutomatedReasoningPolicyBuildDocumentContentTypeType:
    return "pdf"# AutomatedReasoningPolicyBuildDocumentContentTypeType definition
AutomatedReasoningPolicyBuildDocumentContentTypeType = Literal[
    "pdf",
    "txt",
]AutomatedReasoningPolicyBuildMessageTypeType#
# AutomatedReasoningPolicyBuildMessageTypeType usage example
from types_boto3_bedrock.literals import AutomatedReasoningPolicyBuildMessageTypeType
def get_value() -> AutomatedReasoningPolicyBuildMessageTypeType:
    return "ERROR"# AutomatedReasoningPolicyBuildMessageTypeType definition
AutomatedReasoningPolicyBuildMessageTypeType = Literal[
    "ERROR",
    "INFO",
    "WARNING",
]AutomatedReasoningPolicyBuildResultAssetTypeType#
# AutomatedReasoningPolicyBuildResultAssetTypeType usage example
from types_boto3_bedrock.literals import AutomatedReasoningPolicyBuildResultAssetTypeType
def get_value() -> AutomatedReasoningPolicyBuildResultAssetTypeType:
    return "BUILD_LOG"# AutomatedReasoningPolicyBuildResultAssetTypeType definition
AutomatedReasoningPolicyBuildResultAssetTypeType = Literal[
    "BUILD_LOG",
    "POLICY_DEFINITION",
    "QUALITY_REPORT",
]AutomatedReasoningPolicyBuildWorkflowStatusType#
# AutomatedReasoningPolicyBuildWorkflowStatusType usage example
from types_boto3_bedrock.literals import AutomatedReasoningPolicyBuildWorkflowStatusType
def get_value() -> AutomatedReasoningPolicyBuildWorkflowStatusType:
    return "BUILDING"# AutomatedReasoningPolicyBuildWorkflowStatusType definition
AutomatedReasoningPolicyBuildWorkflowStatusType = Literal[
    "BUILDING",
    "CANCEL_REQUESTED",
    "CANCELLED",
    "COMPLETED",
    "FAILED",
    "PREPROCESSING",
    "SCHEDULED",
    "TESTING",
]AutomatedReasoningPolicyBuildWorkflowTypeType#
# AutomatedReasoningPolicyBuildWorkflowTypeType usage example
from types_boto3_bedrock.literals import AutomatedReasoningPolicyBuildWorkflowTypeType
def get_value() -> AutomatedReasoningPolicyBuildWorkflowTypeType:
    return "IMPORT_POLICY"# AutomatedReasoningPolicyBuildWorkflowTypeType definition
AutomatedReasoningPolicyBuildWorkflowTypeType = Literal[
    "IMPORT_POLICY",
    "INGEST_CONTENT",
    "REFINE_POLICY",
]AutomatedReasoningPolicyTestRunResultType#
# AutomatedReasoningPolicyTestRunResultType usage example
from types_boto3_bedrock.literals import AutomatedReasoningPolicyTestRunResultType
def get_value() -> AutomatedReasoningPolicyTestRunResultType:
    return "FAILED"# AutomatedReasoningPolicyTestRunResultType definition
AutomatedReasoningPolicyTestRunResultType = Literal[
    "FAILED",
    "PASSED",
]AutomatedReasoningPolicyTestRunStatusType#
# AutomatedReasoningPolicyTestRunStatusType usage example
from types_boto3_bedrock.literals import AutomatedReasoningPolicyTestRunStatusType
def get_value() -> AutomatedReasoningPolicyTestRunStatusType:
    return "COMPLETED"# AutomatedReasoningPolicyTestRunStatusType definition
AutomatedReasoningPolicyTestRunStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "NOT_STARTED",
    "SCHEDULED",
]CommitmentDurationType#
# CommitmentDurationType usage example
from types_boto3_bedrock.literals import CommitmentDurationType
def get_value() -> CommitmentDurationType:
    return "OneMonth"# CommitmentDurationType definition
CommitmentDurationType = Literal[
    "OneMonth",
    "SixMonths",
]CustomModelDeploymentStatusType#
# CustomModelDeploymentStatusType usage example
from types_boto3_bedrock.literals import CustomModelDeploymentStatusType
def get_value() -> CustomModelDeploymentStatusType:
    return "Active"# CustomModelDeploymentStatusType definition
CustomModelDeploymentStatusType = Literal[
    "Active",
    "Creating",
    "Failed",
]CustomizationTypeType#
# CustomizationTypeType usage example
from types_boto3_bedrock.literals import CustomizationTypeType
def get_value() -> CustomizationTypeType:
    return "CONTINUED_PRE_TRAINING"# CustomizationTypeType definition
CustomizationTypeType = Literal[
    "CONTINUED_PRE_TRAINING",
    "DISTILLATION",
    "FINE_TUNING",
    "IMPORTED",
]EntitlementAvailabilityType#
# EntitlementAvailabilityType usage example
from types_boto3_bedrock.literals import EntitlementAvailabilityType
def get_value() -> EntitlementAvailabilityType:
    return "AVAILABLE"# EntitlementAvailabilityType definition
EntitlementAvailabilityType = Literal[
    "AVAILABLE",
    "NOT_AVAILABLE",
]EvaluationJobStatusType#
# EvaluationJobStatusType usage example
from types_boto3_bedrock.literals import EvaluationJobStatusType
def get_value() -> EvaluationJobStatusType:
    return "Completed"# EvaluationJobStatusType definition
EvaluationJobStatusType = Literal[
    "Completed",
    "Deleting",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
]EvaluationJobTypeType#
# EvaluationJobTypeType usage example
from types_boto3_bedrock.literals import EvaluationJobTypeType
def get_value() -> EvaluationJobTypeType:
    return "Automated"# EvaluationJobTypeType definition
EvaluationJobTypeType = Literal[
    "Automated",
    "Human",
]EvaluationTaskTypeType#
# EvaluationTaskTypeType usage example
from types_boto3_bedrock.literals import EvaluationTaskTypeType
def get_value() -> EvaluationTaskTypeType:
    return "Classification"# EvaluationTaskTypeType definition
EvaluationTaskTypeType = Literal[
    "Classification",
    "Custom",
    "Generation",
    "QuestionAndAnswer",
    "Summarization",
]ExternalSourceTypeType#
# ExternalSourceTypeType usage example
from types_boto3_bedrock.literals import ExternalSourceTypeType
def get_value() -> ExternalSourceTypeType:
    return "BYTE_CONTENT"# ExternalSourceTypeType definition
ExternalSourceTypeType = Literal[
    "BYTE_CONTENT",
    "S3",
]FineTuningJobStatusType#
# FineTuningJobStatusType usage example
from types_boto3_bedrock.literals import FineTuningJobStatusType
def get_value() -> FineTuningJobStatusType:
    return "Completed"# FineTuningJobStatusType definition
FineTuningJobStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
]FoundationModelLifecycleStatusType#
# FoundationModelLifecycleStatusType usage example
from types_boto3_bedrock.literals import FoundationModelLifecycleStatusType
def get_value() -> FoundationModelLifecycleStatusType:
    return "ACTIVE"# FoundationModelLifecycleStatusType definition
FoundationModelLifecycleStatusType = Literal[
    "ACTIVE",
    "LEGACY",
]GuardrailContentFilterActionType#
# GuardrailContentFilterActionType usage example
from types_boto3_bedrock.literals import GuardrailContentFilterActionType
def get_value() -> GuardrailContentFilterActionType:
    return "BLOCK"# GuardrailContentFilterActionType definition
GuardrailContentFilterActionType = Literal[
    "BLOCK",
    "NONE",
]GuardrailContentFilterTypeType#
# GuardrailContentFilterTypeType usage example
from types_boto3_bedrock.literals import GuardrailContentFilterTypeType
def get_value() -> GuardrailContentFilterTypeType:
    return "HATE"# GuardrailContentFilterTypeType definition
GuardrailContentFilterTypeType = Literal[
    "HATE",
    "INSULTS",
    "MISCONDUCT",
    "PROMPT_ATTACK",
    "SEXUAL",
    "VIOLENCE",
]GuardrailContentFiltersTierNameType#
# GuardrailContentFiltersTierNameType usage example
from types_boto3_bedrock.literals import GuardrailContentFiltersTierNameType
def get_value() -> GuardrailContentFiltersTierNameType:
    return "CLASSIC"# GuardrailContentFiltersTierNameType definition
GuardrailContentFiltersTierNameType = Literal[
    "CLASSIC",
    "STANDARD",
]GuardrailContextualGroundingActionType#
# GuardrailContextualGroundingActionType usage example
from types_boto3_bedrock.literals import GuardrailContextualGroundingActionType
def get_value() -> GuardrailContextualGroundingActionType:
    return "BLOCK"# GuardrailContextualGroundingActionType definition
GuardrailContextualGroundingActionType = Literal[
    "BLOCK",
    "NONE",
]GuardrailContextualGroundingFilterTypeType#
# GuardrailContextualGroundingFilterTypeType usage example
from types_boto3_bedrock.literals import GuardrailContextualGroundingFilterTypeType
def get_value() -> GuardrailContextualGroundingFilterTypeType:
    return "GROUNDING"# GuardrailContextualGroundingFilterTypeType definition
GuardrailContextualGroundingFilterTypeType = Literal[
    "GROUNDING",
    "RELEVANCE",
]GuardrailFilterStrengthType#
# GuardrailFilterStrengthType usage example
from types_boto3_bedrock.literals import GuardrailFilterStrengthType
def get_value() -> GuardrailFilterStrengthType:
    return "HIGH"# GuardrailFilterStrengthType definition
GuardrailFilterStrengthType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
    "NONE",
]GuardrailManagedWordsTypeType#
# GuardrailManagedWordsTypeType usage example
from types_boto3_bedrock.literals import GuardrailManagedWordsTypeType
def get_value() -> GuardrailManagedWordsTypeType:
    return "PROFANITY"# GuardrailManagedWordsTypeType definition
GuardrailManagedWordsTypeType = Literal[
    "PROFANITY",
]GuardrailModalityType#
# GuardrailModalityType usage example
from types_boto3_bedrock.literals import GuardrailModalityType
def get_value() -> GuardrailModalityType:
    return "IMAGE"# GuardrailModalityType definition
GuardrailModalityType = Literal[
    "IMAGE",
    "TEXT",
]GuardrailPiiEntityTypeType#
# GuardrailPiiEntityTypeType usage example
from types_boto3_bedrock.literals import GuardrailPiiEntityTypeType
def get_value() -> GuardrailPiiEntityTypeType:
    return "ADDRESS"# GuardrailPiiEntityTypeType definition
GuardrailPiiEntityTypeType = Literal[
    "ADDRESS",
    "AGE",
    "AWS_ACCESS_KEY",
    "AWS_SECRET_KEY",
    "CA_HEALTH_NUMBER",
    "CA_SOCIAL_INSURANCE_NUMBER",
    "CREDIT_DEBIT_CARD_CVV",
    "CREDIT_DEBIT_CARD_EXPIRY",
    "CREDIT_DEBIT_CARD_NUMBER",
    "DRIVER_ID",
    "EMAIL",
    "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
    "IP_ADDRESS",
    "LICENSE_PLATE",
    "MAC_ADDRESS",
    "NAME",
    "PASSWORD",
    "PHONE",
    "PIN",
    "SWIFT_CODE",
    "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
    "UK_NATIONAL_INSURANCE_NUMBER",
    "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
    "URL",
    "US_BANK_ACCOUNT_NUMBER",
    "US_BANK_ROUTING_NUMBER",
    "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
    "US_PASSPORT_NUMBER",
    "US_SOCIAL_SECURITY_NUMBER",
    "USERNAME",
    "VEHICLE_IDENTIFICATION_NUMBER",
]GuardrailSensitiveInformationActionType#
# GuardrailSensitiveInformationActionType usage example
from types_boto3_bedrock.literals import GuardrailSensitiveInformationActionType
def get_value() -> GuardrailSensitiveInformationActionType:
    return "ANONYMIZE"# GuardrailSensitiveInformationActionType definition
GuardrailSensitiveInformationActionType = Literal[
    "ANONYMIZE",
    "BLOCK",
    "NONE",
]GuardrailStatusType#
# GuardrailStatusType usage example
from types_boto3_bedrock.literals import GuardrailStatusType
def get_value() -> GuardrailStatusType:
    return "CREATING"# GuardrailStatusType definition
GuardrailStatusType = Literal[
    "CREATING",
    "DELETING",
    "FAILED",
    "READY",
    "UPDATING",
    "VERSIONING",
]GuardrailTopicActionType#
# GuardrailTopicActionType usage example
from types_boto3_bedrock.literals import GuardrailTopicActionType
def get_value() -> GuardrailTopicActionType:
    return "BLOCK"# GuardrailTopicActionType definition
GuardrailTopicActionType = Literal[
    "BLOCK",
    "NONE",
]GuardrailTopicTypeType#
# GuardrailTopicTypeType usage example
from types_boto3_bedrock.literals import GuardrailTopicTypeType
def get_value() -> GuardrailTopicTypeType:
    return "DENY"# GuardrailTopicTypeType definition
GuardrailTopicTypeType = Literal[
    "DENY",
]GuardrailTopicsTierNameType#
# GuardrailTopicsTierNameType usage example
from types_boto3_bedrock.literals import GuardrailTopicsTierNameType
def get_value() -> GuardrailTopicsTierNameType:
    return "CLASSIC"# GuardrailTopicsTierNameType definition
GuardrailTopicsTierNameType = Literal[
    "CLASSIC",
    "STANDARD",
]GuardrailWordActionType#
# GuardrailWordActionType usage example
from types_boto3_bedrock.literals import GuardrailWordActionType
def get_value() -> GuardrailWordActionType:
    return "BLOCK"# GuardrailWordActionType definition
GuardrailWordActionType = Literal[
    "BLOCK",
    "NONE",
]InferenceProfileStatusType#
# InferenceProfileStatusType usage example
from types_boto3_bedrock.literals import InferenceProfileStatusType
def get_value() -> InferenceProfileStatusType:
    return "ACTIVE"# InferenceProfileStatusType definition
InferenceProfileStatusType = Literal[
    "ACTIVE",
]InferenceProfileTypeType#
# InferenceProfileTypeType usage example
from types_boto3_bedrock.literals import InferenceProfileTypeType
def get_value() -> InferenceProfileTypeType:
    return "APPLICATION"# InferenceProfileTypeType definition
InferenceProfileTypeType = Literal[
    "APPLICATION",
    "SYSTEM_DEFINED",
]InferenceTypeType#
# InferenceTypeType usage example
from types_boto3_bedrock.literals import InferenceTypeType
def get_value() -> InferenceTypeType:
    return "ON_DEMAND"# InferenceTypeType definition
InferenceTypeType = Literal[
    "ON_DEMAND",
    "PROVISIONED",
]JobStatusDetailsType#
# JobStatusDetailsType usage example
from types_boto3_bedrock.literals import JobStatusDetailsType
def get_value() -> JobStatusDetailsType:
    return "Completed"# JobStatusDetailsType definition
JobStatusDetailsType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "NotStarted",
    "Stopped",
    "Stopping",
]ListAutomatedReasoningPoliciesPaginatorName#
# ListAutomatedReasoningPoliciesPaginatorName usage example
from types_boto3_bedrock.literals import ListAutomatedReasoningPoliciesPaginatorName
def get_value() -> ListAutomatedReasoningPoliciesPaginatorName:
    return "list_automated_reasoning_policies"# ListAutomatedReasoningPoliciesPaginatorName definition
ListAutomatedReasoningPoliciesPaginatorName = Literal[
    "list_automated_reasoning_policies",
]ListAutomatedReasoningPolicyBuildWorkflowsPaginatorName#
# ListAutomatedReasoningPolicyBuildWorkflowsPaginatorName usage example
from types_boto3_bedrock.literals import ListAutomatedReasoningPolicyBuildWorkflowsPaginatorName
def get_value() -> ListAutomatedReasoningPolicyBuildWorkflowsPaginatorName:
    return "list_automated_reasoning_policy_build_workflows"# ListAutomatedReasoningPolicyBuildWorkflowsPaginatorName definition
ListAutomatedReasoningPolicyBuildWorkflowsPaginatorName = Literal[
    "list_automated_reasoning_policy_build_workflows",
]ListAutomatedReasoningPolicyTestCasesPaginatorName#
# ListAutomatedReasoningPolicyTestCasesPaginatorName usage example
from types_boto3_bedrock.literals import ListAutomatedReasoningPolicyTestCasesPaginatorName
def get_value() -> ListAutomatedReasoningPolicyTestCasesPaginatorName:
    return "list_automated_reasoning_policy_test_cases"# ListAutomatedReasoningPolicyTestCasesPaginatorName definition
ListAutomatedReasoningPolicyTestCasesPaginatorName = Literal[
    "list_automated_reasoning_policy_test_cases",
]ListAutomatedReasoningPolicyTestResultsPaginatorName#
# ListAutomatedReasoningPolicyTestResultsPaginatorName usage example
from types_boto3_bedrock.literals import ListAutomatedReasoningPolicyTestResultsPaginatorName
def get_value() -> ListAutomatedReasoningPolicyTestResultsPaginatorName:
    return "list_automated_reasoning_policy_test_results"# ListAutomatedReasoningPolicyTestResultsPaginatorName definition
ListAutomatedReasoningPolicyTestResultsPaginatorName = Literal[
    "list_automated_reasoning_policy_test_results",
]ListCustomModelDeploymentsPaginatorName#
# ListCustomModelDeploymentsPaginatorName usage example
from types_boto3_bedrock.literals import ListCustomModelDeploymentsPaginatorName
def get_value() -> ListCustomModelDeploymentsPaginatorName:
    return "list_custom_model_deployments"# ListCustomModelDeploymentsPaginatorName definition
ListCustomModelDeploymentsPaginatorName = Literal[
    "list_custom_model_deployments",
]ListCustomModelsPaginatorName#
# ListCustomModelsPaginatorName usage example
from types_boto3_bedrock.literals import ListCustomModelsPaginatorName
def get_value() -> ListCustomModelsPaginatorName:
    return "list_custom_models"# ListCustomModelsPaginatorName definition
ListCustomModelsPaginatorName = Literal[
    "list_custom_models",
]ListEvaluationJobsPaginatorName#
# ListEvaluationJobsPaginatorName usage example
from types_boto3_bedrock.literals import ListEvaluationJobsPaginatorName
def get_value() -> ListEvaluationJobsPaginatorName:
    return "list_evaluation_jobs"# ListEvaluationJobsPaginatorName definition
ListEvaluationJobsPaginatorName = Literal[
    "list_evaluation_jobs",
]ListGuardrailsPaginatorName#
# ListGuardrailsPaginatorName usage example
from types_boto3_bedrock.literals import ListGuardrailsPaginatorName
def get_value() -> ListGuardrailsPaginatorName:
    return "list_guardrails"# ListGuardrailsPaginatorName definition
ListGuardrailsPaginatorName = Literal[
    "list_guardrails",
]ListImportedModelsPaginatorName#
# ListImportedModelsPaginatorName usage example
from types_boto3_bedrock.literals import ListImportedModelsPaginatorName
def get_value() -> ListImportedModelsPaginatorName:
    return "list_imported_models"# ListImportedModelsPaginatorName definition
ListImportedModelsPaginatorName = Literal[
    "list_imported_models",
]ListInferenceProfilesPaginatorName#
# ListInferenceProfilesPaginatorName usage example
from types_boto3_bedrock.literals import ListInferenceProfilesPaginatorName
def get_value() -> ListInferenceProfilesPaginatorName:
    return "list_inference_profiles"# ListInferenceProfilesPaginatorName definition
ListInferenceProfilesPaginatorName = Literal[
    "list_inference_profiles",
]ListMarketplaceModelEndpointsPaginatorName#
# ListMarketplaceModelEndpointsPaginatorName usage example
from types_boto3_bedrock.literals import ListMarketplaceModelEndpointsPaginatorName
def get_value() -> ListMarketplaceModelEndpointsPaginatorName:
    return "list_marketplace_model_endpoints"# ListMarketplaceModelEndpointsPaginatorName definition
ListMarketplaceModelEndpointsPaginatorName = Literal[
    "list_marketplace_model_endpoints",
]ListModelCopyJobsPaginatorName#
# ListModelCopyJobsPaginatorName usage example
from types_boto3_bedrock.literals import ListModelCopyJobsPaginatorName
def get_value() -> ListModelCopyJobsPaginatorName:
    return "list_model_copy_jobs"# ListModelCopyJobsPaginatorName definition
ListModelCopyJobsPaginatorName = Literal[
    "list_model_copy_jobs",
]ListModelCustomizationJobsPaginatorName#
# ListModelCustomizationJobsPaginatorName usage example
from types_boto3_bedrock.literals import ListModelCustomizationJobsPaginatorName
def get_value() -> ListModelCustomizationJobsPaginatorName:
    return "list_model_customization_jobs"# ListModelCustomizationJobsPaginatorName definition
ListModelCustomizationJobsPaginatorName = Literal[
    "list_model_customization_jobs",
]ListModelImportJobsPaginatorName#
# ListModelImportJobsPaginatorName usage example
from types_boto3_bedrock.literals import ListModelImportJobsPaginatorName
def get_value() -> ListModelImportJobsPaginatorName:
    return "list_model_import_jobs"# ListModelImportJobsPaginatorName definition
ListModelImportJobsPaginatorName = Literal[
    "list_model_import_jobs",
]ListModelInvocationJobsPaginatorName#
# ListModelInvocationJobsPaginatorName usage example
from types_boto3_bedrock.literals import ListModelInvocationJobsPaginatorName
def get_value() -> ListModelInvocationJobsPaginatorName:
    return "list_model_invocation_jobs"# ListModelInvocationJobsPaginatorName definition
ListModelInvocationJobsPaginatorName = Literal[
    "list_model_invocation_jobs",
]ListPromptRoutersPaginatorName#
# ListPromptRoutersPaginatorName usage example
from types_boto3_bedrock.literals import ListPromptRoutersPaginatorName
def get_value() -> ListPromptRoutersPaginatorName:
    return "list_prompt_routers"# ListPromptRoutersPaginatorName definition
ListPromptRoutersPaginatorName = Literal[
    "list_prompt_routers",
]ListProvisionedModelThroughputsPaginatorName#
# ListProvisionedModelThroughputsPaginatorName usage example
from types_boto3_bedrock.literals import ListProvisionedModelThroughputsPaginatorName
def get_value() -> ListProvisionedModelThroughputsPaginatorName:
    return "list_provisioned_model_throughputs"# ListProvisionedModelThroughputsPaginatorName definition
ListProvisionedModelThroughputsPaginatorName = Literal[
    "list_provisioned_model_throughputs",
]ModelCopyJobStatusType#
# ModelCopyJobStatusType usage example
from types_boto3_bedrock.literals import ModelCopyJobStatusType
def get_value() -> ModelCopyJobStatusType:
    return "Completed"# ModelCopyJobStatusType definition
ModelCopyJobStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
]ModelCustomizationJobStatusType#
# ModelCustomizationJobStatusType usage example
from types_boto3_bedrock.literals import ModelCustomizationJobStatusType
def get_value() -> ModelCustomizationJobStatusType:
    return "Completed"# ModelCustomizationJobStatusType definition
ModelCustomizationJobStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
    "Stopped",
    "Stopping",
]ModelCustomizationType#
# ModelCustomizationType usage example
from types_boto3_bedrock.literals import ModelCustomizationType
def get_value() -> ModelCustomizationType:
    return "CONTINUED_PRE_TRAINING"# ModelCustomizationType definition
ModelCustomizationType = Literal[
    "CONTINUED_PRE_TRAINING",
    "DISTILLATION",
    "FINE_TUNING",
]ModelImportJobStatusType#
# ModelImportJobStatusType usage example
from types_boto3_bedrock.literals import ModelImportJobStatusType
def get_value() -> ModelImportJobStatusType:
    return "Completed"# ModelImportJobStatusType definition
ModelImportJobStatusType = Literal[
    "Completed",
    "Failed",
    "InProgress",
]ModelInvocationJobStatusType#
# ModelInvocationJobStatusType usage example
from types_boto3_bedrock.literals import ModelInvocationJobStatusType
def get_value() -> ModelInvocationJobStatusType:
    return "Completed"# ModelInvocationJobStatusType definition
ModelInvocationJobStatusType = Literal[
    "Completed",
    "Expired",
    "Failed",
    "InProgress",
    "PartiallyCompleted",
    "Scheduled",
    "Stopped",
    "Stopping",
    "Submitted",
    "Validating",
]ModelModalityType#
# ModelModalityType usage example
from types_boto3_bedrock.literals import ModelModalityType
def get_value() -> ModelModalityType:
    return "EMBEDDING"# ModelModalityType definition
ModelModalityType = Literal[
    "EMBEDDING",
    "IMAGE",
    "TEXT",
]ModelStatusType#
# ModelStatusType usage example
from types_boto3_bedrock.literals import ModelStatusType
def get_value() -> ModelStatusType:
    return "Active"# ModelStatusType definition
ModelStatusType = Literal[
    "Active",
    "Creating",
    "Failed",
]OfferTypeType#
# OfferTypeType usage example
from types_boto3_bedrock.literals import OfferTypeType
def get_value() -> OfferTypeType:
    return "ALL"# OfferTypeType definition
OfferTypeType = Literal[
    "ALL",
    "PUBLIC",
]PerformanceConfigLatencyType#
# PerformanceConfigLatencyType usage example
from types_boto3_bedrock.literals import PerformanceConfigLatencyType
def get_value() -> PerformanceConfigLatencyType:
    return "optimized"# PerformanceConfigLatencyType definition
PerformanceConfigLatencyType = Literal[
    "optimized",
    "standard",
]PromptRouterStatusType#
# PromptRouterStatusType usage example
from types_boto3_bedrock.literals import PromptRouterStatusType
def get_value() -> PromptRouterStatusType:
    return "AVAILABLE"# PromptRouterStatusType definition
PromptRouterStatusType = Literal[
    "AVAILABLE",
]PromptRouterTypeType#
# PromptRouterTypeType usage example
from types_boto3_bedrock.literals import PromptRouterTypeType
def get_value() -> PromptRouterTypeType:
    return "custom"# PromptRouterTypeType definition
PromptRouterTypeType = Literal[
    "custom",
    "default",
]ProvisionedModelStatusType#
# ProvisionedModelStatusType usage example
from types_boto3_bedrock.literals import ProvisionedModelStatusType
def get_value() -> ProvisionedModelStatusType:
    return "Creating"# ProvisionedModelStatusType definition
ProvisionedModelStatusType = Literal[
    "Creating",
    "Failed",
    "InService",
    "Updating",
]QueryTransformationTypeType#
# QueryTransformationTypeType usage example
from types_boto3_bedrock.literals import QueryTransformationTypeType
def get_value() -> QueryTransformationTypeType:
    return "QUERY_DECOMPOSITION"# QueryTransformationTypeType definition
QueryTransformationTypeType = Literal[
    "QUERY_DECOMPOSITION",
]RegionAvailabilityType#
# RegionAvailabilityType usage example
from types_boto3_bedrock.literals import RegionAvailabilityType
def get_value() -> RegionAvailabilityType:
    return "AVAILABLE"# RegionAvailabilityType definition
RegionAvailabilityType = Literal[
    "AVAILABLE",
    "NOT_AVAILABLE",
]RerankingMetadataSelectionModeType#
# RerankingMetadataSelectionModeType usage example
from types_boto3_bedrock.literals import RerankingMetadataSelectionModeType
def get_value() -> RerankingMetadataSelectionModeType:
    return "ALL"# RerankingMetadataSelectionModeType definition
RerankingMetadataSelectionModeType = Literal[
    "ALL",
    "SELECTIVE",
]RetrieveAndGenerateTypeType#
# RetrieveAndGenerateTypeType usage example
from types_boto3_bedrock.literals import RetrieveAndGenerateTypeType
def get_value() -> RetrieveAndGenerateTypeType:
    return "EXTERNAL_SOURCES"# RetrieveAndGenerateTypeType definition
RetrieveAndGenerateTypeType = Literal[
    "EXTERNAL_SOURCES",
    "KNOWLEDGE_BASE",
]S3InputFormatType#
# S3InputFormatType usage example
from types_boto3_bedrock.literals import S3InputFormatType
def get_value() -> S3InputFormatType:
    return "JSONL"# S3InputFormatType definition
S3InputFormatType = Literal[
    "JSONL",
]SearchTypeType#
# SearchTypeType usage example
from types_boto3_bedrock.literals import SearchTypeType
def get_value() -> SearchTypeType:
    return "HYBRID"# SearchTypeType definition
SearchTypeType = Literal[
    "HYBRID",
    "SEMANTIC",
]SortByProvisionedModelsType#
# SortByProvisionedModelsType usage example
from types_boto3_bedrock.literals import SortByProvisionedModelsType
def get_value() -> SortByProvisionedModelsType:
    return "CreationTime"# SortByProvisionedModelsType definition
SortByProvisionedModelsType = Literal[
    "CreationTime",
]SortJobsByType#
# SortJobsByType usage example
from types_boto3_bedrock.literals import SortJobsByType
def get_value() -> SortJobsByType:
    return "CreationTime"# SortJobsByType definition
SortJobsByType = Literal[
    "CreationTime",
]SortModelsByType#
# SortModelsByType usage example
from types_boto3_bedrock.literals import SortModelsByType
def get_value() -> SortModelsByType:
    return "CreationTime"# SortModelsByType definition
SortModelsByType = Literal[
    "CreationTime",
]SortOrderType#
# SortOrderType usage example
from types_boto3_bedrock.literals import SortOrderType
def get_value() -> SortOrderType:
    return "Ascending"# SortOrderType definition
SortOrderType = Literal[
    "Ascending",
    "Descending",
]StatusType#
# StatusType usage example
from types_boto3_bedrock.literals import StatusType
def get_value() -> StatusType:
    return "INCOMPATIBLE_ENDPOINT"# StatusType definition
StatusType = Literal[
    "INCOMPATIBLE_ENDPOINT",
    "REGISTERED",
]VectorSearchRerankingConfigurationTypeType#
# VectorSearchRerankingConfigurationTypeType usage example
from types_boto3_bedrock.literals import VectorSearchRerankingConfigurationTypeType
def get_value() -> VectorSearchRerankingConfigurationTypeType:
    return "BEDROCK_RERANKING_MODEL"# VectorSearchRerankingConfigurationTypeType definition
VectorSearchRerankingConfigurationTypeType = Literal[
    "BEDROCK_RERANKING_MODEL",
]BedrockServiceName#
# BedrockServiceName usage example
from types_boto3_bedrock.literals import BedrockServiceName
def get_value() -> BedrockServiceName:
    return "bedrock"# BedrockServiceName definition
BedrockServiceName = Literal[
    "bedrock",
]ServiceName#
# ServiceName usage example
from types_boto3_bedrock.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_bedrock.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_bedrock.literals import PaginatorName
def get_value() -> PaginatorName:
    return "list_automated_reasoning_policies"# PaginatorName definition
PaginatorName = Literal[
    "list_automated_reasoning_policies",
    "list_automated_reasoning_policy_build_workflows",
    "list_automated_reasoning_policy_test_cases",
    "list_automated_reasoning_policy_test_results",
    "list_custom_model_deployments",
    "list_custom_models",
    "list_evaluation_jobs",
    "list_guardrails",
    "list_imported_models",
    "list_inference_profiles",
    "list_marketplace_model_endpoints",
    "list_model_copy_jobs",
    "list_model_customization_jobs",
    "list_model_import_jobs",
    "list_model_invocation_jobs",
    "list_prompt_routers",
    "list_provisioned_model_throughputs",
]RegionName#
# RegionName usage example
from types_boto3_bedrock.literals import RegionName
def get_value() -> RegionName:
    return "ap-east-2"# RegionName definition
RegionName = Literal[
    "ap-east-2",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ap-southeast-5",
    "ap-southeast-7",
    "ca-central-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]