Type definitions#
Index > AugmentedAIRuntime > Type definitions
Auto-generated documentation for AugmentedAIRuntime type annotations stubs module mypy-boto3-sagemaker-a2i-runtime.
TimestampTypeDef#
# TimestampTypeDef definition
TimestampTypeDef = Union[
datetime,
str,
]
DeleteHumanLoopRequestRequestTypeDef#
# DeleteHumanLoopRequestRequestTypeDef definition
class DeleteHumanLoopRequestRequestTypeDef(TypedDict):
HumanLoopName: str,
DescribeHumanLoopRequestRequestTypeDef#
# DescribeHumanLoopRequestRequestTypeDef definition
class DescribeHumanLoopRequestRequestTypeDef(TypedDict):
HumanLoopName: str,
HumanLoopOutputTypeDef#
# HumanLoopOutputTypeDef definition
class HumanLoopOutputTypeDef(TypedDict):
OutputS3Uri: str,
ResponseMetadataTypeDef#
# ResponseMetadataTypeDef definition
class ResponseMetadataTypeDef(TypedDict):
RequestId: str,
HTTPStatusCode: int,
HTTPHeaders: Dict[str, str],
RetryAttempts: int,
HostId: NotRequired[str],
HumanLoopDataAttributesTypeDef#
# HumanLoopDataAttributesTypeDef definition
class HumanLoopDataAttributesTypeDef(TypedDict):
ContentClassifiers: Sequence[ContentClassifierType], # (1)
HumanLoopInputTypeDef#
# HumanLoopInputTypeDef definition
class HumanLoopInputTypeDef(TypedDict):
InputContent: str,
HumanLoopSummaryTypeDef#
# HumanLoopSummaryTypeDef definition
class HumanLoopSummaryTypeDef(TypedDict):
HumanLoopName: NotRequired[str],
HumanLoopStatus: NotRequired[HumanLoopStatusType], # (1)
CreationTime: NotRequired[datetime],
FailureReason: NotRequired[str],
FlowDefinitionArn: NotRequired[str],
PaginatorConfigTypeDef#
# PaginatorConfigTypeDef definition
class PaginatorConfigTypeDef(TypedDict):
MaxItems: NotRequired[int],
PageSize: NotRequired[int],
StartingToken: NotRequired[str],
StopHumanLoopRequestRequestTypeDef#
# StopHumanLoopRequestRequestTypeDef definition
class StopHumanLoopRequestRequestTypeDef(TypedDict):
HumanLoopName: str,
DescribeHumanLoopResponseTypeDef#
# DescribeHumanLoopResponseTypeDef definition
class DescribeHumanLoopResponseTypeDef(TypedDict):
CreationTime: datetime,
FailureReason: str,
FailureCode: str,
HumanLoopStatus: HumanLoopStatusType, # (1)
HumanLoopName: str,
HumanLoopArn: str,
FlowDefinitionArn: str,
HumanLoopOutput: HumanLoopOutputTypeDef, # (2)
ResponseMetadata: ResponseMetadataTypeDef, # (3)
StartHumanLoopResponseTypeDef#
# StartHumanLoopResponseType