mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
17194 lines
402 KiB
JSON
17194 lines
402 KiB
JSON
{
|
|
"version": "2.0",
|
|
"metadata": {
|
|
"apiVersion": "2017-07-24",
|
|
"endpointPrefix": "api.sagemaker",
|
|
"jsonVersion": "1.1",
|
|
"protocol": "json",
|
|
"serviceAbbreviation": "SageMaker",
|
|
"serviceFullName": "Amazon SageMaker Service",
|
|
"serviceId": "SageMaker",
|
|
"signatureVersion": "v4",
|
|
"signingName": "sagemaker",
|
|
"targetPrefix": "SageMaker",
|
|
"uid": "sagemaker-2017-07-24"
|
|
},
|
|
"operations": {
|
|
"AddAssociation": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceArn",
|
|
"DestinationArn"
|
|
],
|
|
"members": {
|
|
"SourceArn": {},
|
|
"DestinationArn": {},
|
|
"AssociationType": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceArn": {},
|
|
"DestinationArn": {}
|
|
}
|
|
}
|
|
},
|
|
"AddTags": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceArn",
|
|
"Tags"
|
|
],
|
|
"members": {
|
|
"ResourceArn": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AssociateTrialComponent": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrialComponentName",
|
|
"TrialName"
|
|
],
|
|
"members": {
|
|
"TrialComponentName": {},
|
|
"TrialName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialComponentArn": {},
|
|
"TrialArn": {}
|
|
}
|
|
}
|
|
},
|
|
"BatchDescribeModelPackage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageArnList"
|
|
],
|
|
"members": {
|
|
"ModelPackageArnList": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelPackageSummaries": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupName",
|
|
"ModelPackageArn",
|
|
"CreationTime",
|
|
"InferenceSpecification",
|
|
"ModelPackageStatus"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupName": {},
|
|
"ModelPackageVersion": {
|
|
"type": "integer"
|
|
},
|
|
"ModelPackageArn": {},
|
|
"ModelPackageDescription": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"InferenceSpecification": {
|
|
"shape": "Sr"
|
|
},
|
|
"ModelPackageStatus": {},
|
|
"ModelApprovalStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"BatchDescribeModelPackageErrorMap": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ErrorCode",
|
|
"ErrorResponse"
|
|
],
|
|
"members": {
|
|
"ErrorCode": {},
|
|
"ErrorResponse": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateAction": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ActionName",
|
|
"Source",
|
|
"ActionType"
|
|
],
|
|
"members": {
|
|
"ActionName": {},
|
|
"Source": {
|
|
"shape": "S1n"
|
|
},
|
|
"ActionType": {},
|
|
"Description": {},
|
|
"Status": {},
|
|
"Properties": {
|
|
"shape": "S1s"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ActionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateAlgorithm": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AlgorithmName",
|
|
"TrainingSpecification"
|
|
],
|
|
"members": {
|
|
"AlgorithmName": {},
|
|
"AlgorithmDescription": {},
|
|
"TrainingSpecification": {
|
|
"shape": "S1z"
|
|
},
|
|
"InferenceSpecification": {
|
|
"shape": "Sr"
|
|
},
|
|
"ValidationSpecification": {
|
|
"shape": "S2r"
|
|
},
|
|
"CertifyForMarketplace": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AlgorithmArn"
|
|
],
|
|
"members": {
|
|
"AlgorithmArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateApp": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"AppType",
|
|
"AppName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileName": {},
|
|
"AppType": {},
|
|
"AppName": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"ResourceSpec": {
|
|
"shape": "S4h"
|
|
},
|
|
"SpaceName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AppArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateAppImageConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AppImageConfigName"
|
|
],
|
|
"members": {
|
|
"AppImageConfigName": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"KernelGatewayImageConfig": {
|
|
"shape": "S4r"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AppImageConfigArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateArtifact": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Source",
|
|
"ArtifactType"
|
|
],
|
|
"members": {
|
|
"ArtifactName": {},
|
|
"Source": {
|
|
"shape": "S53"
|
|
},
|
|
"ArtifactType": {},
|
|
"Properties": {
|
|
"shape": "S1s"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ArtifactArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateAutoMLJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobName",
|
|
"InputDataConfig",
|
|
"OutputDataConfig",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"AutoMLJobName": {},
|
|
"InputDataConfig": {
|
|
"shape": "S5b"
|
|
},
|
|
"OutputDataConfig": {
|
|
"shape": "S5j"
|
|
},
|
|
"ProblemType": {},
|
|
"AutoMLJobObjective": {
|
|
"shape": "S5l"
|
|
},
|
|
"AutoMLJobConfig": {
|
|
"shape": "S5n"
|
|
},
|
|
"RoleArn": {},
|
|
"GenerateCandidateDefinitionsOnly": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"ModelDeployConfig": {
|
|
"shape": "S67"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobArn"
|
|
],
|
|
"members": {
|
|
"AutoMLJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateAutoMLJobV2": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobName",
|
|
"AutoMLJobInputDataConfig",
|
|
"OutputDataConfig",
|
|
"AutoMLProblemTypeConfig",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"AutoMLJobName": {},
|
|
"AutoMLJobInputDataConfig": {
|
|
"shape": "S6d"
|
|
},
|
|
"OutputDataConfig": {
|
|
"shape": "S5j"
|
|
},
|
|
"AutoMLProblemTypeConfig": {
|
|
"shape": "S6f"
|
|
},
|
|
"RoleArn": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"SecurityConfig": {
|
|
"shape": "S5s"
|
|
},
|
|
"AutoMLJobObjective": {
|
|
"shape": "S5l"
|
|
},
|
|
"ModelDeployConfig": {
|
|
"shape": "S67"
|
|
},
|
|
"DataSplitConfig": {
|
|
"shape": "S5y"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobArn"
|
|
],
|
|
"members": {
|
|
"AutoMLJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateCodeRepository": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CodeRepositoryName",
|
|
"GitConfig"
|
|
],
|
|
"members": {
|
|
"CodeRepositoryName": {},
|
|
"GitConfig": {
|
|
"shape": "S7b"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CodeRepositoryArn"
|
|
],
|
|
"members": {
|
|
"CodeRepositoryArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateCompilationJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CompilationJobName",
|
|
"RoleArn",
|
|
"OutputConfig",
|
|
"StoppingCondition"
|
|
],
|
|
"members": {
|
|
"CompilationJobName": {},
|
|
"RoleArn": {},
|
|
"ModelPackageVersionArn": {},
|
|
"InputConfig": {
|
|
"shape": "S7i"
|
|
},
|
|
"OutputConfig": {
|
|
"shape": "S7l"
|
|
},
|
|
"VpcConfig": {
|
|
"shape": "S7s"
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "S3p"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CompilationJobArn"
|
|
],
|
|
"members": {
|
|
"CompilationJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateContext": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ContextName",
|
|
"Source",
|
|
"ContextType"
|
|
],
|
|
"members": {
|
|
"ContextName": {},
|
|
"Source": {
|
|
"shape": "S80"
|
|
},
|
|
"ContextType": {},
|
|
"Description": {},
|
|
"Properties": {
|
|
"shape": "S1s"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ContextArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateDataQualityJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName",
|
|
"DataQualityAppSpecification",
|
|
"DataQualityJobInput",
|
|
"DataQualityJobOutputConfig",
|
|
"JobResources",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {},
|
|
"DataQualityBaselineConfig": {
|
|
"shape": "S85"
|
|
},
|
|
"DataQualityAppSpecification": {
|
|
"shape": "S89"
|
|
},
|
|
"DataQualityJobInput": {
|
|
"shape": "S8i"
|
|
},
|
|
"DataQualityJobOutputConfig": {
|
|
"shape": "S8w"
|
|
},
|
|
"JobResources": {
|
|
"shape": "S92"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "S97"
|
|
},
|
|
"RoleArn": {},
|
|
"StoppingCondition": {
|
|
"shape": "S98"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateDeviceFleet": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetName",
|
|
"OutputConfig"
|
|
],
|
|
"members": {
|
|
"DeviceFleetName": {},
|
|
"RoleArn": {},
|
|
"Description": {},
|
|
"OutputConfig": {
|
|
"shape": "S9e"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"EnableIotRoleAlias": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateDomain": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName",
|
|
"AuthMode",
|
|
"DefaultUserSettings",
|
|
"SubnetIds",
|
|
"VpcId"
|
|
],
|
|
"members": {
|
|
"DomainName": {},
|
|
"AuthMode": {},
|
|
"DefaultUserSettings": {
|
|
"shape": "S9k"
|
|
},
|
|
"SubnetIds": {
|
|
"shape": "S5w"
|
|
},
|
|
"VpcId": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"AppNetworkAccessType": {},
|
|
"HomeEfsFileSystemKmsKeyId": {
|
|
"deprecated": true,
|
|
"deprecatedMessage": "This property is deprecated, use KmsKeyId instead."
|
|
},
|
|
"KmsKeyId": {},
|
|
"AppSecurityGroupManagement": {},
|
|
"DomainSettings": {
|
|
"shape": "Sag"
|
|
},
|
|
"DefaultSpaceSettings": {
|
|
"shape": "Sak"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainArn": {},
|
|
"Url": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateEdgeDeploymentPlan": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanName",
|
|
"ModelConfigs",
|
|
"DeviceFleetName"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanName": {},
|
|
"ModelConfigs": {
|
|
"shape": "Sap"
|
|
},
|
|
"DeviceFleetName": {},
|
|
"Stages": {
|
|
"shape": "Sar"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanArn"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateEdgeDeploymentStage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanName",
|
|
"Stages"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanName": {},
|
|
"Stages": {
|
|
"shape": "Sar"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateEdgePackagingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgePackagingJobName",
|
|
"CompilationJobName",
|
|
"ModelName",
|
|
"ModelVersion",
|
|
"RoleArn",
|
|
"OutputConfig"
|
|
],
|
|
"members": {
|
|
"EdgePackagingJobName": {},
|
|
"CompilationJobName": {},
|
|
"ModelName": {},
|
|
"ModelVersion": {},
|
|
"RoleArn": {},
|
|
"OutputConfig": {
|
|
"shape": "S9e"
|
|
},
|
|
"ResourceKey": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateEndpoint": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName",
|
|
"EndpointConfigName"
|
|
],
|
|
"members": {
|
|
"EndpointName": {},
|
|
"EndpointConfigName": {},
|
|
"DeploymentConfig": {
|
|
"shape": "Sb7"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointArn"
|
|
],
|
|
"members": {
|
|
"EndpointArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateEndpointConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointConfigName",
|
|
"ProductionVariants"
|
|
],
|
|
"members": {
|
|
"EndpointConfigName": {},
|
|
"ProductionVariants": {
|
|
"shape": "Sbp"
|
|
},
|
|
"DataCaptureConfig": {
|
|
"shape": "Sc5"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"KmsKeyId": {},
|
|
"AsyncInferenceConfig": {
|
|
"shape": "Scg"
|
|
},
|
|
"ExplainerConfig": {
|
|
"shape": "Sco"
|
|
},
|
|
"ShadowProductionVariants": {
|
|
"shape": "Sbp"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointConfigArn"
|
|
],
|
|
"members": {
|
|
"EndpointConfigArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateExperiment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ExperimentName"
|
|
],
|
|
"members": {
|
|
"ExperimentName": {},
|
|
"DisplayName": {},
|
|
"Description": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateFeatureGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupName",
|
|
"RecordIdentifierFeatureName",
|
|
"EventTimeFeatureName",
|
|
"FeatureDefinitions"
|
|
],
|
|
"members": {
|
|
"FeatureGroupName": {},
|
|
"RecordIdentifierFeatureName": {},
|
|
"EventTimeFeatureName": {},
|
|
"FeatureDefinitions": {
|
|
"shape": "Sdn"
|
|
},
|
|
"OnlineStoreConfig": {
|
|
"shape": "Sdu"
|
|
},
|
|
"OfflineStoreConfig": {
|
|
"shape": "Se0"
|
|
},
|
|
"RoleArn": {},
|
|
"Description": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupArn"
|
|
],
|
|
"members": {
|
|
"FeatureGroupArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateFlowDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FlowDefinitionName",
|
|
"HumanLoopConfig",
|
|
"OutputConfig",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"FlowDefinitionName": {},
|
|
"HumanLoopRequestSource": {
|
|
"shape": "Sec"
|
|
},
|
|
"HumanLoopActivationConfig": {
|
|
"shape": "See"
|
|
},
|
|
"HumanLoopConfig": {
|
|
"shape": "Seh"
|
|
},
|
|
"OutputConfig": {
|
|
"shape": "Sew"
|
|
},
|
|
"RoleArn": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FlowDefinitionArn"
|
|
],
|
|
"members": {
|
|
"FlowDefinitionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateHub": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubName",
|
|
"HubDescription"
|
|
],
|
|
"members": {
|
|
"HubName": {},
|
|
"HubDescription": {},
|
|
"HubDisplayName": {},
|
|
"HubSearchKeywords": {
|
|
"shape": "Sf3"
|
|
},
|
|
"S3StorageConfig": {
|
|
"shape": "Sf5"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubArn"
|
|
],
|
|
"members": {
|
|
"HubArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateHumanTaskUi": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HumanTaskUiName",
|
|
"UiTemplate"
|
|
],
|
|
"members": {
|
|
"HumanTaskUiName": {},
|
|
"UiTemplate": {
|
|
"shape": "Sfb"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HumanTaskUiArn"
|
|
],
|
|
"members": {
|
|
"HumanTaskUiArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateHyperParameterTuningJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HyperParameterTuningJobName",
|
|
"HyperParameterTuningJobConfig"
|
|
],
|
|
"members": {
|
|
"HyperParameterTuningJobName": {},
|
|
"HyperParameterTuningJobConfig": {
|
|
"shape": "Sfg"
|
|
},
|
|
"TrainingJobDefinition": {
|
|
"shape": "Sg9"
|
|
},
|
|
"TrainingJobDefinitions": {
|
|
"shape": "Sgp"
|
|
},
|
|
"WarmStartConfig": {
|
|
"shape": "Sgq"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"Autotune": {
|
|
"shape": "Sgu"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HyperParameterTuningJobArn"
|
|
],
|
|
"members": {
|
|
"HyperParameterTuningJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateImage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageName",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"Description": {},
|
|
"DisplayName": {},
|
|
"ImageName": {},
|
|
"RoleArn": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ImageArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateImageVersion": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"BaseImage",
|
|
"ClientToken",
|
|
"ImageName"
|
|
],
|
|
"members": {
|
|
"BaseImage": {},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"ImageName": {},
|
|
"Aliases": {
|
|
"shape": "Sh5"
|
|
},
|
|
"VendorGuidance": {},
|
|
"JobType": {},
|
|
"MLFramework": {},
|
|
"ProgrammingLang": {},
|
|
"Processor": {},
|
|
"Horovod": {
|
|
"type": "boolean"
|
|
},
|
|
"ReleaseNotes": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ImageVersionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateInferenceExperiment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Type",
|
|
"RoleArn",
|
|
"EndpointName",
|
|
"ModelVariants",
|
|
"ShadowModeConfig"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Type": {},
|
|
"Schedule": {
|
|
"shape": "Shi"
|
|
},
|
|
"Description": {},
|
|
"RoleArn": {},
|
|
"EndpointName": {},
|
|
"ModelVariants": {
|
|
"shape": "Shl"
|
|
},
|
|
"DataStorageConfig": {
|
|
"shape": "Sht"
|
|
},
|
|
"ShadowModeConfig": {
|
|
"shape": "Shu"
|
|
},
|
|
"KmsKey": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InferenceExperimentArn"
|
|
],
|
|
"members": {
|
|
"InferenceExperimentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateInferenceRecommendationsJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobName",
|
|
"JobType",
|
|
"RoleArn",
|
|
"InputConfig"
|
|
],
|
|
"members": {
|
|
"JobName": {},
|
|
"JobType": {},
|
|
"RoleArn": {},
|
|
"InputConfig": {
|
|
"shape": "Si2"
|
|
},
|
|
"JobDescription": {},
|
|
"StoppingConditions": {
|
|
"shape": "Sj6"
|
|
},
|
|
"OutputConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"KmsKeyId": {},
|
|
"CompiledOutputConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3OutputUri": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobArn"
|
|
],
|
|
"members": {
|
|
"JobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateLabelingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LabelingJobName",
|
|
"LabelAttributeName",
|
|
"InputConfig",
|
|
"OutputConfig",
|
|
"RoleArn",
|
|
"HumanTaskConfig"
|
|
],
|
|
"members": {
|
|
"LabelingJobName": {},
|
|
"LabelAttributeName": {},
|
|
"InputConfig": {
|
|
"shape": "Sji"
|
|
},
|
|
"OutputConfig": {
|
|
"shape": "Sjp"
|
|
},
|
|
"RoleArn": {},
|
|
"LabelCategoryConfigS3Uri": {},
|
|
"StoppingConditions": {
|
|
"shape": "Sjq"
|
|
},
|
|
"LabelingJobAlgorithmsConfig": {
|
|
"shape": "Sjt"
|
|
},
|
|
"HumanTaskConfig": {
|
|
"shape": "Sjx"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LabelingJobArn"
|
|
],
|
|
"members": {
|
|
"LabelingJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateModel": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelName",
|
|
"ExecutionRoleArn"
|
|
],
|
|
"members": {
|
|
"ModelName": {},
|
|
"PrimaryContainer": {
|
|
"shape": "Skc"
|
|
},
|
|
"Containers": {
|
|
"shape": "Skq"
|
|
},
|
|
"InferenceExecutionConfig": {
|
|
"shape": "Skr"
|
|
},
|
|
"ExecutionRoleArn": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
},
|
|
"EnableNetworkIsolation": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelArn"
|
|
],
|
|
"members": {
|
|
"ModelArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateModelBiasJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName",
|
|
"ModelBiasAppSpecification",
|
|
"ModelBiasJobInput",
|
|
"ModelBiasJobOutputConfig",
|
|
"JobResources",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {},
|
|
"ModelBiasBaselineConfig": {
|
|
"shape": "Skv"
|
|
},
|
|
"ModelBiasAppSpecification": {
|
|
"shape": "Skw"
|
|
},
|
|
"ModelBiasJobInput": {
|
|
"shape": "Skx"
|
|
},
|
|
"ModelBiasJobOutputConfig": {
|
|
"shape": "S8w"
|
|
},
|
|
"JobResources": {
|
|
"shape": "S92"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "S97"
|
|
},
|
|
"RoleArn": {},
|
|
"StoppingCondition": {
|
|
"shape": "S98"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateModelCard": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardName",
|
|
"Content",
|
|
"ModelCardStatus"
|
|
],
|
|
"members": {
|
|
"ModelCardName": {},
|
|
"SecurityConfig": {
|
|
"shape": "Sl1"
|
|
},
|
|
"Content": {
|
|
"shape": "Sl2"
|
|
},
|
|
"ModelCardStatus": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardArn"
|
|
],
|
|
"members": {
|
|
"ModelCardArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateModelCardExportJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardName",
|
|
"ModelCardExportJobName",
|
|
"OutputConfig"
|
|
],
|
|
"members": {
|
|
"ModelCardName": {},
|
|
"ModelCardVersion": {
|
|
"type": "integer"
|
|
},
|
|
"ModelCardExportJobName": {},
|
|
"OutputConfig": {
|
|
"shape": "Sl8"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardExportJobArn"
|
|
],
|
|
"members": {
|
|
"ModelCardExportJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateModelExplainabilityJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName",
|
|
"ModelExplainabilityAppSpecification",
|
|
"ModelExplainabilityJobInput",
|
|
"ModelExplainabilityJobOutputConfig",
|
|
"JobResources",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {},
|
|
"ModelExplainabilityBaselineConfig": {
|
|
"shape": "Slc"
|
|
},
|
|
"ModelExplainabilityAppSpecification": {
|
|
"shape": "Sld"
|
|
},
|
|
"ModelExplainabilityJobInput": {
|
|
"shape": "Sle"
|
|
},
|
|
"ModelExplainabilityJobOutputConfig": {
|
|
"shape": "S8w"
|
|
},
|
|
"JobResources": {
|
|
"shape": "S92"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "S97"
|
|
},
|
|
"RoleArn": {},
|
|
"StoppingCondition": {
|
|
"shape": "S98"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateModelPackage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelPackageName": {},
|
|
"ModelPackageGroupName": {},
|
|
"ModelPackageDescription": {},
|
|
"InferenceSpecification": {
|
|
"shape": "Sr"
|
|
},
|
|
"ValidationSpecification": {
|
|
"shape": "Slh"
|
|
},
|
|
"SourceAlgorithmSpecification": {
|
|
"shape": "Slk"
|
|
},
|
|
"CertifyForMarketplace": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"ModelApprovalStatus": {},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"ModelMetrics": {
|
|
"shape": "Sln"
|
|
},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"CustomerMetadataProperties": {
|
|
"shape": "Slu"
|
|
},
|
|
"DriftCheckBaselines": {
|
|
"shape": "Slx"
|
|
},
|
|
"Domain": {},
|
|
"Task": {},
|
|
"SamplePayloadUrl": {},
|
|
"AdditionalInferenceSpecifications": {
|
|
"shape": "Sm3"
|
|
},
|
|
"SkipModelValidation": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageArn"
|
|
],
|
|
"members": {
|
|
"ModelPackageArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateModelPackageGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupName"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupName": {},
|
|
"ModelPackageGroupDescription": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupArn"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateModelQualityJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName",
|
|
"ModelQualityAppSpecification",
|
|
"ModelQualityJobInput",
|
|
"ModelQualityJobOutputConfig",
|
|
"JobResources",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {},
|
|
"ModelQualityBaselineConfig": {
|
|
"shape": "Smb"
|
|
},
|
|
"ModelQualityAppSpecification": {
|
|
"shape": "Smc"
|
|
},
|
|
"ModelQualityJobInput": {
|
|
"shape": "Sme"
|
|
},
|
|
"ModelQualityJobOutputConfig": {
|
|
"shape": "S8w"
|
|
},
|
|
"JobResources": {
|
|
"shape": "S92"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "S97"
|
|
},
|
|
"RoleArn": {},
|
|
"StoppingCondition": {
|
|
"shape": "S98"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateMonitoringSchedule": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName",
|
|
"MonitoringScheduleConfig"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {},
|
|
"MonitoringScheduleConfig": {
|
|
"shape": "Smi"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleArn"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateNotebookInstance": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceName",
|
|
"InstanceType",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceName": {},
|
|
"InstanceType": {},
|
|
"SubnetId": {},
|
|
"SecurityGroupIds": {
|
|
"shape": "S9l"
|
|
},
|
|
"RoleArn": {},
|
|
"KmsKeyId": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"LifecycleConfigName": {},
|
|
"DirectInternetAccess": {},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
},
|
|
"AcceleratorTypes": {
|
|
"shape": "Smz"
|
|
},
|
|
"DefaultCodeRepository": {},
|
|
"AdditionalCodeRepositories": {
|
|
"shape": "Sn2"
|
|
},
|
|
"RootAccess": {},
|
|
"PlatformIdentifier": {},
|
|
"InstanceMetadataServiceConfiguration": {
|
|
"shape": "Sn5"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NotebookInstanceArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateNotebookInstanceLifecycleConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceLifecycleConfigName"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceLifecycleConfigName": {},
|
|
"OnCreate": {
|
|
"shape": "Sna"
|
|
},
|
|
"OnStart": {
|
|
"shape": "Sna"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NotebookInstanceLifecycleConfigArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreatePipeline": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineName",
|
|
"ClientRequestToken",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"PipelineName": {},
|
|
"PipelineDisplayName": {},
|
|
"PipelineDefinition": {},
|
|
"PipelineDefinitionS3Location": {
|
|
"shape": "Sni"
|
|
},
|
|
"PipelineDescription": {},
|
|
"ClientRequestToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"RoleArn": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"ParallelismConfiguration": {
|
|
"shape": "Sno"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreatePresignedDomainUrl": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"UserProfileName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileName": {},
|
|
"SessionExpirationDurationInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"ExpiresInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"SpaceName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AuthorizedUrl": {}
|
|
}
|
|
}
|
|
},
|
|
"CreatePresignedNotebookInstanceUrl": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceName"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceName": {},
|
|
"SessionExpirationDurationInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AuthorizedUrl": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateProcessingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProcessingJobName",
|
|
"ProcessingResources",
|
|
"AppSpecification",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"ProcessingInputs": {
|
|
"shape": "So1"
|
|
},
|
|
"ProcessingOutputConfig": {
|
|
"shape": "Soo"
|
|
},
|
|
"ProcessingJobName": {},
|
|
"ProcessingResources": {
|
|
"shape": "Sot"
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "Sov"
|
|
},
|
|
"AppSpecification": {
|
|
"shape": "Sox"
|
|
},
|
|
"Environment": {
|
|
"shape": "Soz"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "Smq"
|
|
},
|
|
"RoleArn": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"ExperimentConfig": {
|
|
"shape": "Sp0"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProcessingJobArn"
|
|
],
|
|
"members": {
|
|
"ProcessingJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateProject": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProjectName",
|
|
"ServiceCatalogProvisioningDetails"
|
|
],
|
|
"members": {
|
|
"ProjectName": {},
|
|
"ProjectDescription": {},
|
|
"ServiceCatalogProvisioningDetails": {
|
|
"shape": "Sp5"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProjectArn",
|
|
"ProjectId"
|
|
],
|
|
"members": {
|
|
"ProjectArn": {},
|
|
"ProjectId": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateSpace": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"SpaceName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"SpaceName": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"SpaceSettings": {
|
|
"shape": "Spf"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SpaceArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateStudioLifecycleConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"StudioLifecycleConfigName",
|
|
"StudioLifecycleConfigContent",
|
|
"StudioLifecycleConfigAppType"
|
|
],
|
|
"members": {
|
|
"StudioLifecycleConfigName": {},
|
|
"StudioLifecycleConfigContent": {},
|
|
"StudioLifecycleConfigAppType": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StudioLifecycleConfigArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateTrainingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobName",
|
|
"AlgorithmSpecification",
|
|
"RoleArn",
|
|
"OutputDataConfig",
|
|
"ResourceConfig",
|
|
"StoppingCondition"
|
|
],
|
|
"members": {
|
|
"TrainingJobName": {},
|
|
"HyperParameters": {
|
|
"shape": "S2w"
|
|
},
|
|
"AlgorithmSpecification": {
|
|
"shape": "Spp"
|
|
},
|
|
"RoleArn": {},
|
|
"InputDataConfig": {
|
|
"shape": "S2y"
|
|
},
|
|
"OutputDataConfig": {
|
|
"shape": "S3g"
|
|
},
|
|
"ResourceConfig": {
|
|
"shape": "S3j"
|
|
},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "S3p"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"EnableNetworkIsolation": {
|
|
"type": "boolean"
|
|
},
|
|
"EnableInterContainerTrafficEncryption": {
|
|
"type": "boolean"
|
|
},
|
|
"EnableManagedSpotTraining": {
|
|
"type": "boolean"
|
|
},
|
|
"CheckpointConfig": {
|
|
"shape": "Sge"
|
|
},
|
|
"DebugHookConfig": {
|
|
"shape": "Spy"
|
|
},
|
|
"DebugRuleConfigurations": {
|
|
"shape": "Sq6"
|
|
},
|
|
"TensorBoardOutputConfig": {
|
|
"shape": "Sqa"
|
|
},
|
|
"ExperimentConfig": {
|
|
"shape": "Sp0"
|
|
},
|
|
"ProfilerConfig": {
|
|
"shape": "Sqb"
|
|
},
|
|
"ProfilerRuleConfigurations": {
|
|
"shape": "Sqf"
|
|
},
|
|
"Environment": {
|
|
"shape": "Sqh"
|
|
},
|
|
"RetryStrategy": {
|
|
"shape": "Sgf"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobArn"
|
|
],
|
|
"members": {
|
|
"TrainingJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateTransformJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TransformJobName",
|
|
"ModelName",
|
|
"TransformInput",
|
|
"TransformOutput",
|
|
"TransformResources"
|
|
],
|
|
"members": {
|
|
"TransformJobName": {},
|
|
"ModelName": {},
|
|
"MaxConcurrentTransforms": {
|
|
"type": "integer"
|
|
},
|
|
"ModelClientConfig": {
|
|
"shape": "Sqo"
|
|
},
|
|
"MaxPayloadInMB": {
|
|
"type": "integer"
|
|
},
|
|
"BatchStrategy": {},
|
|
"Environment": {
|
|
"shape": "S3x"
|
|
},
|
|
"TransformInput": {
|
|
"shape": "S40"
|
|
},
|
|
"TransformOutput": {
|
|
"shape": "S44"
|
|
},
|
|
"DataCaptureConfig": {
|
|
"shape": "Sqr"
|
|
},
|
|
"TransformResources": {
|
|
"shape": "S47"
|
|
},
|
|
"DataProcessing": {
|
|
"shape": "Sqs"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"ExperimentConfig": {
|
|
"shape": "Sp0"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TransformJobArn"
|
|
],
|
|
"members": {
|
|
"TransformJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateTrial": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrialName",
|
|
"ExperimentName"
|
|
],
|
|
"members": {
|
|
"TrialName": {},
|
|
"DisplayName": {},
|
|
"ExperimentName": {},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateTrialComponent": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrialComponentName"
|
|
],
|
|
"members": {
|
|
"TrialComponentName": {},
|
|
"DisplayName": {},
|
|
"Status": {
|
|
"shape": "Sr0"
|
|
},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Parameters": {
|
|
"shape": "Sr3"
|
|
},
|
|
"InputArtifacts": {
|
|
"shape": "Sr7"
|
|
},
|
|
"OutputArtifacts": {
|
|
"shape": "Sr7"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialComponentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateUserProfile": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"UserProfileName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileName": {},
|
|
"SingleSignOnUserIdentifier": {},
|
|
"SingleSignOnUserValue": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"UserSettings": {
|
|
"shape": "S9k"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UserProfileArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateWorkforce": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkforceName"
|
|
],
|
|
"members": {
|
|
"CognitoConfig": {
|
|
"shape": "Sri"
|
|
},
|
|
"OidcConfig": {
|
|
"shape": "Srl"
|
|
},
|
|
"SourceIpConfig": {
|
|
"shape": "Sro"
|
|
},
|
|
"WorkforceName": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"WorkforceVpcConfig": {
|
|
"shape": "Srs"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkforceArn"
|
|
],
|
|
"members": {
|
|
"WorkforceArn": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateWorkteam": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkteamName",
|
|
"MemberDefinitions",
|
|
"Description"
|
|
],
|
|
"members": {
|
|
"WorkteamName": {},
|
|
"WorkforceName": {},
|
|
"MemberDefinitions": {
|
|
"shape": "Ss2"
|
|
},
|
|
"Description": {},
|
|
"NotificationConfiguration": {
|
|
"shape": "Ssa"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"WorkteamArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteAction": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ActionName"
|
|
],
|
|
"members": {
|
|
"ActionName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ActionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteAlgorithm": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AlgorithmName"
|
|
],
|
|
"members": {
|
|
"AlgorithmName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteApp": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"AppType",
|
|
"AppName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileName": {},
|
|
"AppType": {},
|
|
"AppName": {},
|
|
"SpaceName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteAppImageConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AppImageConfigName"
|
|
],
|
|
"members": {
|
|
"AppImageConfigName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteArtifact": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ArtifactArn": {},
|
|
"Source": {
|
|
"shape": "S53"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ArtifactArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteAssociation": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceArn",
|
|
"DestinationArn"
|
|
],
|
|
"members": {
|
|
"SourceArn": {},
|
|
"DestinationArn": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceArn": {},
|
|
"DestinationArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteCodeRepository": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CodeRepositoryName"
|
|
],
|
|
"members": {
|
|
"CodeRepositoryName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteContext": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ContextName"
|
|
],
|
|
"members": {
|
|
"ContextName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ContextArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDataQualityJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDeviceFleet": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetName"
|
|
],
|
|
"members": {
|
|
"DeviceFleetName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDomain": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"RetentionPolicy": {
|
|
"type": "structure",
|
|
"members": {
|
|
"HomeEfsFileSystem": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteEdgeDeploymentPlan": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanName"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteEdgeDeploymentStage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanName",
|
|
"StageName"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanName": {},
|
|
"StageName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteEndpoint": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName"
|
|
],
|
|
"members": {
|
|
"EndpointName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteEndpointConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointConfigName"
|
|
],
|
|
"members": {
|
|
"EndpointConfigName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteExperiment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ExperimentName"
|
|
],
|
|
"members": {
|
|
"ExperimentName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteFeatureGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupName"
|
|
],
|
|
"members": {
|
|
"FeatureGroupName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteFlowDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FlowDefinitionName"
|
|
],
|
|
"members": {
|
|
"FlowDefinitionName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"DeleteHub": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubName"
|
|
],
|
|
"members": {
|
|
"HubName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteHubContent": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubName",
|
|
"HubContentType",
|
|
"HubContentName",
|
|
"HubContentVersion"
|
|
],
|
|
"members": {
|
|
"HubName": {},
|
|
"HubContentType": {},
|
|
"HubContentName": {},
|
|
"HubContentVersion": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteHumanTaskUi": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HumanTaskUiName"
|
|
],
|
|
"members": {
|
|
"HumanTaskUiName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"DeleteImage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageName"
|
|
],
|
|
"members": {
|
|
"ImageName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"DeleteImageVersion": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageName"
|
|
],
|
|
"members": {
|
|
"ImageName": {},
|
|
"Version": {
|
|
"type": "integer"
|
|
},
|
|
"Alias": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"DeleteInferenceExperiment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name"
|
|
],
|
|
"members": {
|
|
"Name": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InferenceExperimentArn"
|
|
],
|
|
"members": {
|
|
"InferenceExperimentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteModel": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelName"
|
|
],
|
|
"members": {
|
|
"ModelName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteModelBiasJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteModelCard": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardName"
|
|
],
|
|
"members": {
|
|
"ModelCardName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteModelExplainabilityJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteModelPackage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageName"
|
|
],
|
|
"members": {
|
|
"ModelPackageName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteModelPackageGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupName"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteModelPackageGroupPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupName"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteModelQualityJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteMonitoringSchedule": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteNotebookInstance": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceName"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteNotebookInstanceLifecycleConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceLifecycleConfigName"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceLifecycleConfigName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeletePipeline": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineName",
|
|
"ClientRequestToken"
|
|
],
|
|
"members": {
|
|
"PipelineName": {},
|
|
"ClientRequestToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteProject": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProjectName"
|
|
],
|
|
"members": {
|
|
"ProjectName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteSpace": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"SpaceName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"SpaceName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteStudioLifecycleConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"StudioLifecycleConfigName"
|
|
],
|
|
"members": {
|
|
"StudioLifecycleConfigName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteTags": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceArn",
|
|
"TagKeys"
|
|
],
|
|
"members": {
|
|
"ResourceArn": {},
|
|
"TagKeys": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"DeleteTrial": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrialName"
|
|
],
|
|
"members": {
|
|
"TrialName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteTrialComponent": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrialComponentName"
|
|
],
|
|
"members": {
|
|
"TrialComponentName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialComponentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteUserProfile": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"UserProfileName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileName": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteWorkforce": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkforceName"
|
|
],
|
|
"members": {
|
|
"WorkforceName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"DeleteWorkteam": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkteamName"
|
|
],
|
|
"members": {
|
|
"WorkteamName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Success"
|
|
],
|
|
"members": {
|
|
"Success": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeregisterDevices": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetName",
|
|
"DeviceNames"
|
|
],
|
|
"members": {
|
|
"DeviceFleetName": {},
|
|
"DeviceNames": {
|
|
"shape": "Saw"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeAction": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ActionName"
|
|
],
|
|
"members": {
|
|
"ActionName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ActionName": {},
|
|
"ActionArn": {},
|
|
"Source": {
|
|
"shape": "S1n"
|
|
},
|
|
"ActionType": {},
|
|
"Description": {},
|
|
"Status": {},
|
|
"Properties": {
|
|
"shape": "S1s"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"LineageGroupArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeAlgorithm": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AlgorithmName"
|
|
],
|
|
"members": {
|
|
"AlgorithmName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AlgorithmName",
|
|
"AlgorithmArn",
|
|
"CreationTime",
|
|
"TrainingSpecification",
|
|
"AlgorithmStatus",
|
|
"AlgorithmStatusDetails"
|
|
],
|
|
"members": {
|
|
"AlgorithmName": {},
|
|
"AlgorithmArn": {},
|
|
"AlgorithmDescription": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingSpecification": {
|
|
"shape": "S1z"
|
|
},
|
|
"InferenceSpecification": {
|
|
"shape": "Sr"
|
|
},
|
|
"ValidationSpecification": {
|
|
"shape": "S2r"
|
|
},
|
|
"AlgorithmStatus": {},
|
|
"AlgorithmStatusDetails": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ValidationStatuses": {
|
|
"shape": "Suk"
|
|
},
|
|
"ImageScanStatuses": {
|
|
"shape": "Suk"
|
|
}
|
|
}
|
|
},
|
|
"ProductId": {},
|
|
"CertifyForMarketplace": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeApp": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"AppType",
|
|
"AppName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileName": {},
|
|
"AppType": {},
|
|
"AppName": {},
|
|
"SpaceName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AppArn": {},
|
|
"AppType": {},
|
|
"AppName": {},
|
|
"DomainId": {},
|
|
"UserProfileName": {},
|
|
"Status": {},
|
|
"LastHealthCheckTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastUserActivityTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"ResourceSpec": {
|
|
"shape": "S4h"
|
|
},
|
|
"SpaceName": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeAppImageConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AppImageConfigName"
|
|
],
|
|
"members": {
|
|
"AppImageConfigName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AppImageConfigArn": {},
|
|
"AppImageConfigName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"KernelGatewayImageConfig": {
|
|
"shape": "S4r"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeArtifact": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ArtifactArn"
|
|
],
|
|
"members": {
|
|
"ArtifactArn": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ArtifactName": {},
|
|
"ArtifactArn": {},
|
|
"Source": {
|
|
"shape": "S53"
|
|
},
|
|
"ArtifactType": {},
|
|
"Properties": {
|
|
"shape": "S1s"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"LineageGroupArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeAutoMLJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobName"
|
|
],
|
|
"members": {
|
|
"AutoMLJobName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobName",
|
|
"AutoMLJobArn",
|
|
"InputDataConfig",
|
|
"OutputDataConfig",
|
|
"RoleArn",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"AutoMLJobStatus",
|
|
"AutoMLJobSecondaryStatus"
|
|
],
|
|
"members": {
|
|
"AutoMLJobName": {},
|
|
"AutoMLJobArn": {},
|
|
"InputDataConfig": {
|
|
"shape": "S5b"
|
|
},
|
|
"OutputDataConfig": {
|
|
"shape": "S5j"
|
|
},
|
|
"RoleArn": {},
|
|
"AutoMLJobObjective": {
|
|
"shape": "S5l"
|
|
},
|
|
"ProblemType": {},
|
|
"AutoMLJobConfig": {
|
|
"shape": "S5n"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"PartialFailureReasons": {
|
|
"shape": "Suy"
|
|
},
|
|
"BestCandidate": {
|
|
"shape": "Sv0"
|
|
},
|
|
"AutoMLJobStatus": {},
|
|
"AutoMLJobSecondaryStatus": {},
|
|
"GenerateCandidateDefinitionsOnly": {
|
|
"type": "boolean"
|
|
},
|
|
"AutoMLJobArtifacts": {
|
|
"shape": "Svs"
|
|
},
|
|
"ResolvedAttributes": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AutoMLJobObjective": {
|
|
"shape": "S5l"
|
|
},
|
|
"ProblemType": {},
|
|
"CompletionCriteria": {
|
|
"shape": "S5o"
|
|
}
|
|
}
|
|
},
|
|
"ModelDeployConfig": {
|
|
"shape": "S67"
|
|
},
|
|
"ModelDeployResult": {
|
|
"shape": "Svw"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeAutoMLJobV2": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobName"
|
|
],
|
|
"members": {
|
|
"AutoMLJobName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobName",
|
|
"AutoMLJobArn",
|
|
"AutoMLJobInputDataConfig",
|
|
"OutputDataConfig",
|
|
"RoleArn",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"AutoMLJobStatus",
|
|
"AutoMLJobSecondaryStatus"
|
|
],
|
|
"members": {
|
|
"AutoMLJobName": {},
|
|
"AutoMLJobArn": {},
|
|
"AutoMLJobInputDataConfig": {
|
|
"shape": "S6d"
|
|
},
|
|
"OutputDataConfig": {
|
|
"shape": "S5j"
|
|
},
|
|
"RoleArn": {},
|
|
"AutoMLJobObjective": {
|
|
"shape": "S5l"
|
|
},
|
|
"AutoMLProblemTypeConfig": {
|
|
"shape": "S6f"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"PartialFailureReasons": {
|
|
"shape": "Suy"
|
|
},
|
|
"BestCandidate": {
|
|
"shape": "Sv0"
|
|
},
|
|
"AutoMLJobStatus": {},
|
|
"AutoMLJobSecondaryStatus": {},
|
|
"ModelDeployConfig": {
|
|
"shape": "S67"
|
|
},
|
|
"ModelDeployResult": {
|
|
"shape": "Svw"
|
|
},
|
|
"DataSplitConfig": {
|
|
"shape": "S5y"
|
|
},
|
|
"SecurityConfig": {
|
|
"shape": "S5s"
|
|
},
|
|
"AutoMLJobArtifacts": {
|
|
"shape": "Svs"
|
|
},
|
|
"ResolvedAttributes": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AutoMLJobObjective": {
|
|
"shape": "S5l"
|
|
},
|
|
"CompletionCriteria": {
|
|
"shape": "S5o"
|
|
},
|
|
"AutoMLProblemTypeResolvedAttributes": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TabularResolvedAttributes": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ProblemType": {}
|
|
}
|
|
},
|
|
"TextGenerationResolvedAttributes": {
|
|
"type": "structure",
|
|
"members": {
|
|
"BaseModelName": {}
|
|
}
|
|
}
|
|
},
|
|
"union": true
|
|
}
|
|
}
|
|
},
|
|
"AutoMLProblemTypeConfigName": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeCodeRepository": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CodeRepositoryName"
|
|
],
|
|
"members": {
|
|
"CodeRepositoryName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CodeRepositoryName",
|
|
"CodeRepositoryArn",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"CodeRepositoryName": {},
|
|
"CodeRepositoryArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"GitConfig": {
|
|
"shape": "S7b"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeCompilationJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CompilationJobName"
|
|
],
|
|
"members": {
|
|
"CompilationJobName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CompilationJobName",
|
|
"CompilationJobArn",
|
|
"CompilationJobStatus",
|
|
"StoppingCondition",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"FailureReason",
|
|
"ModelArtifacts",
|
|
"RoleArn",
|
|
"InputConfig",
|
|
"OutputConfig"
|
|
],
|
|
"members": {
|
|
"CompilationJobName": {},
|
|
"CompilationJobArn": {},
|
|
"CompilationJobStatus": {},
|
|
"CompilationStartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CompilationEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "S3p"
|
|
},
|
|
"InferenceImage": {},
|
|
"ModelPackageVersionArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"ModelArtifacts": {
|
|
"shape": "Swb"
|
|
},
|
|
"ModelDigests": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ArtifactDigest": {}
|
|
}
|
|
},
|
|
"RoleArn": {},
|
|
"InputConfig": {
|
|
"shape": "S7i"
|
|
},
|
|
"OutputConfig": {
|
|
"shape": "S7l"
|
|
},
|
|
"VpcConfig": {
|
|
"shape": "S7s"
|
|
},
|
|
"DerivedInformation": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DerivedDataInputConfig": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeContext": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ContextName"
|
|
],
|
|
"members": {
|
|
"ContextName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ContextName": {},
|
|
"ContextArn": {},
|
|
"Source": {
|
|
"shape": "S80"
|
|
},
|
|
"ContextType": {},
|
|
"Description": {},
|
|
"Properties": {
|
|
"shape": "S1s"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LineageGroupArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDataQualityJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionArn",
|
|
"JobDefinitionName",
|
|
"CreationTime",
|
|
"DataQualityAppSpecification",
|
|
"DataQualityJobInput",
|
|
"DataQualityJobOutputConfig",
|
|
"JobResources",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionArn": {},
|
|
"JobDefinitionName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"DataQualityBaselineConfig": {
|
|
"shape": "S85"
|
|
},
|
|
"DataQualityAppSpecification": {
|
|
"shape": "S89"
|
|
},
|
|
"DataQualityJobInput": {
|
|
"shape": "S8i"
|
|
},
|
|
"DataQualityJobOutputConfig": {
|
|
"shape": "S8w"
|
|
},
|
|
"JobResources": {
|
|
"shape": "S92"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "S97"
|
|
},
|
|
"RoleArn": {},
|
|
"StoppingCondition": {
|
|
"shape": "S98"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDevice": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceName",
|
|
"DeviceFleetName"
|
|
],
|
|
"members": {
|
|
"NextToken": {},
|
|
"DeviceName": {},
|
|
"DeviceFleetName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceName",
|
|
"DeviceFleetName",
|
|
"RegistrationTime"
|
|
],
|
|
"members": {
|
|
"DeviceArn": {},
|
|
"DeviceName": {},
|
|
"Description": {},
|
|
"DeviceFleetName": {},
|
|
"IotThingName": {},
|
|
"RegistrationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LatestHeartbeat": {
|
|
"type": "timestamp"
|
|
},
|
|
"Models": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelName",
|
|
"ModelVersion"
|
|
],
|
|
"members": {
|
|
"ModelName": {},
|
|
"ModelVersion": {},
|
|
"LatestSampleTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LatestInference": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"MaxModels": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {},
|
|
"AgentVersion": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDeviceFleet": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetName"
|
|
],
|
|
"members": {
|
|
"DeviceFleetName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetName",
|
|
"DeviceFleetArn",
|
|
"OutputConfig",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"DeviceFleetName": {},
|
|
"DeviceFleetArn": {},
|
|
"OutputConfig": {
|
|
"shape": "S9e"
|
|
},
|
|
"Description": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"RoleArn": {},
|
|
"IotRoleAlias": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDomain": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId"
|
|
],
|
|
"members": {
|
|
"DomainId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainArn": {},
|
|
"DomainId": {},
|
|
"DomainName": {},
|
|
"HomeEfsFileSystemId": {},
|
|
"SingleSignOnManagedApplicationInstanceId": {},
|
|
"SingleSignOnApplicationArn": {},
|
|
"Status": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"AuthMode": {},
|
|
"DefaultUserSettings": {
|
|
"shape": "S9k"
|
|
},
|
|
"AppNetworkAccessType": {},
|
|
"HomeEfsFileSystemKmsKeyId": {
|
|
"deprecated": true,
|
|
"deprecatedMessage": "This property is deprecated, use KmsKeyId instead."
|
|
},
|
|
"SubnetIds": {
|
|
"shape": "S5w"
|
|
},
|
|
"Url": {},
|
|
"VpcId": {},
|
|
"KmsKeyId": {},
|
|
"DomainSettings": {
|
|
"shape": "Sag"
|
|
},
|
|
"AppSecurityGroupManagement": {},
|
|
"SecurityGroupIdForDomainBoundary": {},
|
|
"DefaultSpaceSettings": {
|
|
"shape": "Sak"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeEdgeDeploymentPlan": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanName"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanName": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanArn",
|
|
"EdgeDeploymentPlanName",
|
|
"ModelConfigs",
|
|
"DeviceFleetName",
|
|
"Stages"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanArn": {},
|
|
"EdgeDeploymentPlanName": {},
|
|
"ModelConfigs": {
|
|
"shape": "Sap"
|
|
},
|
|
"DeviceFleetName": {},
|
|
"EdgeDeploymentSuccess": {
|
|
"type": "integer"
|
|
},
|
|
"EdgeDeploymentPending": {
|
|
"type": "integer"
|
|
},
|
|
"EdgeDeploymentFailed": {
|
|
"type": "integer"
|
|
},
|
|
"Stages": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"StageName",
|
|
"DeviceSelectionConfig",
|
|
"DeploymentConfig",
|
|
"DeploymentStatus"
|
|
],
|
|
"members": {
|
|
"StageName": {},
|
|
"DeviceSelectionConfig": {
|
|
"shape": "Sat"
|
|
},
|
|
"DeploymentConfig": {
|
|
"shape": "Say"
|
|
},
|
|
"DeploymentStatus": {
|
|
"type": "structure",
|
|
"required": [
|
|
"StageStatus",
|
|
"EdgeDeploymentSuccessInStage",
|
|
"EdgeDeploymentPendingInStage",
|
|
"EdgeDeploymentFailedInStage"
|
|
],
|
|
"members": {
|
|
"StageStatus": {},
|
|
"EdgeDeploymentSuccessInStage": {
|
|
"type": "integer"
|
|
},
|
|
"EdgeDeploymentPendingInStage": {
|
|
"type": "integer"
|
|
},
|
|
"EdgeDeploymentFailedInStage": {
|
|
"type": "integer"
|
|
},
|
|
"EdgeDeploymentStatusMessage": {},
|
|
"EdgeDeploymentStageStartTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeEdgePackagingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgePackagingJobName"
|
|
],
|
|
"members": {
|
|
"EdgePackagingJobName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgePackagingJobArn",
|
|
"EdgePackagingJobName",
|
|
"EdgePackagingJobStatus"
|
|
],
|
|
"members": {
|
|
"EdgePackagingJobArn": {},
|
|
"EdgePackagingJobName": {},
|
|
"CompilationJobName": {},
|
|
"ModelName": {},
|
|
"ModelVersion": {},
|
|
"RoleArn": {},
|
|
"OutputConfig": {
|
|
"shape": "S9e"
|
|
},
|
|
"ResourceKey": {},
|
|
"EdgePackagingJobStatus": {},
|
|
"EdgePackagingJobStatusMessage": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModelArtifact": {},
|
|
"ModelSignature": {},
|
|
"PresetDeploymentOutput": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Type"
|
|
],
|
|
"members": {
|
|
"Type": {},
|
|
"Artifact": {},
|
|
"Status": {},
|
|
"StatusMessage": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeEndpoint": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName"
|
|
],
|
|
"members": {
|
|
"EndpointName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName",
|
|
"EndpointArn",
|
|
"EndpointConfigName",
|
|
"EndpointStatus",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"EndpointName": {},
|
|
"EndpointArn": {},
|
|
"EndpointConfigName": {},
|
|
"ProductionVariants": {
|
|
"shape": "Sxg"
|
|
},
|
|
"DataCaptureConfig": {
|
|
"shape": "Sxo"
|
|
},
|
|
"EndpointStatus": {},
|
|
"FailureReason": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastDeploymentConfig": {
|
|
"shape": "Sb7"
|
|
},
|
|
"AsyncInferenceConfig": {
|
|
"shape": "Scg"
|
|
},
|
|
"PendingDeploymentSummary": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointConfigName"
|
|
],
|
|
"members": {
|
|
"EndpointConfigName": {},
|
|
"ProductionVariants": {
|
|
"shape": "Sxs"
|
|
},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ShadowProductionVariants": {
|
|
"shape": "Sxs"
|
|
}
|
|
}
|
|
},
|
|
"ExplainerConfig": {
|
|
"shape": "Sco"
|
|
},
|
|
"ShadowProductionVariants": {
|
|
"shape": "Sxg"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeEndpointConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointConfigName"
|
|
],
|
|
"members": {
|
|
"EndpointConfigName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointConfigName",
|
|
"EndpointConfigArn",
|
|
"ProductionVariants",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"EndpointConfigName": {},
|
|
"EndpointConfigArn": {},
|
|
"ProductionVariants": {
|
|
"shape": "Sbp"
|
|
},
|
|
"DataCaptureConfig": {
|
|
"shape": "Sc5"
|
|
},
|
|
"KmsKeyId": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"AsyncInferenceConfig": {
|
|
"shape": "Scg"
|
|
},
|
|
"ExplainerConfig": {
|
|
"shape": "Sco"
|
|
},
|
|
"ShadowProductionVariants": {
|
|
"shape": "Sbp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeExperiment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ExperimentName"
|
|
],
|
|
"members": {
|
|
"ExperimentName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentName": {},
|
|
"ExperimentArn": {},
|
|
"DisplayName": {},
|
|
"Source": {
|
|
"shape": "Sxy"
|
|
},
|
|
"Description": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeFeatureGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupName"
|
|
],
|
|
"members": {
|
|
"FeatureGroupName": {},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupArn",
|
|
"FeatureGroupName",
|
|
"RecordIdentifierFeatureName",
|
|
"EventTimeFeatureName",
|
|
"FeatureDefinitions",
|
|
"CreationTime",
|
|
"NextToken"
|
|
],
|
|
"members": {
|
|
"FeatureGroupArn": {},
|
|
"FeatureGroupName": {},
|
|
"RecordIdentifierFeatureName": {},
|
|
"EventTimeFeatureName": {},
|
|
"FeatureDefinitions": {
|
|
"shape": "Sdn"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"OnlineStoreConfig": {
|
|
"shape": "Sdu"
|
|
},
|
|
"OfflineStoreConfig": {
|
|
"shape": "Se0"
|
|
},
|
|
"RoleArn": {},
|
|
"FeatureGroupStatus": {},
|
|
"OfflineStoreStatus": {
|
|
"shape": "Sy5"
|
|
},
|
|
"LastUpdateStatus": {
|
|
"shape": "Sy8"
|
|
},
|
|
"FailureReason": {},
|
|
"Description": {},
|
|
"NextToken": {},
|
|
"OnlineStoreTotalSizeBytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeFeatureMetadata": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupName",
|
|
"FeatureName"
|
|
],
|
|
"members": {
|
|
"FeatureGroupName": {},
|
|
"FeatureName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupArn",
|
|
"FeatureGroupName",
|
|
"FeatureName",
|
|
"FeatureType",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"FeatureGroupArn": {},
|
|
"FeatureGroupName": {},
|
|
"FeatureName": {},
|
|
"FeatureType": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Description": {},
|
|
"Parameters": {
|
|
"shape": "Sye"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeFlowDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FlowDefinitionName"
|
|
],
|
|
"members": {
|
|
"FlowDefinitionName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FlowDefinitionArn",
|
|
"FlowDefinitionName",
|
|
"FlowDefinitionStatus",
|
|
"CreationTime",
|
|
"HumanLoopConfig",
|
|
"OutputConfig",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"FlowDefinitionArn": {},
|
|
"FlowDefinitionName": {},
|
|
"FlowDefinitionStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"HumanLoopRequestSource": {
|
|
"shape": "Sec"
|
|
},
|
|
"HumanLoopActivationConfig": {
|
|
"shape": "See"
|
|
},
|
|
"HumanLoopConfig": {
|
|
"shape": "Seh"
|
|
},
|
|
"OutputConfig": {
|
|
"shape": "Sew"
|
|
},
|
|
"RoleArn": {},
|
|
"FailureReason": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeHub": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubName"
|
|
],
|
|
"members": {
|
|
"HubName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubName",
|
|
"HubArn",
|
|
"HubStatus",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"HubName": {},
|
|
"HubArn": {},
|
|
"HubDisplayName": {},
|
|
"HubDescription": {},
|
|
"HubSearchKeywords": {
|
|
"shape": "Sf3"
|
|
},
|
|
"S3StorageConfig": {
|
|
"shape": "Sf5"
|
|
},
|
|
"HubStatus": {},
|
|
"FailureReason": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeHubContent": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubName",
|
|
"HubContentType",
|
|
"HubContentName"
|
|
],
|
|
"members": {
|
|
"HubName": {},
|
|
"HubContentType": {},
|
|
"HubContentName": {},
|
|
"HubContentVersion": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubContentName",
|
|
"HubContentArn",
|
|
"HubContentVersion",
|
|
"HubContentType",
|
|
"DocumentSchemaVersion",
|
|
"HubName",
|
|
"HubArn",
|
|
"HubContentDocument",
|
|
"HubContentStatus",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"HubContentName": {},
|
|
"HubContentArn": {},
|
|
"HubContentVersion": {},
|
|
"HubContentType": {},
|
|
"DocumentSchemaVersion": {},
|
|
"HubName": {},
|
|
"HubArn": {},
|
|
"HubContentDisplayName": {},
|
|
"HubContentDescription": {},
|
|
"HubContentMarkdown": {},
|
|
"HubContentDocument": {},
|
|
"HubContentSearchKeywords": {
|
|
"shape": "Syw"
|
|
},
|
|
"HubContentDependencies": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DependencyOriginPath": {},
|
|
"DependencyCopyPath": {}
|
|
}
|
|
}
|
|
},
|
|
"HubContentStatus": {},
|
|
"FailureReason": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeHumanTaskUi": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HumanTaskUiName"
|
|
],
|
|
"members": {
|
|
"HumanTaskUiName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HumanTaskUiArn",
|
|
"HumanTaskUiName",
|
|
"CreationTime",
|
|
"UiTemplate"
|
|
],
|
|
"members": {
|
|
"HumanTaskUiArn": {},
|
|
"HumanTaskUiName": {},
|
|
"HumanTaskUiStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"UiTemplate": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Url": {},
|
|
"ContentSha256": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeHyperParameterTuningJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HyperParameterTuningJobName"
|
|
],
|
|
"members": {
|
|
"HyperParameterTuningJobName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HyperParameterTuningJobName",
|
|
"HyperParameterTuningJobArn",
|
|
"HyperParameterTuningJobConfig",
|
|
"HyperParameterTuningJobStatus",
|
|
"CreationTime",
|
|
"TrainingJobStatusCounters",
|
|
"ObjectiveStatusCounters"
|
|
],
|
|
"members": {
|
|
"HyperParameterTuningJobName": {},
|
|
"HyperParameterTuningJobArn": {},
|
|
"HyperParameterTuningJobConfig": {
|
|
"shape": "Sfg"
|
|
},
|
|
"TrainingJobDefinition": {
|
|
"shape": "Sg9"
|
|
},
|
|
"TrainingJobDefinitions": {
|
|
"shape": "Sgp"
|
|
},
|
|
"HyperParameterTuningJobStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"HyperParameterTuningEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingJobStatusCounters": {
|
|
"shape": "Szb"
|
|
},
|
|
"ObjectiveStatusCounters": {
|
|
"shape": "Szd"
|
|
},
|
|
"BestTrainingJob": {
|
|
"shape": "Szf"
|
|
},
|
|
"OverallBestTrainingJob": {
|
|
"shape": "Szf"
|
|
},
|
|
"WarmStartConfig": {
|
|
"shape": "Sgq"
|
|
},
|
|
"FailureReason": {},
|
|
"TuningJobCompletionDetails": {
|
|
"shape": "Szi"
|
|
},
|
|
"ConsumedResources": {
|
|
"shape": "Szj"
|
|
},
|
|
"Autotune": {
|
|
"shape": "Sgu"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeImage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageName"
|
|
],
|
|
"members": {
|
|
"ImageName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Description": {},
|
|
"DisplayName": {},
|
|
"FailureReason": {},
|
|
"ImageArn": {},
|
|
"ImageName": {},
|
|
"ImageStatus": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"RoleArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeImageVersion": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageName"
|
|
],
|
|
"members": {
|
|
"ImageName": {},
|
|
"Version": {
|
|
"type": "integer"
|
|
},
|
|
"Alias": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"BaseImage": {},
|
|
"ContainerImage": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"ImageArn": {},
|
|
"ImageVersionArn": {},
|
|
"ImageVersionStatus": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Version": {
|
|
"type": "integer"
|
|
},
|
|
"VendorGuidance": {},
|
|
"JobType": {},
|
|
"MLFramework": {},
|
|
"ProgrammingLang": {},
|
|
"Processor": {},
|
|
"Horovod": {
|
|
"type": "boolean"
|
|
},
|
|
"ReleaseNotes": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeInferenceExperiment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name"
|
|
],
|
|
"members": {
|
|
"Name": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Arn",
|
|
"Name",
|
|
"Type",
|
|
"Status",
|
|
"EndpointMetadata",
|
|
"ModelVariants"
|
|
],
|
|
"members": {
|
|
"Arn": {},
|
|
"Name": {},
|
|
"Type": {},
|
|
"Schedule": {
|
|
"shape": "Shi"
|
|
},
|
|
"Status": {},
|
|
"StatusReason": {},
|
|
"Description": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CompletionTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"RoleArn": {},
|
|
"EndpointMetadata": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName"
|
|
],
|
|
"members": {
|
|
"EndpointName": {},
|
|
"EndpointConfigName": {},
|
|
"EndpointStatus": {},
|
|
"FailureReason": {}
|
|
}
|
|
},
|
|
"ModelVariants": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelName",
|
|
"VariantName",
|
|
"InfrastructureConfig",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"ModelName": {},
|
|
"VariantName": {},
|
|
"InfrastructureConfig": {
|
|
"shape": "Sho"
|
|
},
|
|
"Status": {}
|
|
}
|
|
}
|
|
},
|
|
"DataStorageConfig": {
|
|
"shape": "Sht"
|
|
},
|
|
"ShadowModeConfig": {
|
|
"shape": "Shu"
|
|
},
|
|
"KmsKey": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeInferenceRecommendationsJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobName"
|
|
],
|
|
"members": {
|
|
"JobName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobName",
|
|
"JobType",
|
|
"JobArn",
|
|
"RoleArn",
|
|
"Status",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"InputConfig"
|
|
],
|
|
"members": {
|
|
"JobName": {},
|
|
"JobDescription": {},
|
|
"JobType": {},
|
|
"JobArn": {},
|
|
"RoleArn": {},
|
|
"Status": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CompletionTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"InputConfig": {
|
|
"shape": "Si2"
|
|
},
|
|
"StoppingConditions": {
|
|
"shape": "Sj6"
|
|
},
|
|
"InferenceRecommendations": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Metrics",
|
|
"EndpointConfiguration",
|
|
"ModelConfiguration"
|
|
],
|
|
"members": {
|
|
"Metrics": {
|
|
"shape": "S104"
|
|
},
|
|
"EndpointConfiguration": {
|
|
"shape": "S107"
|
|
},
|
|
"ModelConfiguration": {
|
|
"shape": "S109"
|
|
},
|
|
"RecommendationId": {},
|
|
"InvocationEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"InvocationStartTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"EndpointPerformances": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Metrics",
|
|
"EndpointInfo"
|
|
],
|
|
"members": {
|
|
"Metrics": {
|
|
"shape": "S10h"
|
|
},
|
|
"EndpointInfo": {
|
|
"shape": "Siz"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeLabelingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LabelingJobName"
|
|
],
|
|
"members": {
|
|
"LabelingJobName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LabelingJobStatus",
|
|
"LabelCounters",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"JobReferenceCode",
|
|
"LabelingJobName",
|
|
"LabelingJobArn",
|
|
"InputConfig",
|
|
"OutputConfig",
|
|
"RoleArn",
|
|
"HumanTaskConfig"
|
|
],
|
|
"members": {
|
|
"LabelingJobStatus": {},
|
|
"LabelCounters": {
|
|
"shape": "S10l"
|
|
},
|
|
"FailureReason": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"JobReferenceCode": {},
|
|
"LabelingJobName": {},
|
|
"LabelingJobArn": {},
|
|
"LabelAttributeName": {},
|
|
"InputConfig": {
|
|
"shape": "Sji"
|
|
},
|
|
"OutputConfig": {
|
|
"shape": "Sjp"
|
|
},
|
|
"RoleArn": {},
|
|
"LabelCategoryConfigS3Uri": {},
|
|
"StoppingConditions": {
|
|
"shape": "Sjq"
|
|
},
|
|
"LabelingJobAlgorithmsConfig": {
|
|
"shape": "Sjt"
|
|
},
|
|
"HumanTaskConfig": {
|
|
"shape": "Sjx"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"LabelingJobOutput": {
|
|
"shape": "S10o"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeLineageGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LineageGroupName"
|
|
],
|
|
"members": {
|
|
"LineageGroupName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LineageGroupName": {},
|
|
"LineageGroupArn": {},
|
|
"DisplayName": {},
|
|
"Description": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeModel": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelName"
|
|
],
|
|
"members": {
|
|
"ModelName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelName",
|
|
"ExecutionRoleArn",
|
|
"CreationTime",
|
|
"ModelArn"
|
|
],
|
|
"members": {
|
|
"ModelName": {},
|
|
"PrimaryContainer": {
|
|
"shape": "Skc"
|
|
},
|
|
"Containers": {
|
|
"shape": "Skq"
|
|
},
|
|
"InferenceExecutionConfig": {
|
|
"shape": "Skr"
|
|
},
|
|
"ExecutionRoleArn": {},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModelArn": {},
|
|
"EnableNetworkIsolation": {
|
|
"type": "boolean"
|
|
},
|
|
"DeploymentRecommendation": {
|
|
"shape": "S10t"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeModelBiasJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionArn",
|
|
"JobDefinitionName",
|
|
"CreationTime",
|
|
"ModelBiasAppSpecification",
|
|
"ModelBiasJobInput",
|
|
"ModelBiasJobOutputConfig",
|
|
"JobResources",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionArn": {},
|
|
"JobDefinitionName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModelBiasBaselineConfig": {
|
|
"shape": "Skv"
|
|
},
|
|
"ModelBiasAppSpecification": {
|
|
"shape": "Skw"
|
|
},
|
|
"ModelBiasJobInput": {
|
|
"shape": "Skx"
|
|
},
|
|
"ModelBiasJobOutputConfig": {
|
|
"shape": "S8w"
|
|
},
|
|
"JobResources": {
|
|
"shape": "S92"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "S97"
|
|
},
|
|
"RoleArn": {},
|
|
"StoppingCondition": {
|
|
"shape": "S98"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeModelCard": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardName"
|
|
],
|
|
"members": {
|
|
"ModelCardName": {},
|
|
"ModelCardVersion": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardArn",
|
|
"ModelCardName",
|
|
"ModelCardVersion",
|
|
"Content",
|
|
"ModelCardStatus",
|
|
"CreationTime",
|
|
"CreatedBy"
|
|
],
|
|
"members": {
|
|
"ModelCardArn": {},
|
|
"ModelCardName": {},
|
|
"ModelCardVersion": {
|
|
"type": "integer"
|
|
},
|
|
"Content": {
|
|
"shape": "Sl2"
|
|
},
|
|
"ModelCardStatus": {},
|
|
"SecurityConfig": {
|
|
"shape": "Sl1"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"ModelCardProcessingStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeModelCardExportJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardExportJobArn"
|
|
],
|
|
"members": {
|
|
"ModelCardExportJobArn": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardExportJobName",
|
|
"ModelCardExportJobArn",
|
|
"Status",
|
|
"ModelCardName",
|
|
"ModelCardVersion",
|
|
"OutputConfig",
|
|
"CreatedAt",
|
|
"LastModifiedAt"
|
|
],
|
|
"members": {
|
|
"ModelCardExportJobName": {},
|
|
"ModelCardExportJobArn": {},
|
|
"Status": {},
|
|
"ModelCardName": {},
|
|
"ModelCardVersion": {
|
|
"type": "integer"
|
|
},
|
|
"OutputConfig": {
|
|
"shape": "Sl8"
|
|
},
|
|
"CreatedAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"ExportArtifacts": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3ExportArtifacts"
|
|
],
|
|
"members": {
|
|
"S3ExportArtifacts": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeModelExplainabilityJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionArn",
|
|
"JobDefinitionName",
|
|
"CreationTime",
|
|
"ModelExplainabilityAppSpecification",
|
|
"ModelExplainabilityJobInput",
|
|
"ModelExplainabilityJobOutputConfig",
|
|
"JobResources",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionArn": {},
|
|
"JobDefinitionName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModelExplainabilityBaselineConfig": {
|
|
"shape": "Slc"
|
|
},
|
|
"ModelExplainabilityAppSpecification": {
|
|
"shape": "Sld"
|
|
},
|
|
"ModelExplainabilityJobInput": {
|
|
"shape": "Sle"
|
|
},
|
|
"ModelExplainabilityJobOutputConfig": {
|
|
"shape": "S8w"
|
|
},
|
|
"JobResources": {
|
|
"shape": "S92"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "S97"
|
|
},
|
|
"RoleArn": {},
|
|
"StoppingCondition": {
|
|
"shape": "S98"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeModelPackage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageName"
|
|
],
|
|
"members": {
|
|
"ModelPackageName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageName",
|
|
"ModelPackageArn",
|
|
"CreationTime",
|
|
"ModelPackageStatus",
|
|
"ModelPackageStatusDetails"
|
|
],
|
|
"members": {
|
|
"ModelPackageName": {},
|
|
"ModelPackageGroupName": {},
|
|
"ModelPackageVersion": {
|
|
"type": "integer"
|
|
},
|
|
"ModelPackageArn": {},
|
|
"ModelPackageDescription": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"InferenceSpecification": {
|
|
"shape": "Sr"
|
|
},
|
|
"SourceAlgorithmSpecification": {
|
|
"shape": "Slk"
|
|
},
|
|
"ValidationSpecification": {
|
|
"shape": "Slh"
|
|
},
|
|
"ModelPackageStatus": {},
|
|
"ModelPackageStatusDetails": {
|
|
"shape": "S11a"
|
|
},
|
|
"CertifyForMarketplace": {
|
|
"type": "boolean"
|
|
},
|
|
"ModelApprovalStatus": {},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"ModelMetrics": {
|
|
"shape": "Sln"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"ApprovalDescription": {},
|
|
"CustomerMetadataProperties": {
|
|
"shape": "Slu"
|
|
},
|
|
"DriftCheckBaselines": {
|
|
"shape": "Slx"
|
|
},
|
|
"Domain": {},
|
|
"Task": {},
|
|
"SamplePayloadUrl": {},
|
|
"AdditionalInferenceSpecifications": {
|
|
"shape": "Sm3"
|
|
},
|
|
"SkipModelValidation": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeModelPackageGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupName"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupName",
|
|
"ModelPackageGroupArn",
|
|
"CreationTime",
|
|
"CreatedBy",
|
|
"ModelPackageGroupStatus"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupName": {},
|
|
"ModelPackageGroupArn": {},
|
|
"ModelPackageGroupDescription": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"ModelPackageGroupStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeModelQualityJobDefinition": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionName"
|
|
],
|
|
"members": {
|
|
"JobDefinitionName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionArn",
|
|
"JobDefinitionName",
|
|
"CreationTime",
|
|
"ModelQualityAppSpecification",
|
|
"ModelQualityJobInput",
|
|
"ModelQualityJobOutputConfig",
|
|
"JobResources",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"JobDefinitionArn": {},
|
|
"JobDefinitionName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModelQualityBaselineConfig": {
|
|
"shape": "Smb"
|
|
},
|
|
"ModelQualityAppSpecification": {
|
|
"shape": "Smc"
|
|
},
|
|
"ModelQualityJobInput": {
|
|
"shape": "Sme"
|
|
},
|
|
"ModelQualityJobOutputConfig": {
|
|
"shape": "S8w"
|
|
},
|
|
"JobResources": {
|
|
"shape": "S92"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "S97"
|
|
},
|
|
"RoleArn": {},
|
|
"StoppingCondition": {
|
|
"shape": "S98"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeMonitoringSchedule": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleArn",
|
|
"MonitoringScheduleName",
|
|
"MonitoringScheduleStatus",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"MonitoringScheduleConfig"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleArn": {},
|
|
"MonitoringScheduleName": {},
|
|
"MonitoringScheduleStatus": {},
|
|
"MonitoringType": {},
|
|
"FailureReason": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"MonitoringScheduleConfig": {
|
|
"shape": "Smi"
|
|
},
|
|
"EndpointName": {},
|
|
"LastMonitoringExecutionSummary": {
|
|
"shape": "S11n"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeNotebookInstance": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceName"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NotebookInstanceArn": {},
|
|
"NotebookInstanceName": {},
|
|
"NotebookInstanceStatus": {},
|
|
"FailureReason": {},
|
|
"Url": {},
|
|
"InstanceType": {},
|
|
"SubnetId": {},
|
|
"SecurityGroups": {
|
|
"shape": "S9l"
|
|
},
|
|
"RoleArn": {},
|
|
"KmsKeyId": {},
|
|
"NetworkInterfaceId": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"NotebookInstanceLifecycleConfigName": {},
|
|
"DirectInternetAccess": {},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
},
|
|
"AcceleratorTypes": {
|
|
"shape": "Smz"
|
|
},
|
|
"DefaultCodeRepository": {},
|
|
"AdditionalCodeRepositories": {
|
|
"shape": "Sn2"
|
|
},
|
|
"RootAccess": {},
|
|
"PlatformIdentifier": {},
|
|
"InstanceMetadataServiceConfiguration": {
|
|
"shape": "Sn5"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeNotebookInstanceLifecycleConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceLifecycleConfigName"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceLifecycleConfigName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NotebookInstanceLifecycleConfigArn": {},
|
|
"NotebookInstanceLifecycleConfigName": {},
|
|
"OnCreate": {
|
|
"shape": "Sna"
|
|
},
|
|
"OnStart": {
|
|
"shape": "Sna"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribePipeline": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineName"
|
|
],
|
|
"members": {
|
|
"PipelineName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineArn": {},
|
|
"PipelineName": {},
|
|
"PipelineDisplayName": {},
|
|
"PipelineDefinition": {},
|
|
"PipelineDescription": {},
|
|
"RoleArn": {},
|
|
"PipelineStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastRunTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"ParallelismConfiguration": {
|
|
"shape": "Sno"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribePipelineDefinitionForExecution": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineExecutionArn"
|
|
],
|
|
"members": {
|
|
"PipelineExecutionArn": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineDefinition": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribePipelineExecution": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineExecutionArn"
|
|
],
|
|
"members": {
|
|
"PipelineExecutionArn": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineArn": {},
|
|
"PipelineExecutionArn": {},
|
|
"PipelineExecutionDisplayName": {},
|
|
"PipelineExecutionStatus": {},
|
|
"PipelineExecutionDescription": {},
|
|
"PipelineExperimentConfig": {
|
|
"shape": "S127"
|
|
},
|
|
"FailureReason": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"ParallelismConfiguration": {
|
|
"shape": "Sno"
|
|
},
|
|
"SelectiveExecutionConfig": {
|
|
"shape": "S129"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeProcessingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProcessingJobName"
|
|
],
|
|
"members": {
|
|
"ProcessingJobName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProcessingJobName",
|
|
"ProcessingResources",
|
|
"AppSpecification",
|
|
"ProcessingJobArn",
|
|
"ProcessingJobStatus",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"ProcessingInputs": {
|
|
"shape": "So1"
|
|
},
|
|
"ProcessingOutputConfig": {
|
|
"shape": "Soo"
|
|
},
|
|
"ProcessingJobName": {},
|
|
"ProcessingResources": {
|
|
"shape": "Sot"
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "Sov"
|
|
},
|
|
"AppSpecification": {
|
|
"shape": "Sox"
|
|
},
|
|
"Environment": {
|
|
"shape": "Soz"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "Smq"
|
|
},
|
|
"RoleArn": {},
|
|
"ExperimentConfig": {
|
|
"shape": "Sp0"
|
|
},
|
|
"ProcessingJobArn": {},
|
|
"ProcessingJobStatus": {},
|
|
"ExitMessage": {},
|
|
"FailureReason": {},
|
|
"ProcessingEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ProcessingStartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"MonitoringScheduleArn": {},
|
|
"AutoMLJobArn": {},
|
|
"TrainingJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeProject": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProjectName"
|
|
],
|
|
"members": {
|
|
"ProjectName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProjectArn",
|
|
"ProjectName",
|
|
"ProjectId",
|
|
"ServiceCatalogProvisioningDetails",
|
|
"ProjectStatus",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"ProjectArn": {},
|
|
"ProjectName": {},
|
|
"ProjectId": {},
|
|
"ProjectDescription": {},
|
|
"ServiceCatalogProvisioningDetails": {
|
|
"shape": "Sp5"
|
|
},
|
|
"ServiceCatalogProvisionedProductDetails": {
|
|
"shape": "S12i"
|
|
},
|
|
"ProjectStatus": {},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeSpace": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"SpaceName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"SpaceName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainId": {},
|
|
"SpaceArn": {},
|
|
"SpaceName": {},
|
|
"HomeEfsFileSystemUid": {},
|
|
"Status": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"SpaceSettings": {
|
|
"shape": "Spf"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeStudioLifecycleConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"StudioLifecycleConfigName"
|
|
],
|
|
"members": {
|
|
"StudioLifecycleConfigName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StudioLifecycleConfigArn": {},
|
|
"StudioLifecycleConfigName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"StudioLifecycleConfigContent": {},
|
|
"StudioLifecycleConfigAppType": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeSubscribedWorkteam": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkteamArn"
|
|
],
|
|
"members": {
|
|
"WorkteamArn": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SubscribedWorkteam"
|
|
],
|
|
"members": {
|
|
"SubscribedWorkteam": {
|
|
"shape": "S12t"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeTrainingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobName"
|
|
],
|
|
"members": {
|
|
"TrainingJobName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobName",
|
|
"TrainingJobArn",
|
|
"ModelArtifacts",
|
|
"TrainingJobStatus",
|
|
"SecondaryStatus",
|
|
"AlgorithmSpecification",
|
|
"ResourceConfig",
|
|
"StoppingCondition",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"TrainingJobName": {},
|
|
"TrainingJobArn": {},
|
|
"TuningJobArn": {},
|
|
"LabelingJobArn": {},
|
|
"AutoMLJobArn": {},
|
|
"ModelArtifacts": {
|
|
"shape": "Swb"
|
|
},
|
|
"TrainingJobStatus": {},
|
|
"SecondaryStatus": {},
|
|
"FailureReason": {},
|
|
"HyperParameters": {
|
|
"shape": "S2w"
|
|
},
|
|
"AlgorithmSpecification": {
|
|
"shape": "Spp"
|
|
},
|
|
"RoleArn": {},
|
|
"InputDataConfig": {
|
|
"shape": "S2y"
|
|
},
|
|
"OutputDataConfig": {
|
|
"shape": "S3g"
|
|
},
|
|
"ResourceConfig": {
|
|
"shape": "S3j"
|
|
},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "S3p"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingStartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"SecondaryStatusTransitions": {
|
|
"shape": "S12x"
|
|
},
|
|
"FinalMetricDataList": {
|
|
"shape": "S130"
|
|
},
|
|
"EnableNetworkIsolation": {
|
|
"type": "boolean"
|
|
},
|
|
"EnableInterContainerTrafficEncryption": {
|
|
"type": "boolean"
|
|
},
|
|
"EnableManagedSpotTraining": {
|
|
"type": "boolean"
|
|
},
|
|
"CheckpointConfig": {
|
|
"shape": "Sge"
|
|
},
|
|
"TrainingTimeInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"BillableTimeInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"DebugHookConfig": {
|
|
"shape": "Spy"
|
|
},
|
|
"ExperimentConfig": {
|
|
"shape": "Sp0"
|
|
},
|
|
"DebugRuleConfigurations": {
|
|
"shape": "Sq6"
|
|
},
|
|
"TensorBoardOutputConfig": {
|
|
"shape": "Sqa"
|
|
},
|
|
"DebugRuleEvaluationStatuses": {
|
|
"shape": "S134"
|
|
},
|
|
"ProfilerConfig": {
|
|
"shape": "Sqb"
|
|
},
|
|
"ProfilerRuleConfigurations": {
|
|
"shape": "Sqf"
|
|
},
|
|
"ProfilerRuleEvaluationStatuses": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RuleConfigurationName": {},
|
|
"RuleEvaluationJobArn": {},
|
|
"RuleEvaluationStatus": {},
|
|
"StatusDetails": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ProfilingStatus": {},
|
|
"RetryStrategy": {
|
|
"shape": "Sgf"
|
|
},
|
|
"Environment": {
|
|
"shape": "Sqh"
|
|
},
|
|
"WarmPoolStatus": {
|
|
"shape": "S13b"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeTransformJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TransformJobName"
|
|
],
|
|
"members": {
|
|
"TransformJobName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TransformJobName",
|
|
"TransformJobArn",
|
|
"TransformJobStatus",
|
|
"ModelName",
|
|
"TransformInput",
|
|
"TransformResources",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"TransformJobName": {},
|
|
"TransformJobArn": {},
|
|
"TransformJobStatus": {},
|
|
"FailureReason": {},
|
|
"ModelName": {},
|
|
"MaxConcurrentTransforms": {
|
|
"type": "integer"
|
|
},
|
|
"ModelClientConfig": {
|
|
"shape": "Sqo"
|
|
},
|
|
"MaxPayloadInMB": {
|
|
"type": "integer"
|
|
},
|
|
"BatchStrategy": {},
|
|
"Environment": {
|
|
"shape": "S3x"
|
|
},
|
|
"TransformInput": {
|
|
"shape": "S40"
|
|
},
|
|
"TransformOutput": {
|
|
"shape": "S44"
|
|
},
|
|
"DataCaptureConfig": {
|
|
"shape": "Sqr"
|
|
},
|
|
"TransformResources": {
|
|
"shape": "S47"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TransformStartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TransformEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LabelingJobArn": {},
|
|
"AutoMLJobArn": {},
|
|
"DataProcessing": {
|
|
"shape": "Sqs"
|
|
},
|
|
"ExperimentConfig": {
|
|
"shape": "Sp0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeTrial": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrialName"
|
|
],
|
|
"members": {
|
|
"TrialName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialName": {},
|
|
"TrialArn": {},
|
|
"DisplayName": {},
|
|
"ExperimentName": {},
|
|
"Source": {
|
|
"shape": "S13j"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeTrialComponent": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrialComponentName"
|
|
],
|
|
"members": {
|
|
"TrialComponentName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialComponentName": {},
|
|
"TrialComponentArn": {},
|
|
"DisplayName": {},
|
|
"Source": {
|
|
"shape": "S13n"
|
|
},
|
|
"Status": {
|
|
"shape": "Sr0"
|
|
},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"Parameters": {
|
|
"shape": "Sr3"
|
|
},
|
|
"InputArtifacts": {
|
|
"shape": "Sr7"
|
|
},
|
|
"OutputArtifacts": {
|
|
"shape": "Sr7"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"Metrics": {
|
|
"shape": "S13p"
|
|
},
|
|
"LineageGroupArn": {},
|
|
"Sources": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S13n"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeUserProfile": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"UserProfileName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileArn": {},
|
|
"UserProfileName": {},
|
|
"HomeEfsFileSystemUid": {},
|
|
"Status": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"SingleSignOnUserIdentifier": {},
|
|
"SingleSignOnUserValue": {},
|
|
"UserSettings": {
|
|
"shape": "S9k"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeWorkforce": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkforceName"
|
|
],
|
|
"members": {
|
|
"WorkforceName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Workforce"
|
|
],
|
|
"members": {
|
|
"Workforce": {
|
|
"shape": "S13z"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeWorkteam": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkteamName"
|
|
],
|
|
"members": {
|
|
"WorkteamName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Workteam"
|
|
],
|
|
"members": {
|
|
"Workteam": {
|
|
"shape": "S147"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DisableSagemakerServicecatalogPortfolio": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"DisassociateTrialComponent": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrialComponentName",
|
|
"TrialName"
|
|
],
|
|
"members": {
|
|
"TrialComponentName": {},
|
|
"TrialName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialComponentArn": {},
|
|
"TrialArn": {}
|
|
}
|
|
}
|
|
},
|
|
"EnableSagemakerServicecatalogPortfolio": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"GetDeviceFleetReport": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetName"
|
|
],
|
|
"members": {
|
|
"DeviceFleetName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetArn",
|
|
"DeviceFleetName"
|
|
],
|
|
"members": {
|
|
"DeviceFleetArn": {},
|
|
"DeviceFleetName": {},
|
|
"OutputConfig": {
|
|
"shape": "S9e"
|
|
},
|
|
"Description": {},
|
|
"ReportGenerated": {
|
|
"type": "timestamp"
|
|
},
|
|
"DeviceStats": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConnectedDeviceCount",
|
|
"RegisteredDeviceCount"
|
|
],
|
|
"members": {
|
|
"ConnectedDeviceCount": {
|
|
"type": "long"
|
|
},
|
|
"RegisteredDeviceCount": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"AgentVersions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Version",
|
|
"AgentCount"
|
|
],
|
|
"members": {
|
|
"Version": {},
|
|
"AgentCount": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ModelStats": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelName",
|
|
"ModelVersion",
|
|
"OfflineDeviceCount",
|
|
"ConnectedDeviceCount",
|
|
"ActiveDeviceCount",
|
|
"SamplingDeviceCount"
|
|
],
|
|
"members": {
|
|
"ModelName": {},
|
|
"ModelVersion": {},
|
|
"OfflineDeviceCount": {
|
|
"type": "long"
|
|
},
|
|
"ConnectedDeviceCount": {
|
|
"type": "long"
|
|
},
|
|
"ActiveDeviceCount": {
|
|
"type": "long"
|
|
},
|
|
"SamplingDeviceCount": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetLineageGroupPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LineageGroupName"
|
|
],
|
|
"members": {
|
|
"LineageGroupName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LineageGroupArn": {},
|
|
"ResourcePolicy": {}
|
|
}
|
|
}
|
|
},
|
|
"GetModelPackageGroupPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupName"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourcePolicy"
|
|
],
|
|
"members": {
|
|
"ResourcePolicy": {}
|
|
}
|
|
}
|
|
},
|
|
"GetSagemakerServicecatalogPortfolioStatus": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Status": {}
|
|
}
|
|
}
|
|
},
|
|
"GetScalingConfigurationRecommendation": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InferenceRecommendationsJobName"
|
|
],
|
|
"members": {
|
|
"InferenceRecommendationsJobName": {},
|
|
"RecommendationId": {},
|
|
"EndpointName": {},
|
|
"TargetCpuUtilizationPerCore": {
|
|
"type": "integer"
|
|
},
|
|
"ScalingPolicyObjective": {
|
|
"shape": "S14z"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InferenceRecommendationsJobName": {},
|
|
"RecommendationId": {},
|
|
"EndpointName": {},
|
|
"TargetCpuUtilizationPerCore": {
|
|
"type": "integer"
|
|
},
|
|
"ScalingPolicyObjective": {
|
|
"shape": "S14z"
|
|
},
|
|
"Metric": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InvocationsPerInstance": {
|
|
"type": "integer"
|
|
},
|
|
"ModelLatency": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"DynamicScalingConfiguration": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MinCapacity": {
|
|
"type": "integer"
|
|
},
|
|
"MaxCapacity": {
|
|
"type": "integer"
|
|
},
|
|
"ScaleInCooldown": {
|
|
"type": "integer"
|
|
},
|
|
"ScaleOutCooldown": {
|
|
"type": "integer"
|
|
},
|
|
"ScalingPolicies": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TargetTracking": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MetricSpecification": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Predefined": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PredefinedMetricType": {}
|
|
}
|
|
},
|
|
"Customized": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MetricName": {},
|
|
"Namespace": {},
|
|
"Statistic": {}
|
|
}
|
|
}
|
|
},
|
|
"union": true
|
|
},
|
|
"TargetValue": {
|
|
"type": "double"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"union": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetSearchSuggestions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Resource"
|
|
],
|
|
"members": {
|
|
"Resource": {},
|
|
"SuggestionQuery": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PropertyNameQuery": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PropertyNameHint"
|
|
],
|
|
"members": {
|
|
"PropertyNameHint": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PropertyNameSuggestions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PropertyName": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ImportHubContent": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubContentName",
|
|
"HubContentType",
|
|
"DocumentSchemaVersion",
|
|
"HubName",
|
|
"HubContentDocument"
|
|
],
|
|
"members": {
|
|
"HubContentName": {},
|
|
"HubContentVersion": {},
|
|
"HubContentType": {},
|
|
"DocumentSchemaVersion": {},
|
|
"HubName": {},
|
|
"HubContentDisplayName": {},
|
|
"HubContentDescription": {},
|
|
"HubContentMarkdown": {},
|
|
"HubContentDocument": {},
|
|
"HubContentSearchKeywords": {
|
|
"shape": "Syw"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubArn",
|
|
"HubContentArn"
|
|
],
|
|
"members": {
|
|
"HubArn": {},
|
|
"HubContentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"ListActions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceUri": {},
|
|
"ActionType": {},
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ActionSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ActionArn": {},
|
|
"ActionName": {},
|
|
"Source": {
|
|
"shape": "S1n"
|
|
},
|
|
"ActionType": {},
|
|
"Status": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListAlgorithms": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"NextToken": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AlgorithmSummaryList"
|
|
],
|
|
"members": {
|
|
"AlgorithmSummaryList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AlgorithmName",
|
|
"AlgorithmArn",
|
|
"CreationTime",
|
|
"AlgorithmStatus"
|
|
],
|
|
"members": {
|
|
"AlgorithmName": {},
|
|
"AlgorithmArn": {},
|
|
"AlgorithmDescription": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"AlgorithmStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListAliases": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageName"
|
|
],
|
|
"members": {
|
|
"ImageName": {},
|
|
"Alias": {},
|
|
"Version": {
|
|
"type": "integer"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SageMakerImageVersionAliases": {
|
|
"shape": "Sh5"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListAppImageConfigs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"AppImageConfigs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AppImageConfigArn": {},
|
|
"AppImageConfigName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"KernelGatewayImageConfig": {
|
|
"shape": "S4r"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListApps": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"SortOrder": {},
|
|
"SortBy": {},
|
|
"DomainIdEquals": {},
|
|
"UserProfileNameEquals": {},
|
|
"SpaceNameEquals": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Apps": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileName": {},
|
|
"AppType": {},
|
|
"AppName": {},
|
|
"Status": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"SpaceName": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListArtifacts": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceUri": {},
|
|
"ArtifactType": {},
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ArtifactSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ArtifactArn": {},
|
|
"ArtifactName": {},
|
|
"Source": {
|
|
"shape": "S53"
|
|
},
|
|
"ArtifactType": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListAssociations": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceArn": {},
|
|
"DestinationArn": {},
|
|
"SourceType": {},
|
|
"DestinationType": {},
|
|
"AssociationType": {},
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AssociationSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceArn": {},
|
|
"DestinationArn": {},
|
|
"SourceType": {},
|
|
"DestinationType": {},
|
|
"AssociationType": {},
|
|
"SourceName": {},
|
|
"DestinationName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListAutoMLJobs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"NameContains": {},
|
|
"StatusEquals": {},
|
|
"SortOrder": {},
|
|
"SortBy": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobSummaries"
|
|
],
|
|
"members": {
|
|
"AutoMLJobSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobName",
|
|
"AutoMLJobArn",
|
|
"AutoMLJobStatus",
|
|
"AutoMLJobSecondaryStatus",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"AutoMLJobName": {},
|
|
"AutoMLJobArn": {},
|
|
"AutoMLJobStatus": {},
|
|
"AutoMLJobSecondaryStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"PartialFailureReasons": {
|
|
"shape": "Suy"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListCandidatesForAutoMLJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobName"
|
|
],
|
|
"members": {
|
|
"AutoMLJobName": {},
|
|
"StatusEquals": {},
|
|
"CandidateNameEquals": {},
|
|
"SortOrder": {},
|
|
"SortBy": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Candidates"
|
|
],
|
|
"members": {
|
|
"Candidates": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sv0"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListCodeRepositories": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"NextToken": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CodeRepositorySummaryList"
|
|
],
|
|
"members": {
|
|
"CodeRepositorySummaryList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CodeRepositoryName",
|
|
"CodeRepositoryArn",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"CodeRepositoryName": {},
|
|
"CodeRepositoryArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"GitConfig": {
|
|
"shape": "S7b"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListCompilationJobs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"NameContains": {},
|
|
"StatusEquals": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CompilationJobSummaries"
|
|
],
|
|
"members": {
|
|
"CompilationJobSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CompilationJobName",
|
|
"CompilationJobArn",
|
|
"CreationTime",
|
|
"CompilationJobStatus"
|
|
],
|
|
"members": {
|
|
"CompilationJobName": {},
|
|
"CompilationJobArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CompilationStartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CompilationEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CompilationTargetDevice": {},
|
|
"CompilationTargetPlatformOs": {},
|
|
"CompilationTargetPlatformArch": {},
|
|
"CompilationTargetPlatformAccelerator": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CompilationJobStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListContexts": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceUri": {},
|
|
"ContextType": {},
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ContextSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ContextArn": {},
|
|
"ContextName": {},
|
|
"Source": {
|
|
"shape": "S80"
|
|
},
|
|
"ContextType": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListDataQualityJobDefinitions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EndpointName": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionSummaries"
|
|
],
|
|
"members": {
|
|
"JobDefinitionSummaries": {
|
|
"shape": "S17i"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListDeviceFleets": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"NameContains": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetSummaries"
|
|
],
|
|
"members": {
|
|
"DeviceFleetSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetArn",
|
|
"DeviceFleetName"
|
|
],
|
|
"members": {
|
|
"DeviceFleetArn": {},
|
|
"DeviceFleetName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListDevices": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"LatestHeartbeatAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModelName": {},
|
|
"DeviceFleetName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceSummaries"
|
|
],
|
|
"members": {
|
|
"DeviceSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceName",
|
|
"DeviceArn"
|
|
],
|
|
"members": {
|
|
"DeviceName": {},
|
|
"DeviceArn": {},
|
|
"Description": {},
|
|
"DeviceFleetName": {},
|
|
"IotThingName": {},
|
|
"RegistrationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LatestHeartbeat": {
|
|
"type": "timestamp"
|
|
},
|
|
"Models": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelName",
|
|
"ModelVersion"
|
|
],
|
|
"members": {
|
|
"ModelName": {},
|
|
"ModelVersion": {}
|
|
}
|
|
}
|
|
},
|
|
"AgentVersion": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListDomains": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Domains": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainArn": {},
|
|
"DomainId": {},
|
|
"DomainName": {},
|
|
"Status": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Url": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListEdgeDeploymentPlans": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"NameContains": {},
|
|
"DeviceFleetNameContains": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanSummaries"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanArn",
|
|
"EdgeDeploymentPlanName",
|
|
"DeviceFleetName",
|
|
"EdgeDeploymentSuccess",
|
|
"EdgeDeploymentPending",
|
|
"EdgeDeploymentFailed"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanArn": {},
|
|
"EdgeDeploymentPlanName": {},
|
|
"DeviceFleetName": {},
|
|
"EdgeDeploymentSuccess": {
|
|
"type": "integer"
|
|
},
|
|
"EdgeDeploymentPending": {
|
|
"type": "integer"
|
|
},
|
|
"EdgeDeploymentFailed": {
|
|
"type": "integer"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListEdgePackagingJobs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"NameContains": {},
|
|
"ModelNameContains": {},
|
|
"StatusEquals": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgePackagingJobSummaries"
|
|
],
|
|
"members": {
|
|
"EdgePackagingJobSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgePackagingJobArn",
|
|
"EdgePackagingJobName",
|
|
"EdgePackagingJobStatus"
|
|
],
|
|
"members": {
|
|
"EdgePackagingJobArn": {},
|
|
"EdgePackagingJobName": {},
|
|
"EdgePackagingJobStatus": {},
|
|
"CompilationJobName": {},
|
|
"ModelName": {},
|
|
"ModelVersion": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListEndpointConfigs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointConfigs"
|
|
],
|
|
"members": {
|
|
"EndpointConfigs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointConfigName",
|
|
"EndpointConfigArn",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"EndpointConfigName": {},
|
|
"EndpointConfigArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListEndpoints": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"StatusEquals": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Endpoints"
|
|
],
|
|
"members": {
|
|
"Endpoints": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName",
|
|
"EndpointArn",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"EndpointStatus"
|
|
],
|
|
"members": {
|
|
"EndpointName": {},
|
|
"EndpointArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndpointStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListExperiments": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentArn": {},
|
|
"ExperimentName": {},
|
|
"DisplayName": {},
|
|
"ExperimentSource": {
|
|
"shape": "Sxy"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListFeatureGroups": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NameContains": {},
|
|
"FeatureGroupStatusEquals": {},
|
|
"OfflineStoreStatusEquals": {},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortOrder": {},
|
|
"SortBy": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupSummaries",
|
|
"NextToken"
|
|
],
|
|
"members": {
|
|
"FeatureGroupSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupName",
|
|
"FeatureGroupArn",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"FeatureGroupName": {},
|
|
"FeatureGroupArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FeatureGroupStatus": {},
|
|
"OfflineStoreStatus": {
|
|
"shape": "Sy5"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListFlowDefinitions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FlowDefinitionSummaries"
|
|
],
|
|
"members": {
|
|
"FlowDefinitionSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FlowDefinitionName",
|
|
"FlowDefinitionArn",
|
|
"FlowDefinitionStatus",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"FlowDefinitionName": {},
|
|
"FlowDefinitionArn": {},
|
|
"FlowDefinitionStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListHubContentVersions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubName",
|
|
"HubContentType",
|
|
"HubContentName"
|
|
],
|
|
"members": {
|
|
"HubName": {},
|
|
"HubContentType": {},
|
|
"HubContentName": {},
|
|
"MinVersion": {},
|
|
"MaxSchemaVersion": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubContentSummaries"
|
|
],
|
|
"members": {
|
|
"HubContentSummaries": {
|
|
"shape": "S198"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListHubContents": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubName",
|
|
"HubContentType"
|
|
],
|
|
"members": {
|
|
"HubName": {},
|
|
"HubContentType": {},
|
|
"NameContains": {},
|
|
"MaxSchemaVersion": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubContentSummaries"
|
|
],
|
|
"members": {
|
|
"HubContentSummaries": {
|
|
"shape": "S198"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListHubs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubSummaries"
|
|
],
|
|
"members": {
|
|
"HubSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubName",
|
|
"HubArn",
|
|
"HubStatus",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"HubName": {},
|
|
"HubArn": {},
|
|
"HubDisplayName": {},
|
|
"HubDescription": {},
|
|
"HubSearchKeywords": {
|
|
"shape": "Sf3"
|
|
},
|
|
"HubStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListHumanTaskUis": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HumanTaskUiSummaries"
|
|
],
|
|
"members": {
|
|
"HumanTaskUiSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HumanTaskUiName",
|
|
"HumanTaskUiArn",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"HumanTaskUiName": {},
|
|
"HumanTaskUiArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListHyperParameterTuningJobs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NameContains": {},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"StatusEquals": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HyperParameterTuningJobSummaries"
|
|
],
|
|
"members": {
|
|
"HyperParameterTuningJobSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HyperParameterTuningJobName",
|
|
"HyperParameterTuningJobArn",
|
|
"HyperParameterTuningJobStatus",
|
|
"Strategy",
|
|
"CreationTime",
|
|
"TrainingJobStatusCounters",
|
|
"ObjectiveStatusCounters"
|
|
],
|
|
"members": {
|
|
"HyperParameterTuningJobName": {},
|
|
"HyperParameterTuningJobArn": {},
|
|
"HyperParameterTuningJobStatus": {},
|
|
"Strategy": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"HyperParameterTuningEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingJobStatusCounters": {
|
|
"shape": "Szb"
|
|
},
|
|
"ObjectiveStatusCounters": {
|
|
"shape": "Szd"
|
|
},
|
|
"ResourceLimits": {
|
|
"shape": "Sfm"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListImageVersions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageName"
|
|
],
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"ImageName": {},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ImageVersions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CreationTime",
|
|
"ImageArn",
|
|
"ImageVersionArn",
|
|
"ImageVersionStatus",
|
|
"LastModifiedTime",
|
|
"Version"
|
|
],
|
|
"members": {
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"ImageArn": {},
|
|
"ImageVersionArn": {},
|
|
"ImageVersionStatus": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Version": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListImages": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"NextToken": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Images": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CreationTime",
|
|
"ImageArn",
|
|
"ImageName",
|
|
"ImageStatus",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Description": {},
|
|
"DisplayName": {},
|
|
"FailureReason": {},
|
|
"ImageArn": {},
|
|
"ImageName": {},
|
|
"ImageStatus": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListInferenceExperiments": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NameContains": {},
|
|
"Type": {},
|
|
"StatusEquals": {},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InferenceExperiments": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Type",
|
|
"Status",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Type": {},
|
|
"Schedule": {
|
|
"shape": "Shi"
|
|
},
|
|
"Status": {},
|
|
"StatusReason": {},
|
|
"Description": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CompletionTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"RoleArn": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListInferenceRecommendationsJobSteps": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobName"
|
|
],
|
|
"members": {
|
|
"JobName": {},
|
|
"Status": {},
|
|
"StepType": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Steps": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"StepType",
|
|
"JobName",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"StepType": {},
|
|
"JobName": {},
|
|
"Status": {},
|
|
"InferenceBenchmark": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelConfiguration"
|
|
],
|
|
"members": {
|
|
"Metrics": {
|
|
"shape": "S104"
|
|
},
|
|
"EndpointConfiguration": {
|
|
"shape": "S107"
|
|
},
|
|
"ModelConfiguration": {
|
|
"shape": "S109"
|
|
},
|
|
"FailureReason": {},
|
|
"EndpointMetrics": {
|
|
"shape": "S10h"
|
|
},
|
|
"InvocationEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"InvocationStartTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListInferenceRecommendationsJobs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"NameContains": {},
|
|
"StatusEquals": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"ModelNameEquals": {},
|
|
"ModelPackageVersionArnEquals": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InferenceRecommendationsJobs"
|
|
],
|
|
"members": {
|
|
"InferenceRecommendationsJobs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobName",
|
|
"JobDescription",
|
|
"JobType",
|
|
"JobArn",
|
|
"Status",
|
|
"CreationTime",
|
|
"RoleArn",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"JobName": {},
|
|
"JobDescription": {},
|
|
"JobType": {},
|
|
"JobArn": {},
|
|
"Status": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CompletionTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"RoleArn": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"ModelName": {},
|
|
"SamplePayloadUrl": {},
|
|
"ModelPackageVersionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListLabelingJobs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {},
|
|
"NameContains": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"StatusEquals": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LabelingJobSummaryList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LabelingJobName",
|
|
"LabelingJobArn",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"LabelingJobStatus",
|
|
"LabelCounters",
|
|
"WorkteamArn",
|
|
"PreHumanTaskLambdaArn"
|
|
],
|
|
"members": {
|
|
"LabelingJobName": {},
|
|
"LabelingJobArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LabelingJobStatus": {},
|
|
"LabelCounters": {
|
|
"shape": "S10l"
|
|
},
|
|
"WorkteamArn": {},
|
|
"PreHumanTaskLambdaArn": {},
|
|
"AnnotationConsolidationLambdaArn": {},
|
|
"FailureReason": {},
|
|
"LabelingJobOutput": {
|
|
"shape": "S10o"
|
|
},
|
|
"InputConfig": {
|
|
"shape": "Sji"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListLabelingJobsForWorkteam": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkteamArn"
|
|
],
|
|
"members": {
|
|
"WorkteamArn": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"JobReferenceCodeContains": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LabelingJobSummaryList"
|
|
],
|
|
"members": {
|
|
"LabelingJobSummaryList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobReferenceCode",
|
|
"WorkRequesterAccountId",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"LabelingJobName": {},
|
|
"JobReferenceCode": {},
|
|
"WorkRequesterAccountId": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LabelCounters": {
|
|
"type": "structure",
|
|
"members": {
|
|
"HumanLabeled": {
|
|
"type": "integer"
|
|
},
|
|
"PendingHuman": {
|
|
"type": "integer"
|
|
},
|
|
"Total": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"NumberOfHumanWorkersPerDataObject": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListLineageGroups": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LineageGroupSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LineageGroupArn": {},
|
|
"LineageGroupName": {},
|
|
"DisplayName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListModelBiasJobDefinitions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EndpointName": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionSummaries"
|
|
],
|
|
"members": {
|
|
"JobDefinitionSummaries": {
|
|
"shape": "S17i"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListModelCardExportJobs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardName"
|
|
],
|
|
"members": {
|
|
"ModelCardName": {},
|
|
"ModelCardVersion": {
|
|
"type": "integer"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModelCardExportJobNameContains": {},
|
|
"StatusEquals": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardExportJobSummaries"
|
|
],
|
|
"members": {
|
|
"ModelCardExportJobSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardExportJobName",
|
|
"ModelCardExportJobArn",
|
|
"Status",
|
|
"ModelCardName",
|
|
"ModelCardVersion",
|
|
"CreatedAt",
|
|
"LastModifiedAt"
|
|
],
|
|
"members": {
|
|
"ModelCardExportJobName": {},
|
|
"ModelCardExportJobArn": {},
|
|
"Status": {},
|
|
"ModelCardName": {},
|
|
"ModelCardVersion": {
|
|
"type": "integer"
|
|
},
|
|
"CreatedAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedAt": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListModelCardVersions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardName"
|
|
],
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"ModelCardName": {},
|
|
"ModelCardStatus": {},
|
|
"NextToken": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardVersionSummaryList"
|
|
],
|
|
"members": {
|
|
"ModelCardVersionSummaryList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardName",
|
|
"ModelCardArn",
|
|
"ModelCardStatus",
|
|
"ModelCardVersion",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"ModelCardName": {},
|
|
"ModelCardArn": {},
|
|
"ModelCardStatus": {},
|
|
"ModelCardVersion": {
|
|
"type": "integer"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListModelCards": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"ModelCardStatus": {},
|
|
"NextToken": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardSummaries"
|
|
],
|
|
"members": {
|
|
"ModelCardSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardName",
|
|
"ModelCardArn",
|
|
"ModelCardStatus",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"ModelCardName": {},
|
|
"ModelCardArn": {},
|
|
"ModelCardStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListModelExplainabilityJobDefinitions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EndpointName": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionSummaries"
|
|
],
|
|
"members": {
|
|
"JobDefinitionSummaries": {
|
|
"shape": "S17i"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListModelMetadata": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SearchExpression": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelMetadataSummaries"
|
|
],
|
|
"members": {
|
|
"ModelMetadataSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Domain",
|
|
"Framework",
|
|
"Task",
|
|
"Model",
|
|
"FrameworkVersion"
|
|
],
|
|
"members": {
|
|
"Domain": {},
|
|
"Framework": {},
|
|
"Task": {},
|
|
"Model": {},
|
|
"FrameworkVersion": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListModelPackageGroups": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"NextToken": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupSummaryList"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupSummaryList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupName",
|
|
"ModelPackageGroupArn",
|
|
"CreationTime",
|
|
"ModelPackageGroupStatus"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupName": {},
|
|
"ModelPackageGroupArn": {},
|
|
"ModelPackageGroupDescription": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModelPackageGroupStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListModelPackages": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"ModelApprovalStatus": {},
|
|
"ModelPackageGroupName": {},
|
|
"ModelPackageType": {},
|
|
"NextToken": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageSummaryList"
|
|
],
|
|
"members": {
|
|
"ModelPackageSummaryList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageArn",
|
|
"CreationTime",
|
|
"ModelPackageStatus"
|
|
],
|
|
"members": {
|
|
"ModelPackageName": {},
|
|
"ModelPackageGroupName": {},
|
|
"ModelPackageVersion": {
|
|
"type": "integer"
|
|
},
|
|
"ModelPackageArn": {},
|
|
"ModelPackageDescription": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModelPackageStatus": {},
|
|
"ModelApprovalStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListModelQualityJobDefinitions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EndpointName": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobDefinitionSummaries"
|
|
],
|
|
"members": {
|
|
"JobDefinitionSummaries": {
|
|
"shape": "S17i"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListModels": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Models"
|
|
],
|
|
"members": {
|
|
"Models": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelName",
|
|
"ModelArn",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"ModelName": {},
|
|
"ModelArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListMonitoringAlertHistory": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MonitoringScheduleName": {},
|
|
"MonitoringAlertName": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"StatusEquals": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MonitoringAlertHistory": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName",
|
|
"MonitoringAlertName",
|
|
"CreationTime",
|
|
"AlertStatus"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {},
|
|
"MonitoringAlertName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"AlertStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListMonitoringAlerts": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MonitoringAlertSummaries": {
|
|
"shape": "S1cn"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListMonitoringExecutions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MonitoringScheduleName": {},
|
|
"EndpointName": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"ScheduledTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"ScheduledTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"StatusEquals": {},
|
|
"MonitoringJobDefinitionName": {},
|
|
"MonitoringTypeEquals": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringExecutionSummaries"
|
|
],
|
|
"members": {
|
|
"MonitoringExecutionSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S11n"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListMonitoringSchedules": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EndpointName": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"StatusEquals": {},
|
|
"MonitoringJobDefinitionName": {},
|
|
"MonitoringTypeEquals": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleSummaries"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName",
|
|
"MonitoringScheduleArn",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"MonitoringScheduleStatus"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {},
|
|
"MonitoringScheduleArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"MonitoringScheduleStatus": {},
|
|
"EndpointName": {},
|
|
"MonitoringJobDefinitionName": {},
|
|
"MonitoringType": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListNotebookInstanceLifecycleConfigs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"NotebookInstanceLifecycleConfigs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceLifecycleConfigName",
|
|
"NotebookInstanceLifecycleConfigArn"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceLifecycleConfigName": {},
|
|
"NotebookInstanceLifecycleConfigArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListNotebookInstances": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NameContains": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"StatusEquals": {},
|
|
"NotebookInstanceLifecycleConfigNameContains": {},
|
|
"DefaultCodeRepositoryContains": {},
|
|
"AdditionalCodeRepositoryEquals": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"NotebookInstances": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceName",
|
|
"NotebookInstanceArn"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceName": {},
|
|
"NotebookInstanceArn": {},
|
|
"NotebookInstanceStatus": {},
|
|
"Url": {},
|
|
"InstanceType": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"NotebookInstanceLifecycleConfigName": {},
|
|
"DefaultCodeRepository": {},
|
|
"AdditionalCodeRepositories": {
|
|
"shape": "Sn2"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListPipelineExecutionSteps": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineExecutionArn": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineExecutionSteps": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StepName": {},
|
|
"StepDisplayName": {},
|
|
"StepDescription": {},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"StepStatus": {},
|
|
"CacheHitResult": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourcePipelineExecutionArn": {}
|
|
}
|
|
},
|
|
"AttemptCount": {
|
|
"type": "integer"
|
|
},
|
|
"FailureReason": {},
|
|
"Metadata": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrainingJob": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Arn": {}
|
|
}
|
|
},
|
|
"ProcessingJob": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Arn": {}
|
|
}
|
|
},
|
|
"TransformJob": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Arn": {}
|
|
}
|
|
},
|
|
"TuningJob": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Arn": {}
|
|
}
|
|
},
|
|
"Model": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Arn": {}
|
|
}
|
|
},
|
|
"RegisterModel": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Arn": {}
|
|
}
|
|
},
|
|
"Condition": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Outcome": {}
|
|
}
|
|
},
|
|
"Callback": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CallbackToken": {},
|
|
"SqsQueueUrl": {},
|
|
"OutputParameters": {
|
|
"shape": "S1e2"
|
|
}
|
|
}
|
|
},
|
|
"Lambda": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Arn": {},
|
|
"OutputParameters": {
|
|
"shape": "S1e2"
|
|
}
|
|
}
|
|
},
|
|
"QualityCheck": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CheckType": {},
|
|
"BaselineUsedForDriftCheckStatistics": {},
|
|
"BaselineUsedForDriftCheckConstraints": {},
|
|
"CalculatedBaselineStatistics": {},
|
|
"CalculatedBaselineConstraints": {},
|
|
"ModelPackageGroupName": {},
|
|
"ViolationReport": {},
|
|
"CheckJobArn": {},
|
|
"SkipCheck": {
|
|
"type": "boolean"
|
|
},
|
|
"RegisterNewBaseline": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"ClarifyCheck": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CheckType": {},
|
|
"BaselineUsedForDriftCheckConstraints": {},
|
|
"CalculatedBaselineConstraints": {},
|
|
"ModelPackageGroupName": {},
|
|
"ViolationReport": {},
|
|
"CheckJobArn": {},
|
|
"SkipCheck": {
|
|
"type": "boolean"
|
|
},
|
|
"RegisterNewBaseline": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"EMR": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ClusterId": {},
|
|
"StepId": {},
|
|
"StepName": {},
|
|
"LogFilePath": {}
|
|
}
|
|
},
|
|
"Fail": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ErrorMessage": {}
|
|
}
|
|
},
|
|
"AutoMLJob": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Arn": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"SelectiveExecutionResult": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourcePipelineExecutionArn": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListPipelineExecutions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineName"
|
|
],
|
|
"members": {
|
|
"PipelineName": {},
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineExecutionSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineExecutionArn": {},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"PipelineExecutionStatus": {},
|
|
"PipelineExecutionDescription": {},
|
|
"PipelineExecutionDisplayName": {},
|
|
"PipelineExecutionFailureReason": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListPipelineParametersForExecution": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineExecutionArn"
|
|
],
|
|
"members": {
|
|
"PipelineExecutionArn": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineParameters": {
|
|
"shape": "S1ej"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListPipelines": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineNamePrefix": {},
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineArn": {},
|
|
"PipelineName": {},
|
|
"PipelineDisplayName": {},
|
|
"PipelineDescription": {},
|
|
"RoleArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastExecutionTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListProcessingJobs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"NameContains": {},
|
|
"StatusEquals": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProcessingJobSummaries"
|
|
],
|
|
"members": {
|
|
"ProcessingJobSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProcessingJobName",
|
|
"ProcessingJobArn",
|
|
"CreationTime",
|
|
"ProcessingJobStatus"
|
|
],
|
|
"members": {
|
|
"ProcessingJobName": {},
|
|
"ProcessingJobArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ProcessingEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ProcessingJobStatus": {},
|
|
"FailureReason": {},
|
|
"ExitMessage": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListProjects": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NameContains": {},
|
|
"NextToken": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProjectSummaryList"
|
|
],
|
|
"members": {
|
|
"ProjectSummaryList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProjectName",
|
|
"ProjectArn",
|
|
"ProjectId",
|
|
"CreationTime",
|
|
"ProjectStatus"
|
|
],
|
|
"members": {
|
|
"ProjectName": {},
|
|
"ProjectDescription": {},
|
|
"ProjectArn": {},
|
|
"ProjectId": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ProjectStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListResourceCatalogs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NameContains": {},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortOrder": {},
|
|
"SortBy": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ResourceCatalogs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceCatalogArn",
|
|
"ResourceCatalogName",
|
|
"Description",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"ResourceCatalogArn": {},
|
|
"ResourceCatalogName": {},
|
|
"Description": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListSpaces": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"SortOrder": {},
|
|
"SortBy": {},
|
|
"DomainIdEquals": {},
|
|
"SpaceNameContains": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Spaces": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainId": {},
|
|
"SpaceName": {},
|
|
"Status": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListStageDevices": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanName",
|
|
"StageName"
|
|
],
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"EdgeDeploymentPlanName": {},
|
|
"ExcludeDevicesDeployedInOtherStage": {
|
|
"type": "boolean"
|
|
},
|
|
"StageName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceDeploymentSummaries"
|
|
],
|
|
"members": {
|
|
"DeviceDeploymentSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanArn",
|
|
"EdgeDeploymentPlanName",
|
|
"StageName",
|
|
"DeviceName",
|
|
"DeviceArn"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanArn": {},
|
|
"EdgeDeploymentPlanName": {},
|
|
"StageName": {},
|
|
"DeployedStageName": {},
|
|
"DeviceFleetName": {},
|
|
"DeviceName": {},
|
|
"DeviceArn": {},
|
|
"DeviceDeploymentStatus": {},
|
|
"DeviceDeploymentStatusMessage": {},
|
|
"Description": {},
|
|
"DeploymentStartTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListStudioLifecycleConfigs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {},
|
|
"NameContains": {},
|
|
"AppTypeEquals": {},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"StudioLifecycleConfigs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StudioLifecycleConfigArn": {},
|
|
"StudioLifecycleConfigName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"StudioLifecycleConfigAppType": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListSubscribedWorkteams": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NameContains": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SubscribedWorkteams"
|
|
],
|
|
"members": {
|
|
"SubscribedWorkteams": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S12t"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListTags": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceArn"
|
|
],
|
|
"members": {
|
|
"ResourceArn": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListTrainingJobs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"NameContains": {},
|
|
"StatusEquals": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"WarmPoolStatusEquals": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobSummaries"
|
|
],
|
|
"members": {
|
|
"TrainingJobSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobName",
|
|
"TrainingJobArn",
|
|
"CreationTime",
|
|
"TrainingJobStatus"
|
|
],
|
|
"members": {
|
|
"TrainingJobName": {},
|
|
"TrainingJobArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingJobStatus": {},
|
|
"WarmPoolStatus": {
|
|
"shape": "S13b"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListTrainingJobsForHyperParameterTuningJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HyperParameterTuningJobName"
|
|
],
|
|
"members": {
|
|
"HyperParameterTuningJobName": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"StatusEquals": {},
|
|
"SortBy": {},
|
|
"SortOrder": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobSummaries"
|
|
],
|
|
"members": {
|
|
"TrainingJobSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Szf"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListTransformJobs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CreationTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTimeBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"NameContains": {},
|
|
"StatusEquals": {},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TransformJobSummaries"
|
|
],
|
|
"members": {
|
|
"TransformJobSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TransformJobName",
|
|
"TransformJobArn",
|
|
"CreationTime",
|
|
"TransformJobStatus"
|
|
],
|
|
"members": {
|
|
"TransformJobName": {},
|
|
"TransformJobArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TransformEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TransformJobStatus": {},
|
|
"FailureReason": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListTrialComponents": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentName": {},
|
|
"TrialName": {},
|
|
"SourceArn": {},
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialComponentSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialComponentName": {},
|
|
"TrialComponentArn": {},
|
|
"DisplayName": {},
|
|
"TrialComponentSource": {
|
|
"shape": "S13n"
|
|
},
|
|
"Status": {
|
|
"shape": "Sr0"
|
|
},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListTrials": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentName": {},
|
|
"TrialComponentName": {},
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialArn": {},
|
|
"TrialName": {},
|
|
"DisplayName": {},
|
|
"TrialSource": {
|
|
"shape": "S13j"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListUserProfiles": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"SortOrder": {},
|
|
"SortBy": {},
|
|
"DomainIdEquals": {},
|
|
"UserProfileNameContains": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UserProfiles": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileName": {},
|
|
"Status": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListWorkforces": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NameContains": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Workforces"
|
|
],
|
|
"members": {
|
|
"Workforces": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S13z"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListWorkteams": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NameContains": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Workteams"
|
|
],
|
|
"members": {
|
|
"Workteams": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S147"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"PutModelPackageGroupPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupName",
|
|
"ResourcePolicy"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupName": {},
|
|
"ResourcePolicy": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageGroupArn"
|
|
],
|
|
"members": {
|
|
"ModelPackageGroupArn": {}
|
|
}
|
|
}
|
|
},
|
|
"QueryLineage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StartArns": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Direction": {},
|
|
"IncludeEdges": {
|
|
"type": "boolean"
|
|
},
|
|
"Filters": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Types": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"LineageTypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"CreatedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModifiedBefore": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModifiedAfter": {
|
|
"type": "timestamp"
|
|
},
|
|
"Properties": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
}
|
|
}
|
|
},
|
|
"MaxDepth": {
|
|
"type": "integer"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Vertices": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Arn": {},
|
|
"Type": {},
|
|
"LineageType": {}
|
|
}
|
|
}
|
|
},
|
|
"Edges": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceArn": {},
|
|
"DestinationArn": {},
|
|
"AssociationType": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"RegisterDevices": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetName",
|
|
"Devices"
|
|
],
|
|
"members": {
|
|
"DeviceFleetName": {},
|
|
"Devices": {
|
|
"shape": "S1he"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RenderUiTemplate": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Task",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"UiTemplate": {
|
|
"shape": "Sfb"
|
|
},
|
|
"Task": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Input"
|
|
],
|
|
"members": {
|
|
"Input": {}
|
|
}
|
|
},
|
|
"RoleArn": {},
|
|
"HumanTaskUiArn": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RenderedContent",
|
|
"Errors"
|
|
],
|
|
"members": {
|
|
"RenderedContent": {},
|
|
"Errors": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Code",
|
|
"Message"
|
|
],
|
|
"members": {
|
|
"Code": {},
|
|
"Message": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RetryPipelineExecution": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineExecutionArn",
|
|
"ClientRequestToken"
|
|
],
|
|
"members": {
|
|
"PipelineExecutionArn": {},
|
|
"ClientRequestToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"ParallelismConfiguration": {
|
|
"shape": "Sno"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineExecutionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"Search": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Resource"
|
|
],
|
|
"members": {
|
|
"Resource": {},
|
|
"SearchExpression": {
|
|
"shape": "S1hp"
|
|
},
|
|
"SortBy": {},
|
|
"SortOrder": {},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"CrossAccountFilterOption": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Results": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrainingJob": {
|
|
"shape": "S1i3"
|
|
},
|
|
"Experiment": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentName": {},
|
|
"ExperimentArn": {},
|
|
"DisplayName": {},
|
|
"Source": {
|
|
"shape": "Sxy"
|
|
},
|
|
"Description": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"Trial": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialName": {},
|
|
"TrialArn": {},
|
|
"DisplayName": {},
|
|
"ExperimentName": {},
|
|
"Source": {
|
|
"shape": "S13j"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"TrialComponentSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialComponentName": {},
|
|
"TrialComponentArn": {},
|
|
"TrialComponentSource": {
|
|
"shape": "S13n"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TrialComponent": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialComponentName": {},
|
|
"DisplayName": {},
|
|
"TrialComponentArn": {},
|
|
"Source": {
|
|
"shape": "S13n"
|
|
},
|
|
"Status": {
|
|
"shape": "Sr0"
|
|
},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"Parameters": {
|
|
"shape": "Sr3"
|
|
},
|
|
"InputArtifacts": {
|
|
"shape": "Sr7"
|
|
},
|
|
"OutputArtifacts": {
|
|
"shape": "Sr7"
|
|
},
|
|
"Metrics": {
|
|
"shape": "S13p"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"SourceDetail": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceArn": {},
|
|
"TrainingJob": {
|
|
"shape": "S1i3"
|
|
},
|
|
"ProcessingJob": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ProcessingInputs": {
|
|
"shape": "So1"
|
|
},
|
|
"ProcessingOutputConfig": {
|
|
"shape": "Soo"
|
|
},
|
|
"ProcessingJobName": {},
|
|
"ProcessingResources": {
|
|
"shape": "Sot"
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "Sov"
|
|
},
|
|
"AppSpecification": {
|
|
"shape": "Sox"
|
|
},
|
|
"Environment": {
|
|
"shape": "Soz"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "Smq"
|
|
},
|
|
"RoleArn": {},
|
|
"ExperimentConfig": {
|
|
"shape": "Sp0"
|
|
},
|
|
"ProcessingJobArn": {},
|
|
"ProcessingJobStatus": {},
|
|
"ExitMessage": {},
|
|
"FailureReason": {},
|
|
"ProcessingEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ProcessingStartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"MonitoringScheduleArn": {},
|
|
"AutoMLJobArn": {},
|
|
"TrainingJobArn": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"TransformJob": {
|
|
"shape": "S1ib"
|
|
}
|
|
}
|
|
},
|
|
"LineageGroupArn": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"Parents": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialName": {},
|
|
"ExperimentName": {}
|
|
}
|
|
}
|
|
},
|
|
"RunName": {}
|
|
}
|
|
},
|
|
"Endpoint": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName",
|
|
"EndpointArn",
|
|
"EndpointConfigName",
|
|
"EndpointStatus",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"EndpointName": {},
|
|
"EndpointArn": {},
|
|
"EndpointConfigName": {},
|
|
"ProductionVariants": {
|
|
"shape": "Sxg"
|
|
},
|
|
"DataCaptureConfig": {
|
|
"shape": "Sxo"
|
|
},
|
|
"EndpointStatus": {},
|
|
"FailureReason": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"MonitoringSchedules": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MonitoringScheduleArn": {},
|
|
"MonitoringScheduleName": {},
|
|
"MonitoringScheduleStatus": {},
|
|
"MonitoringType": {},
|
|
"FailureReason": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"MonitoringScheduleConfig": {
|
|
"shape": "Smi"
|
|
},
|
|
"EndpointName": {},
|
|
"LastMonitoringExecutionSummary": {
|
|
"shape": "S11n"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"ShadowProductionVariants": {
|
|
"shape": "Sxg"
|
|
}
|
|
}
|
|
},
|
|
"ModelPackage": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelPackageName": {},
|
|
"ModelPackageGroupName": {},
|
|
"ModelPackageVersion": {
|
|
"type": "integer"
|
|
},
|
|
"ModelPackageArn": {},
|
|
"ModelPackageDescription": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"InferenceSpecification": {
|
|
"shape": "Sr"
|
|
},
|
|
"SourceAlgorithmSpecification": {
|
|
"shape": "Slk"
|
|
},
|
|
"ValidationSpecification": {
|
|
"shape": "Slh"
|
|
},
|
|
"ModelPackageStatus": {},
|
|
"ModelPackageStatusDetails": {
|
|
"shape": "S11a"
|
|
},
|
|
"CertifyForMarketplace": {
|
|
"type": "boolean"
|
|
},
|
|
"ModelApprovalStatus": {},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"MetadataProperties": {
|
|
"shape": "S1u"
|
|
},
|
|
"ModelMetrics": {
|
|
"shape": "Sln"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"ApprovalDescription": {},
|
|
"Domain": {},
|
|
"Task": {},
|
|
"SamplePayloadUrl": {},
|
|
"AdditionalInferenceSpecifications": {
|
|
"shape": "Sm3"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"CustomerMetadataProperties": {
|
|
"shape": "Slu"
|
|
},
|
|
"DriftCheckBaselines": {
|
|
"shape": "Slx"
|
|
},
|
|
"SkipModelValidation": {}
|
|
}
|
|
},
|
|
"ModelPackageGroup": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelPackageGroupName": {},
|
|
"ModelPackageGroupArn": {},
|
|
"ModelPackageGroupDescription": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"ModelPackageGroupStatus": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"Pipeline": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineArn": {},
|
|
"PipelineName": {},
|
|
"PipelineDisplayName": {},
|
|
"PipelineDescription": {},
|
|
"RoleArn": {},
|
|
"PipelineStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastRunTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"ParallelismConfiguration": {
|
|
"shape": "Sno"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"PipelineExecution": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineArn": {},
|
|
"PipelineExecutionArn": {},
|
|
"PipelineExecutionDisplayName": {},
|
|
"PipelineExecutionStatus": {},
|
|
"PipelineExecutionDescription": {},
|
|
"PipelineExperimentConfig": {
|
|
"shape": "S127"
|
|
},
|
|
"FailureReason": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"ParallelismConfiguration": {
|
|
"shape": "Sno"
|
|
},
|
|
"PipelineParameters": {
|
|
"shape": "S1ej"
|
|
},
|
|
"SelectiveExecutionConfig": {
|
|
"shape": "S129"
|
|
}
|
|
}
|
|
},
|
|
"FeatureGroup": {
|
|
"type": "structure",
|
|
"members": {
|
|
"FeatureGroupArn": {},
|
|
"FeatureGroupName": {},
|
|
"RecordIdentifierFeatureName": {},
|
|
"EventTimeFeatureName": {},
|
|
"FeatureDefinitions": {
|
|
"shape": "Sdn"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"OnlineStoreConfig": {
|
|
"shape": "Sdu"
|
|
},
|
|
"OfflineStoreConfig": {
|
|
"shape": "Se0"
|
|
},
|
|
"RoleArn": {},
|
|
"FeatureGroupStatus": {},
|
|
"OfflineStoreStatus": {
|
|
"shape": "Sy5"
|
|
},
|
|
"LastUpdateStatus": {
|
|
"shape": "Sy8"
|
|
},
|
|
"FailureReason": {},
|
|
"Description": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"Project": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ProjectArn": {},
|
|
"ProjectName": {},
|
|
"ProjectId": {},
|
|
"ProjectDescription": {},
|
|
"ServiceCatalogProvisioningDetails": {
|
|
"shape": "Sp5"
|
|
},
|
|
"ServiceCatalogProvisionedProductDetails": {
|
|
"shape": "S12i"
|
|
},
|
|
"ProjectStatus": {},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
}
|
|
}
|
|
},
|
|
"FeatureMetadata": {
|
|
"type": "structure",
|
|
"members": {
|
|
"FeatureGroupArn": {},
|
|
"FeatureGroupName": {},
|
|
"FeatureName": {},
|
|
"FeatureType": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Description": {},
|
|
"Parameters": {
|
|
"shape": "Sye"
|
|
}
|
|
}
|
|
},
|
|
"HyperParameterTuningJob": {
|
|
"type": "structure",
|
|
"members": {
|
|
"HyperParameterTuningJobName": {},
|
|
"HyperParameterTuningJobArn": {},
|
|
"HyperParameterTuningJobConfig": {
|
|
"shape": "Sfg"
|
|
},
|
|
"TrainingJobDefinition": {
|
|
"shape": "Sg9"
|
|
},
|
|
"TrainingJobDefinitions": {
|
|
"shape": "Sgp"
|
|
},
|
|
"HyperParameterTuningJobStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"HyperParameterTuningEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingJobStatusCounters": {
|
|
"shape": "Szb"
|
|
},
|
|
"ObjectiveStatusCounters": {
|
|
"shape": "Szd"
|
|
},
|
|
"BestTrainingJob": {
|
|
"shape": "Szf"
|
|
},
|
|
"OverallBestTrainingJob": {
|
|
"shape": "Szf"
|
|
},
|
|
"WarmStartConfig": {
|
|
"shape": "Sgq"
|
|
},
|
|
"FailureReason": {},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"TuningJobCompletionDetails": {
|
|
"shape": "Szi"
|
|
},
|
|
"ConsumedResources": {
|
|
"shape": "Szj"
|
|
}
|
|
}
|
|
},
|
|
"Model": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Model": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelName": {},
|
|
"PrimaryContainer": {
|
|
"shape": "Skc"
|
|
},
|
|
"Containers": {
|
|
"shape": "Skq"
|
|
},
|
|
"InferenceExecutionConfig": {
|
|
"shape": "Skr"
|
|
},
|
|
"ExecutionRoleArn": {},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"ModelArn": {},
|
|
"EnableNetworkIsolation": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"DeploymentRecommendation": {
|
|
"shape": "S10t"
|
|
}
|
|
}
|
|
},
|
|
"Endpoints": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName",
|
|
"EndpointArn",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"EndpointStatus"
|
|
],
|
|
"members": {
|
|
"EndpointName": {},
|
|
"EndpointArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndpointStatus": {}
|
|
}
|
|
}
|
|
},
|
|
"LastBatchTransformJob": {
|
|
"shape": "S1ib"
|
|
},
|
|
"MonitoringSchedules": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MonitoringScheduleArn": {},
|
|
"MonitoringScheduleName": {},
|
|
"MonitoringScheduleStatus": {},
|
|
"MonitoringType": {},
|
|
"FailureReason": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"MonitoringScheduleConfig": {
|
|
"shape": "Smi"
|
|
},
|
|
"EndpointName": {},
|
|
"MonitoringAlertSummaries": {
|
|
"shape": "S1cn"
|
|
},
|
|
"LastMonitoringExecutionSummary": {
|
|
"shape": "S11n"
|
|
},
|
|
"BatchTransformInput": {
|
|
"shape": "S8q"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ModelCard": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelCardArn": {},
|
|
"ModelCardName": {},
|
|
"ModelCardVersion": {
|
|
"type": "integer"
|
|
},
|
|
"ModelCardStatus": {},
|
|
"SecurityConfig": {
|
|
"shape": "Sl1"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"ModelId": {},
|
|
"RiskRating": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ModelCard": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelCardArn": {},
|
|
"ModelCardName": {},
|
|
"ModelCardVersion": {
|
|
"type": "integer"
|
|
},
|
|
"Content": {
|
|
"shape": "Sl2"
|
|
},
|
|
"ModelCardStatus": {},
|
|
"SecurityConfig": {
|
|
"shape": "Sl1"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreatedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedBy": {
|
|
"shape": "Sud"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"ModelId": {},
|
|
"RiskRating": {},
|
|
"ModelPackageGroupName": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"SendPipelineExecutionStepFailure": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CallbackToken"
|
|
],
|
|
"members": {
|
|
"CallbackToken": {},
|
|
"FailureReason": {},
|
|
"ClientRequestToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineExecutionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"SendPipelineExecutionStepSuccess": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CallbackToken"
|
|
],
|
|
"members": {
|
|
"CallbackToken": {},
|
|
"OutputParameters": {
|
|
"shape": "S1e2"
|
|
},
|
|
"ClientRequestToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineExecutionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"StartEdgeDeploymentStage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanName",
|
|
"StageName"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanName": {},
|
|
"StageName": {}
|
|
}
|
|
}
|
|
},
|
|
"StartInferenceExperiment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name"
|
|
],
|
|
"members": {
|
|
"Name": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InferenceExperimentArn"
|
|
],
|
|
"members": {
|
|
"InferenceExperimentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"StartMonitoringSchedule": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {}
|
|
}
|
|
}
|
|
},
|
|
"StartNotebookInstance": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceName"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceName": {}
|
|
}
|
|
}
|
|
},
|
|
"StartPipelineExecution": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineName",
|
|
"ClientRequestToken"
|
|
],
|
|
"members": {
|
|
"PipelineName": {},
|
|
"PipelineExecutionDisplayName": {},
|
|
"PipelineParameters": {
|
|
"shape": "S1ej"
|
|
},
|
|
"PipelineExecutionDescription": {},
|
|
"ClientRequestToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"ParallelismConfiguration": {
|
|
"shape": "Sno"
|
|
},
|
|
"SelectiveExecutionConfig": {
|
|
"shape": "S129"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineExecutionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"StopAutoMLJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLJobName"
|
|
],
|
|
"members": {
|
|
"AutoMLJobName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopCompilationJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CompilationJobName"
|
|
],
|
|
"members": {
|
|
"CompilationJobName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopEdgeDeploymentStage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgeDeploymentPlanName",
|
|
"StageName"
|
|
],
|
|
"members": {
|
|
"EdgeDeploymentPlanName": {},
|
|
"StageName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopEdgePackagingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EdgePackagingJobName"
|
|
],
|
|
"members": {
|
|
"EdgePackagingJobName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopHyperParameterTuningJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HyperParameterTuningJobName"
|
|
],
|
|
"members": {
|
|
"HyperParameterTuningJobName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopInferenceExperiment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"ModelVariantActions"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"ModelVariantActions": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"DesiredModelVariants": {
|
|
"shape": "Shl"
|
|
},
|
|
"DesiredState": {},
|
|
"Reason": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InferenceExperimentArn"
|
|
],
|
|
"members": {
|
|
"InferenceExperimentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"StopInferenceRecommendationsJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"JobName"
|
|
],
|
|
"members": {
|
|
"JobName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopLabelingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LabelingJobName"
|
|
],
|
|
"members": {
|
|
"LabelingJobName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopMonitoringSchedule": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopNotebookInstance": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceName"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopPipelineExecution": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineExecutionArn",
|
|
"ClientRequestToken"
|
|
],
|
|
"members": {
|
|
"PipelineExecutionArn": {},
|
|
"ClientRequestToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineExecutionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"StopProcessingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProcessingJobName"
|
|
],
|
|
"members": {
|
|
"ProcessingJobName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopTrainingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobName"
|
|
],
|
|
"members": {
|
|
"TrainingJobName": {}
|
|
}
|
|
}
|
|
},
|
|
"StopTransformJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TransformJobName"
|
|
],
|
|
"members": {
|
|
"TransformJobName": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateAction": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ActionName"
|
|
],
|
|
"members": {
|
|
"ActionName": {},
|
|
"Description": {},
|
|
"Status": {},
|
|
"Properties": {
|
|
"shape": "S1s"
|
|
},
|
|
"PropertiesToRemove": {
|
|
"shape": "S1js"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ActionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateAppImageConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AppImageConfigName"
|
|
],
|
|
"members": {
|
|
"AppImageConfigName": {},
|
|
"KernelGatewayImageConfig": {
|
|
"shape": "S4r"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AppImageConfigArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateArtifact": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ArtifactArn"
|
|
],
|
|
"members": {
|
|
"ArtifactArn": {},
|
|
"ArtifactName": {},
|
|
"Properties": {
|
|
"shape": "S1s"
|
|
},
|
|
"PropertiesToRemove": {
|
|
"shape": "S1js"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ArtifactArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateCodeRepository": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CodeRepositoryName"
|
|
],
|
|
"members": {
|
|
"CodeRepositoryName": {},
|
|
"GitConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SecretArn": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CodeRepositoryArn"
|
|
],
|
|
"members": {
|
|
"CodeRepositoryArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateContext": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ContextName"
|
|
],
|
|
"members": {
|
|
"ContextName": {},
|
|
"Description": {},
|
|
"Properties": {
|
|
"shape": "S1s"
|
|
},
|
|
"PropertiesToRemove": {
|
|
"shape": "S1js"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ContextArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateDeviceFleet": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetName",
|
|
"OutputConfig"
|
|
],
|
|
"members": {
|
|
"DeviceFleetName": {},
|
|
"RoleArn": {},
|
|
"Description": {},
|
|
"OutputConfig": {
|
|
"shape": "S9e"
|
|
},
|
|
"EnableIotRoleAlias": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateDevices": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceFleetName",
|
|
"Devices"
|
|
],
|
|
"members": {
|
|
"DeviceFleetName": {},
|
|
"Devices": {
|
|
"shape": "S1he"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateDomain": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"DefaultUserSettings": {
|
|
"shape": "S9k"
|
|
},
|
|
"DomainSettingsForUpdate": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RStudioServerProDomainSettingsForUpdate": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainExecutionRoleArn"
|
|
],
|
|
"members": {
|
|
"DomainExecutionRoleArn": {},
|
|
"DefaultResourceSpec": {
|
|
"shape": "S4h"
|
|
},
|
|
"RStudioConnectUrl": {},
|
|
"RStudioPackageManagerUrl": {}
|
|
}
|
|
},
|
|
"ExecutionRoleIdentityConfig": {},
|
|
"SecurityGroupIds": {
|
|
"shape": "Sah"
|
|
}
|
|
}
|
|
},
|
|
"DefaultSpaceSettings": {
|
|
"shape": "Sak"
|
|
},
|
|
"AppSecurityGroupManagement": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateEndpoint": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName",
|
|
"EndpointConfigName"
|
|
],
|
|
"members": {
|
|
"EndpointName": {},
|
|
"EndpointConfigName": {},
|
|
"RetainAllVariantProperties": {
|
|
"type": "boolean"
|
|
},
|
|
"ExcludeRetainedVariantProperties": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VariantPropertyType"
|
|
],
|
|
"members": {
|
|
"VariantPropertyType": {}
|
|
}
|
|
}
|
|
},
|
|
"DeploymentConfig": {
|
|
"shape": "Sb7"
|
|
},
|
|
"RetainDeploymentConfig": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointArn"
|
|
],
|
|
"members": {
|
|
"EndpointArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateEndpointWeightsAndCapacities": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName",
|
|
"DesiredWeightsAndCapacities"
|
|
],
|
|
"members": {
|
|
"EndpointName": {},
|
|
"DesiredWeightsAndCapacities": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VariantName"
|
|
],
|
|
"members": {
|
|
"VariantName": {},
|
|
"DesiredWeight": {
|
|
"type": "float"
|
|
},
|
|
"DesiredInstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"ServerlessUpdateConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxConcurrency": {
|
|
"type": "integer"
|
|
},
|
|
"ProvisionedConcurrency": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointArn"
|
|
],
|
|
"members": {
|
|
"EndpointArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateExperiment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ExperimentName"
|
|
],
|
|
"members": {
|
|
"ExperimentName": {},
|
|
"DisplayName": {},
|
|
"Description": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateFeatureGroup": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupName"
|
|
],
|
|
"members": {
|
|
"FeatureGroupName": {},
|
|
"FeatureAdditions": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sdo"
|
|
}
|
|
},
|
|
"OnlineStoreConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TtlDuration": {
|
|
"shape": "Sdw"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupArn"
|
|
],
|
|
"members": {
|
|
"FeatureGroupArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateFeatureMetadata": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupName",
|
|
"FeatureName"
|
|
],
|
|
"members": {
|
|
"FeatureGroupName": {},
|
|
"FeatureName": {},
|
|
"Description": {},
|
|
"ParameterAdditions": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Syf"
|
|
}
|
|
},
|
|
"ParameterRemovals": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateHub": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubName"
|
|
],
|
|
"members": {
|
|
"HubName": {},
|
|
"HubDescription": {},
|
|
"HubDisplayName": {},
|
|
"HubSearchKeywords": {
|
|
"shape": "Sf3"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubArn"
|
|
],
|
|
"members": {
|
|
"HubArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateImage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageName"
|
|
],
|
|
"members": {
|
|
"DeleteProperties": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Description": {},
|
|
"DisplayName": {},
|
|
"ImageName": {},
|
|
"RoleArn": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ImageArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateImageVersion": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageName"
|
|
],
|
|
"members": {
|
|
"ImageName": {},
|
|
"Alias": {},
|
|
"Version": {
|
|
"type": "integer"
|
|
},
|
|
"AliasesToAdd": {
|
|
"shape": "Sh5"
|
|
},
|
|
"AliasesToDelete": {
|
|
"shape": "Sh5"
|
|
},
|
|
"VendorGuidance": {},
|
|
"JobType": {},
|
|
"MLFramework": {},
|
|
"ProgrammingLang": {},
|
|
"Processor": {},
|
|
"Horovod": {
|
|
"type": "boolean"
|
|
},
|
|
"ReleaseNotes": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ImageVersionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateInferenceExperiment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Schedule": {
|
|
"shape": "Shi"
|
|
},
|
|
"Description": {},
|
|
"ModelVariants": {
|
|
"shape": "Shl"
|
|
},
|
|
"DataStorageConfig": {
|
|
"shape": "Sht"
|
|
},
|
|
"ShadowModeConfig": {
|
|
"shape": "Shu"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InferenceExperimentArn"
|
|
],
|
|
"members": {
|
|
"InferenceExperimentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateModelCard": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardName"
|
|
],
|
|
"members": {
|
|
"ModelCardName": {},
|
|
"Content": {
|
|
"shape": "Sl2"
|
|
},
|
|
"ModelCardStatus": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelCardArn"
|
|
],
|
|
"members": {
|
|
"ModelCardArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateModelPackage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageArn"
|
|
],
|
|
"members": {
|
|
"ModelPackageArn": {},
|
|
"ModelApprovalStatus": {},
|
|
"ApprovalDescription": {},
|
|
"CustomerMetadataProperties": {
|
|
"shape": "Slu"
|
|
},
|
|
"CustomerMetadataPropertiesToRemove": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"AdditionalInferenceSpecificationsToAdd": {
|
|
"shape": "Sm3"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelPackageArn"
|
|
],
|
|
"members": {
|
|
"ModelPackageArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateMonitoringAlert": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName",
|
|
"MonitoringAlertName",
|
|
"DatapointsToAlert",
|
|
"EvaluationPeriod"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {},
|
|
"MonitoringAlertName": {},
|
|
"DatapointsToAlert": {
|
|
"type": "integer"
|
|
},
|
|
"EvaluationPeriod": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleArn"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleArn": {},
|
|
"MonitoringAlertName": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateMonitoringSchedule": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName",
|
|
"MonitoringScheduleConfig"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {},
|
|
"MonitoringScheduleConfig": {
|
|
"shape": "Smi"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleArn"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateNotebookInstance": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceName"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceName": {},
|
|
"InstanceType": {},
|
|
"RoleArn": {},
|
|
"LifecycleConfigName": {},
|
|
"DisassociateLifecycleConfig": {
|
|
"type": "boolean"
|
|
},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
},
|
|
"DefaultCodeRepository": {},
|
|
"AdditionalCodeRepositories": {
|
|
"shape": "Sn2"
|
|
},
|
|
"AcceleratorTypes": {
|
|
"shape": "Smz"
|
|
},
|
|
"DisassociateAcceleratorTypes": {
|
|
"type": "boolean"
|
|
},
|
|
"DisassociateDefaultCodeRepository": {
|
|
"type": "boolean"
|
|
},
|
|
"DisassociateAdditionalCodeRepositories": {
|
|
"type": "boolean"
|
|
},
|
|
"RootAccess": {},
|
|
"InstanceMetadataServiceConfiguration": {
|
|
"shape": "Sn5"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"UpdateNotebookInstanceLifecycleConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NotebookInstanceLifecycleConfigName"
|
|
],
|
|
"members": {
|
|
"NotebookInstanceLifecycleConfigName": {},
|
|
"OnCreate": {
|
|
"shape": "Sna"
|
|
},
|
|
"OnStart": {
|
|
"shape": "Sna"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"UpdatePipeline": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineName"
|
|
],
|
|
"members": {
|
|
"PipelineName": {},
|
|
"PipelineDisplayName": {},
|
|
"PipelineDefinition": {},
|
|
"PipelineDefinitionS3Location": {
|
|
"shape": "Sni"
|
|
},
|
|
"PipelineDescription": {},
|
|
"RoleArn": {},
|
|
"ParallelismConfiguration": {
|
|
"shape": "Sno"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdatePipelineExecution": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PipelineExecutionArn"
|
|
],
|
|
"members": {
|
|
"PipelineExecutionArn": {},
|
|
"PipelineExecutionDescription": {},
|
|
"PipelineExecutionDisplayName": {},
|
|
"ParallelismConfiguration": {
|
|
"shape": "Sno"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PipelineExecutionArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateProject": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProjectName"
|
|
],
|
|
"members": {
|
|
"ProjectName": {},
|
|
"ProjectDescription": {},
|
|
"ServiceCatalogProvisioningUpdateDetails": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ProvisioningArtifactId": {},
|
|
"ProvisioningParameters": {
|
|
"shape": "Sp7"
|
|
}
|
|
}
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProjectArn"
|
|
],
|
|
"members": {
|
|
"ProjectArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateSpace": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"SpaceName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"SpaceName": {},
|
|
"SpaceSettings": {
|
|
"shape": "Spf"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SpaceArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateTrainingJob": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobName"
|
|
],
|
|
"members": {
|
|
"TrainingJobName": {},
|
|
"ProfilerConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3OutputPath": {},
|
|
"ProfilingIntervalInMilliseconds": {
|
|
"type": "long"
|
|
},
|
|
"ProfilingParameters": {
|
|
"shape": "Sqd"
|
|
},
|
|
"DisableProfiler": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"ProfilerRuleConfigurations": {
|
|
"shape": "Sqf"
|
|
},
|
|
"ResourceConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"KeepAlivePeriodInSeconds"
|
|
],
|
|
"members": {
|
|
"KeepAlivePeriodInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobArn"
|
|
],
|
|
"members": {
|
|
"TrainingJobArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateTrial": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrialName"
|
|
],
|
|
"members": {
|
|
"TrialName": {},
|
|
"DisplayName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateTrialComponent": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrialComponentName"
|
|
],
|
|
"members": {
|
|
"TrialComponentName": {},
|
|
"DisplayName": {},
|
|
"Status": {
|
|
"shape": "Sr0"
|
|
},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Parameters": {
|
|
"shape": "Sr3"
|
|
},
|
|
"ParametersToRemove": {
|
|
"shape": "S1lz"
|
|
},
|
|
"InputArtifacts": {
|
|
"shape": "Sr7"
|
|
},
|
|
"InputArtifactsToRemove": {
|
|
"shape": "S1lz"
|
|
},
|
|
"OutputArtifacts": {
|
|
"shape": "Sr7"
|
|
},
|
|
"OutputArtifactsToRemove": {
|
|
"shape": "S1lz"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrialComponentArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateUserProfile": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"UserProfileName"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"UserProfileName": {},
|
|
"UserSettings": {
|
|
"shape": "S9k"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UserProfileArn": {}
|
|
}
|
|
}
|
|
},
|
|
"UpdateWorkforce": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkforceName"
|
|
],
|
|
"members": {
|
|
"WorkforceName": {},
|
|
"SourceIpConfig": {
|
|
"shape": "Sro"
|
|
},
|
|
"OidcConfig": {
|
|
"shape": "Srl"
|
|
},
|
|
"WorkforceVpcConfig": {
|
|
"shape": "Srs"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Workforce"
|
|
],
|
|
"members": {
|
|
"Workforce": {
|
|
"shape": "S13z"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateWorkteam": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkteamName"
|
|
],
|
|
"members": {
|
|
"WorkteamName": {},
|
|
"MemberDefinitions": {
|
|
"shape": "Ss2"
|
|
},
|
|
"Description": {},
|
|
"NotificationConfiguration": {
|
|
"shape": "Ssa"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Workteam"
|
|
],
|
|
"members": {
|
|
"Workteam": {
|
|
"shape": "S147"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"shapes": {
|
|
"S7": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Key",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Key": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"Sr": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Containers"
|
|
],
|
|
"members": {
|
|
"Containers": {
|
|
"shape": "Ss"
|
|
},
|
|
"SupportedTransformInstanceTypes": {
|
|
"shape": "S1a"
|
|
},
|
|
"SupportedRealtimeInferenceInstanceTypes": {
|
|
"shape": "S1c"
|
|
},
|
|
"SupportedContentTypes": {
|
|
"shape": "S1e"
|
|
},
|
|
"SupportedResponseMIMETypes": {
|
|
"shape": "S1g"
|
|
}
|
|
}
|
|
},
|
|
"Ss": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Image"
|
|
],
|
|
"members": {
|
|
"ContainerHostname": {},
|
|
"Image": {},
|
|
"ImageDigest": {},
|
|
"ModelDataUrl": {},
|
|
"ProductId": {},
|
|
"Environment": {
|
|
"shape": "Sz"
|
|
},
|
|
"ModelInput": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DataInputConfig"
|
|
],
|
|
"members": {
|
|
"DataInputConfig": {}
|
|
}
|
|
},
|
|
"Framework": {},
|
|
"FrameworkVersion": {},
|
|
"NearestModelName": {},
|
|
"AdditionalS3DataSource": {
|
|
"shape": "S16"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sz": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"S16": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3DataType",
|
|
"S3Uri"
|
|
],
|
|
"members": {
|
|
"S3DataType": {},
|
|
"S3Uri": {},
|
|
"CompressionType": {}
|
|
}
|
|
},
|
|
"S1a": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S1c": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S1e": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S1g": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S1n": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceUri"
|
|
],
|
|
"members": {
|
|
"SourceUri": {},
|
|
"SourceType": {},
|
|
"SourceId": {}
|
|
}
|
|
},
|
|
"S1s": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"S1u": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CommitId": {},
|
|
"Repository": {},
|
|
"GeneratedBy": {},
|
|
"ProjectId": {}
|
|
}
|
|
},
|
|
"S1z": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingImage",
|
|
"SupportedTrainingInstanceTypes",
|
|
"TrainingChannels"
|
|
],
|
|
"members": {
|
|
"TrainingImage": {},
|
|
"TrainingImageDigest": {},
|
|
"SupportedHyperParameters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Type"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Description": {},
|
|
"Type": {},
|
|
"Range": {
|
|
"type": "structure",
|
|
"members": {
|
|
"IntegerParameterRangeSpecification": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MinValue",
|
|
"MaxValue"
|
|
],
|
|
"members": {
|
|
"MinValue": {},
|
|
"MaxValue": {}
|
|
}
|
|
},
|
|
"ContinuousParameterRangeSpecification": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MinValue",
|
|
"MaxValue"
|
|
],
|
|
"members": {
|
|
"MinValue": {},
|
|
"MaxValue": {}
|
|
}
|
|
},
|
|
"CategoricalParameterRangeSpecification": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Values": {
|
|
"shape": "S29"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"IsTunable": {
|
|
"type": "boolean"
|
|
},
|
|
"IsRequired": {
|
|
"type": "boolean"
|
|
},
|
|
"DefaultValue": {}
|
|
}
|
|
}
|
|
},
|
|
"SupportedTrainingInstanceTypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"SupportsDistributedTraining": {
|
|
"type": "boolean"
|
|
},
|
|
"MetricDefinitions": {
|
|
"shape": "S2e"
|
|
},
|
|
"TrainingChannels": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"SupportedContentTypes",
|
|
"SupportedInputModes"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Description": {},
|
|
"IsRequired": {
|
|
"type": "boolean"
|
|
},
|
|
"SupportedContentTypes": {
|
|
"shape": "S1e"
|
|
},
|
|
"SupportedCompressionTypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"SupportedInputModes": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"SupportedTuningJobObjectiveMetrics": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S2p"
|
|
}
|
|
},
|
|
"AdditionalS3DataSource": {
|
|
"shape": "S16"
|
|
}
|
|
}
|
|
},
|
|
"S29": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S2e": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Regex"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Regex": {}
|
|
}
|
|
}
|
|
},
|
|
"S2p": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Type",
|
|
"MetricName"
|
|
],
|
|
"members": {
|
|
"Type": {},
|
|
"MetricName": {}
|
|
}
|
|
},
|
|
"S2r": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ValidationRole",
|
|
"ValidationProfiles"
|
|
],
|
|
"members": {
|
|
"ValidationRole": {},
|
|
"ValidationProfiles": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProfileName",
|
|
"TrainingJobDefinition"
|
|
],
|
|
"members": {
|
|
"ProfileName": {},
|
|
"TrainingJobDefinition": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingInputMode",
|
|
"InputDataConfig",
|
|
"OutputDataConfig",
|
|
"ResourceConfig",
|
|
"StoppingCondition"
|
|
],
|
|
"members": {
|
|
"TrainingInputMode": {},
|
|
"HyperParameters": {
|
|
"shape": "S2w"
|
|
},
|
|
"InputDataConfig": {
|
|
"shape": "S2y"
|
|
},
|
|
"OutputDataConfig": {
|
|
"shape": "S3g"
|
|
},
|
|
"ResourceConfig": {
|
|
"shape": "S3j"
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "S3p"
|
|
}
|
|
}
|
|
},
|
|
"TransformJobDefinition": {
|
|
"shape": "S3t"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S2w": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"S2y": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ChannelName",
|
|
"DataSource"
|
|
],
|
|
"members": {
|
|
"ChannelName": {},
|
|
"DataSource": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3DataSource": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3DataType",
|
|
"S3Uri"
|
|
],
|
|
"members": {
|
|
"S3DataType": {},
|
|
"S3Uri": {},
|
|
"S3DataDistributionType": {},
|
|
"AttributeNames": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"InstanceGroupNames": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"FileSystemDataSource": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FileSystemId",
|
|
"FileSystemAccessMode",
|
|
"FileSystemType",
|
|
"DirectoryPath"
|
|
],
|
|
"members": {
|
|
"FileSystemId": {},
|
|
"FileSystemAccessMode": {},
|
|
"FileSystemType": {},
|
|
"DirectoryPath": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ContentType": {},
|
|
"CompressionType": {},
|
|
"RecordWrapperType": {},
|
|
"InputMode": {},
|
|
"ShuffleConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Seed"
|
|
],
|
|
"members": {
|
|
"Seed": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S3g": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3OutputPath"
|
|
],
|
|
"members": {
|
|
"KmsKeyId": {},
|
|
"S3OutputPath": {},
|
|
"CompressionType": {}
|
|
}
|
|
},
|
|
"S3j": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VolumeSizeInGB"
|
|
],
|
|
"members": {
|
|
"InstanceType": {},
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
},
|
|
"VolumeKmsKeyId": {},
|
|
"InstanceGroups": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InstanceType",
|
|
"InstanceCount",
|
|
"InstanceGroupName"
|
|
],
|
|
"members": {
|
|
"InstanceType": {},
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"InstanceGroupName": {}
|
|
}
|
|
}
|
|
},
|
|
"KeepAlivePeriodInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S3p": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxRuntimeInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"MaxWaitTimeInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"MaxPendingTimeInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S3t": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TransformInput",
|
|
"TransformOutput",
|
|
"TransformResources"
|
|
],
|
|
"members": {
|
|
"MaxConcurrentTransforms": {
|
|
"type": "integer"
|
|
},
|
|
"MaxPayloadInMB": {
|
|
"type": "integer"
|
|
},
|
|
"BatchStrategy": {},
|
|
"Environment": {
|
|
"shape": "S3x"
|
|
},
|
|
"TransformInput": {
|
|
"shape": "S40"
|
|
},
|
|
"TransformOutput": {
|
|
"shape": "S44"
|
|
},
|
|
"TransformResources": {
|
|
"shape": "S47"
|
|
}
|
|
}
|
|
},
|
|
"S3x": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"S40": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DataSource"
|
|
],
|
|
"members": {
|
|
"DataSource": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3DataSource"
|
|
],
|
|
"members": {
|
|
"S3DataSource": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3DataType",
|
|
"S3Uri"
|
|
],
|
|
"members": {
|
|
"S3DataType": {},
|
|
"S3Uri": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ContentType": {},
|
|
"CompressionType": {},
|
|
"SplitType": {}
|
|
}
|
|
},
|
|
"S44": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3OutputPath"
|
|
],
|
|
"members": {
|
|
"S3OutputPath": {},
|
|
"Accept": {},
|
|
"AssembleWith": {},
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"S47": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InstanceType",
|
|
"InstanceCount"
|
|
],
|
|
"members": {
|
|
"InstanceType": {},
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"VolumeKmsKeyId": {}
|
|
}
|
|
},
|
|
"S4h": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SageMakerImageArn": {},
|
|
"SageMakerImageVersionArn": {},
|
|
"InstanceType": {},
|
|
"LifecycleConfigArn": {}
|
|
}
|
|
},
|
|
"S4r": {
|
|
"type": "structure",
|
|
"required": [
|
|
"KernelSpecs"
|
|
],
|
|
"members": {
|
|
"KernelSpecs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"DisplayName": {}
|
|
}
|
|
}
|
|
},
|
|
"FileSystemConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MountPath": {},
|
|
"DefaultUid": {
|
|
"type": "integer"
|
|
},
|
|
"DefaultGid": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S53": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceUri"
|
|
],
|
|
"members": {
|
|
"SourceUri": {},
|
|
"SourceTypes": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceIdType",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"SourceIdType": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S5b": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DataSource",
|
|
"TargetAttributeName"
|
|
],
|
|
"members": {
|
|
"DataSource": {
|
|
"shape": "S5d"
|
|
},
|
|
"CompressionType": {},
|
|
"TargetAttributeName": {},
|
|
"ContentType": {},
|
|
"ChannelType": {},
|
|
"SampleWeightAttributeName": {}
|
|
}
|
|
}
|
|
},
|
|
"S5d": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3DataSource"
|
|
],
|
|
"members": {
|
|
"S3DataSource": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3DataType",
|
|
"S3Uri"
|
|
],
|
|
"members": {
|
|
"S3DataType": {},
|
|
"S3Uri": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S5j": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3OutputPath"
|
|
],
|
|
"members": {
|
|
"KmsKeyId": {},
|
|
"S3OutputPath": {}
|
|
}
|
|
},
|
|
"S5l": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MetricName"
|
|
],
|
|
"members": {
|
|
"MetricName": {}
|
|
}
|
|
},
|
|
"S5n": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CompletionCriteria": {
|
|
"shape": "S5o"
|
|
},
|
|
"SecurityConfig": {
|
|
"shape": "S5s"
|
|
},
|
|
"DataSplitConfig": {
|
|
"shape": "S5y"
|
|
},
|
|
"CandidateGenerationConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"FeatureSpecificationS3Uri": {},
|
|
"AlgorithmsConfig": {
|
|
"shape": "S61"
|
|
}
|
|
}
|
|
},
|
|
"Mode": {}
|
|
}
|
|
},
|
|
"S5o": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxCandidates": {
|
|
"type": "integer"
|
|
},
|
|
"MaxRuntimePerTrainingJobInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"MaxAutoMLJobRuntimeInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S5s": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VolumeKmsKeyId": {},
|
|
"EnableInterContainerTrafficEncryption": {
|
|
"type": "boolean"
|
|
},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
}
|
|
}
|
|
},
|
|
"S5t": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SecurityGroupIds",
|
|
"Subnets"
|
|
],
|
|
"members": {
|
|
"SecurityGroupIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Subnets": {
|
|
"shape": "S5w"
|
|
}
|
|
}
|
|
},
|
|
"S5w": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S5y": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ValidationFraction": {
|
|
"type": "float"
|
|
}
|
|
}
|
|
},
|
|
"S61": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AutoMLAlgorithms"
|
|
],
|
|
"members": {
|
|
"AutoMLAlgorithms": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S67": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AutoGenerateEndpointName": {
|
|
"type": "boolean"
|
|
},
|
|
"EndpointName": {}
|
|
}
|
|
},
|
|
"S6d": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ChannelType": {},
|
|
"ContentType": {},
|
|
"CompressionType": {},
|
|
"DataSource": {
|
|
"shape": "S5d"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S6f": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ImageClassificationJobConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CompletionCriteria": {
|
|
"shape": "S5o"
|
|
}
|
|
}
|
|
},
|
|
"TextClassificationJobConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ContentColumn",
|
|
"TargetLabelColumn"
|
|
],
|
|
"members": {
|
|
"CompletionCriteria": {
|
|
"shape": "S5o"
|
|
},
|
|
"ContentColumn": {},
|
|
"TargetLabelColumn": {}
|
|
}
|
|
},
|
|
"TabularJobConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TargetAttributeName"
|
|
],
|
|
"members": {
|
|
"CandidateGenerationConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AlgorithmsConfig": {
|
|
"shape": "S61"
|
|
}
|
|
}
|
|
},
|
|
"CompletionCriteria": {
|
|
"shape": "S5o"
|
|
},
|
|
"FeatureSpecificationS3Uri": {},
|
|
"Mode": {},
|
|
"GenerateCandidateDefinitionsOnly": {
|
|
"type": "boolean"
|
|
},
|
|
"ProblemType": {},
|
|
"TargetAttributeName": {},
|
|
"SampleWeightAttributeName": {}
|
|
}
|
|
},
|
|
"TimeSeriesForecastingJobConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ForecastFrequency",
|
|
"ForecastHorizon",
|
|
"TimeSeriesConfig"
|
|
],
|
|
"members": {
|
|
"FeatureSpecificationS3Uri": {},
|
|
"CompletionCriteria": {
|
|
"shape": "S5o"
|
|
},
|
|
"ForecastFrequency": {},
|
|
"ForecastHorizon": {
|
|
"type": "integer"
|
|
},
|
|
"ForecastQuantiles": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Transformations": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Filling": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
}
|
|
},
|
|
"Aggregation": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
}
|
|
}
|
|
},
|
|
"TimeSeriesConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TargetAttributeName",
|
|
"TimestampAttributeName",
|
|
"ItemIdentifierAttributeName"
|
|
],
|
|
"members": {
|
|
"TargetAttributeName": {},
|
|
"TimestampAttributeName": {},
|
|
"ItemIdentifierAttributeName": {},
|
|
"GroupingAttributeNames": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"HolidayConfig": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CountryCode": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TextGenerationJobConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CompletionCriteria": {
|
|
"shape": "S5o"
|
|
},
|
|
"BaseModelName": {}
|
|
}
|
|
}
|
|
},
|
|
"union": true
|
|
},
|
|
"S7b": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RepositoryUrl"
|
|
],
|
|
"members": {
|
|
"RepositoryUrl": {},
|
|
"Branch": {},
|
|
"SecretArn": {}
|
|
}
|
|
},
|
|
"S7i": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3Uri",
|
|
"Framework"
|
|
],
|
|
"members": {
|
|
"S3Uri": {},
|
|
"DataInputConfig": {},
|
|
"Framework": {},
|
|
"FrameworkVersion": {}
|
|
}
|
|
},
|
|
"S7l": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3OutputLocation"
|
|
],
|
|
"members": {
|
|
"S3OutputLocation": {},
|
|
"TargetDevice": {},
|
|
"TargetPlatform": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Os",
|
|
"Arch"
|
|
],
|
|
"members": {
|
|
"Os": {},
|
|
"Arch": {},
|
|
"Accelerator": {}
|
|
}
|
|
},
|
|
"CompilerOptions": {},
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"S7s": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SecurityGroupIds",
|
|
"Subnets"
|
|
],
|
|
"members": {
|
|
"SecurityGroupIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Subnets": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"S80": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceUri"
|
|
],
|
|
"members": {
|
|
"SourceUri": {},
|
|
"SourceType": {},
|
|
"SourceId": {}
|
|
}
|
|
},
|
|
"S85": {
|
|
"type": "structure",
|
|
"members": {
|
|
"BaseliningJobName": {},
|
|
"ConstraintsResource": {
|
|
"shape": "S87"
|
|
},
|
|
"StatisticsResource": {
|
|
"shape": "S88"
|
|
}
|
|
}
|
|
},
|
|
"S87": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3Uri": {}
|
|
}
|
|
},
|
|
"S88": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3Uri": {}
|
|
}
|
|
},
|
|
"S89": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageUri"
|
|
],
|
|
"members": {
|
|
"ImageUri": {},
|
|
"ContainerEntrypoint": {
|
|
"shape": "S8b"
|
|
},
|
|
"ContainerArguments": {
|
|
"shape": "S8d"
|
|
},
|
|
"RecordPreprocessorSourceUri": {},
|
|
"PostAnalyticsProcessorSourceUri": {},
|
|
"Environment": {
|
|
"shape": "S8f"
|
|
}
|
|
}
|
|
},
|
|
"S8b": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S8d": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S8f": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"S8i": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EndpointInput": {
|
|
"shape": "S8j"
|
|
},
|
|
"BatchTransformInput": {
|
|
"shape": "S8q"
|
|
}
|
|
}
|
|
},
|
|
"S8j": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName",
|
|
"LocalPath"
|
|
],
|
|
"members": {
|
|
"EndpointName": {},
|
|
"LocalPath": {},
|
|
"S3InputMode": {},
|
|
"S3DataDistributionType": {},
|
|
"FeaturesAttribute": {},
|
|
"InferenceAttribute": {},
|
|
"ProbabilityAttribute": {},
|
|
"ProbabilityThresholdAttribute": {
|
|
"type": "double"
|
|
},
|
|
"StartTimeOffset": {},
|
|
"EndTimeOffset": {},
|
|
"ExcludeFeaturesAttribute": {}
|
|
}
|
|
},
|
|
"S8q": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DataCapturedDestinationS3Uri",
|
|
"DatasetFormat",
|
|
"LocalPath"
|
|
],
|
|
"members": {
|
|
"DataCapturedDestinationS3Uri": {},
|
|
"DatasetFormat": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Csv": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Header": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"Json": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Line": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"Parquet": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
}
|
|
},
|
|
"LocalPath": {},
|
|
"S3InputMode": {},
|
|
"S3DataDistributionType": {},
|
|
"FeaturesAttribute": {},
|
|
"InferenceAttribute": {},
|
|
"ProbabilityAttribute": {},
|
|
"ProbabilityThresholdAttribute": {
|
|
"type": "double"
|
|
},
|
|
"StartTimeOffset": {},
|
|
"EndTimeOffset": {},
|
|
"ExcludeFeaturesAttribute": {}
|
|
}
|
|
},
|
|
"S8w": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringOutputs"
|
|
],
|
|
"members": {
|
|
"MonitoringOutputs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3Output"
|
|
],
|
|
"members": {
|
|
"S3Output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3Uri",
|
|
"LocalPath"
|
|
],
|
|
"members": {
|
|
"S3Uri": {},
|
|
"LocalPath": {},
|
|
"S3UploadMode": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"S92": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ClusterConfig"
|
|
],
|
|
"members": {
|
|
"ClusterConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InstanceCount",
|
|
"InstanceType",
|
|
"VolumeSizeInGB"
|
|
],
|
|
"members": {
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"InstanceType": {},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
},
|
|
"VolumeKmsKeyId": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S97": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EnableInterContainerTrafficEncryption": {
|
|
"type": "boolean"
|
|
},
|
|
"EnableNetworkIsolation": {
|
|
"type": "boolean"
|
|
},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
}
|
|
}
|
|
},
|
|
"S98": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MaxRuntimeInSeconds"
|
|
],
|
|
"members": {
|
|
"MaxRuntimeInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S9e": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3OutputLocation"
|
|
],
|
|
"members": {
|
|
"S3OutputLocation": {},
|
|
"KmsKeyId": {},
|
|
"PresetDeploymentType": {},
|
|
"PresetDeploymentConfig": {}
|
|
}
|
|
},
|
|
"S9k": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExecutionRole": {},
|
|
"SecurityGroups": {
|
|
"shape": "S9l"
|
|
},
|
|
"SharingSettings": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NotebookOutputOption": {},
|
|
"S3OutputPath": {},
|
|
"S3KmsKeyId": {}
|
|
}
|
|
},
|
|
"JupyterServerAppSettings": {
|
|
"shape": "S9o"
|
|
},
|
|
"KernelGatewayAppSettings": {
|
|
"shape": "S9t"
|
|
},
|
|
"TensorBoardAppSettings": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DefaultResourceSpec": {
|
|
"shape": "S4h"
|
|
}
|
|
}
|
|
},
|
|
"RStudioServerProAppSettings": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AccessStatus": {},
|
|
"UserGroup": {}
|
|
}
|
|
},
|
|
"RSessionAppSettings": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DefaultResourceSpec": {
|
|
"shape": "S4h"
|
|
},
|
|
"CustomImages": {
|
|
"shape": "S9u"
|
|
}
|
|
}
|
|
},
|
|
"CanvasAppSettings": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TimeSeriesForecastingSettings": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Status": {},
|
|
"AmazonForecastRoleArn": {}
|
|
}
|
|
},
|
|
"ModelRegisterSettings": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Status": {},
|
|
"CrossAccountModelRegisterRoleArn": {}
|
|
}
|
|
},
|
|
"WorkspaceSettings": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3ArtifactPath": {},
|
|
"S3KmsKeyId": {}
|
|
}
|
|
},
|
|
"IdentityProviderOAuthSettings": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DataSourceName": {},
|
|
"Status": {},
|
|
"SecretArn": {}
|
|
}
|
|
}
|
|
},
|
|
"KendraSettings": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Status": {}
|
|
}
|
|
},
|
|
"DirectDeploySettings": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Status": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S9l": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S9o": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DefaultResourceSpec": {
|
|
"shape": "S4h"
|
|
},
|
|
"LifecycleConfigArns": {
|
|
"shape": "S9p"
|
|
},
|
|
"CodeRepositories": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RepositoryUrl"
|
|
],
|
|
"members": {
|
|
"RepositoryUrl": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S9p": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S9t": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DefaultResourceSpec": {
|
|
"shape": "S4h"
|
|
},
|
|
"CustomImages": {
|
|
"shape": "S9u"
|
|
},
|
|
"LifecycleConfigArns": {
|
|
"shape": "S9p"
|
|
}
|
|
}
|
|
},
|
|
"S9u": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageName",
|
|
"AppImageConfigName"
|
|
],
|
|
"members": {
|
|
"ImageName": {},
|
|
"ImageVersionNumber": {
|
|
"type": "integer"
|
|
},
|
|
"AppImageConfigName": {}
|
|
}
|
|
}
|
|
},
|
|
"Sag": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SecurityGroupIds": {
|
|
"shape": "Sah"
|
|
},
|
|
"RStudioServerProDomainSettings": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainExecutionRoleArn"
|
|
],
|
|
"members": {
|
|
"DomainExecutionRoleArn": {},
|
|
"RStudioConnectUrl": {},
|
|
"RStudioPackageManagerUrl": {},
|
|
"DefaultResourceSpec": {
|
|
"shape": "S4h"
|
|
}
|
|
}
|
|
},
|
|
"ExecutionRoleIdentityConfig": {}
|
|
}
|
|
},
|
|
"Sah": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Sak": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExecutionRole": {},
|
|
"SecurityGroups": {
|
|
"shape": "S9l"
|
|
},
|
|
"JupyterServerAppSettings": {
|
|
"shape": "S9o"
|
|
},
|
|
"KernelGatewayAppSettings": {
|
|
"shape": "S9t"
|
|
}
|
|
}
|
|
},
|
|
"Sap": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelHandle",
|
|
"EdgePackagingJobName"
|
|
],
|
|
"members": {
|
|
"ModelHandle": {},
|
|
"EdgePackagingJobName": {}
|
|
}
|
|
}
|
|
},
|
|
"Sar": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"StageName",
|
|
"DeviceSelectionConfig"
|
|
],
|
|
"members": {
|
|
"StageName": {},
|
|
"DeviceSelectionConfig": {
|
|
"shape": "Sat"
|
|
},
|
|
"DeploymentConfig": {
|
|
"shape": "Say"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sat": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceSubsetType"
|
|
],
|
|
"members": {
|
|
"DeviceSubsetType": {},
|
|
"Percentage": {
|
|
"type": "integer"
|
|
},
|
|
"DeviceNames": {
|
|
"shape": "Saw"
|
|
},
|
|
"DeviceNameContains": {}
|
|
}
|
|
},
|
|
"Saw": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Say": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FailureHandlingPolicy"
|
|
],
|
|
"members": {
|
|
"FailureHandlingPolicy": {}
|
|
}
|
|
},
|
|
"Sb7": {
|
|
"type": "structure",
|
|
"members": {
|
|
"BlueGreenUpdatePolicy": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrafficRoutingConfiguration"
|
|
],
|
|
"members": {
|
|
"TrafficRoutingConfiguration": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Type",
|
|
"WaitIntervalInSeconds"
|
|
],
|
|
"members": {
|
|
"Type": {},
|
|
"WaitIntervalInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"CanarySize": {
|
|
"shape": "Sbc"
|
|
},
|
|
"LinearStepSize": {
|
|
"shape": "Sbc"
|
|
}
|
|
}
|
|
},
|
|
"TerminationWaitInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"MaximumExecutionTimeoutInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"AutoRollbackConfiguration": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Alarms": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AlarmName": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RollingUpdatePolicy": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MaximumBatchSize",
|
|
"WaitIntervalInSeconds"
|
|
],
|
|
"members": {
|
|
"MaximumBatchSize": {
|
|
"shape": "Sbc"
|
|
},
|
|
"WaitIntervalInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"MaximumExecutionTimeoutInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"RollbackMaximumBatchSize": {
|
|
"shape": "Sbc"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sbc": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Type",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Type": {},
|
|
"Value": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Sbp": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VariantName",
|
|
"ModelName"
|
|
],
|
|
"members": {
|
|
"VariantName": {},
|
|
"ModelName": {},
|
|
"InitialInstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"InstanceType": {},
|
|
"InitialVariantWeight": {
|
|
"type": "float"
|
|
},
|
|
"AcceleratorType": {},
|
|
"CoreDumpConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DestinationS3Uri"
|
|
],
|
|
"members": {
|
|
"DestinationS3Uri": {},
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"ServerlessConfig": {
|
|
"shape": "Sbx"
|
|
},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
},
|
|
"ModelDataDownloadTimeoutInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"ContainerStartupHealthCheckTimeoutInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"EnableSSMAccess": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sbx": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MemorySizeInMB",
|
|
"MaxConcurrency"
|
|
],
|
|
"members": {
|
|
"MemorySizeInMB": {
|
|
"type": "integer"
|
|
},
|
|
"MaxConcurrency": {
|
|
"type": "integer"
|
|
},
|
|
"ProvisionedConcurrency": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Sc5": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InitialSamplingPercentage",
|
|
"DestinationS3Uri",
|
|
"CaptureOptions"
|
|
],
|
|
"members": {
|
|
"EnableCapture": {
|
|
"type": "boolean"
|
|
},
|
|
"InitialSamplingPercentage": {
|
|
"type": "integer"
|
|
},
|
|
"DestinationS3Uri": {},
|
|
"KmsKeyId": {},
|
|
"CaptureOptions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CaptureMode"
|
|
],
|
|
"members": {
|
|
"CaptureMode": {}
|
|
}
|
|
}
|
|
},
|
|
"CaptureContentTypeHeader": {
|
|
"shape": "Scb"
|
|
}
|
|
}
|
|
},
|
|
"Scb": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CsvContentTypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"JsonContentTypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"Scg": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OutputConfig"
|
|
],
|
|
"members": {
|
|
"ClientConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxConcurrentInvocationsPerInstance": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"OutputConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"KmsKeyId": {},
|
|
"S3OutputPath": {},
|
|
"NotificationConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SuccessTopic": {},
|
|
"ErrorTopic": {},
|
|
"IncludeInferenceResponseIn": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"S3FailurePath": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sco": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ClarifyExplainerConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ShapConfig"
|
|
],
|
|
"members": {
|
|
"EnableExplanations": {},
|
|
"InferenceConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"FeaturesAttribute": {},
|
|
"ContentTemplate": {},
|
|
"MaxRecordCount": {
|
|
"type": "integer"
|
|
},
|
|
"MaxPayloadInMB": {
|
|
"type": "integer"
|
|
},
|
|
"ProbabilityIndex": {
|
|
"type": "integer"
|
|
},
|
|
"LabelIndex": {
|
|
"type": "integer"
|
|
},
|
|
"ProbabilityAttribute": {},
|
|
"LabelAttribute": {},
|
|
"LabelHeaders": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"FeatureHeaders": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"FeatureTypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"ShapConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ShapBaselineConfig"
|
|
],
|
|
"members": {
|
|
"ShapBaselineConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MimeType": {},
|
|
"ShapBaseline": {},
|
|
"ShapBaselineUri": {}
|
|
}
|
|
},
|
|
"NumberOfSamples": {
|
|
"type": "integer"
|
|
},
|
|
"UseLogit": {
|
|
"type": "boolean"
|
|
},
|
|
"Seed": {
|
|
"type": "integer"
|
|
},
|
|
"TextConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Language",
|
|
"Granularity"
|
|
],
|
|
"members": {
|
|
"Language": {},
|
|
"Granularity": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sdn": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sdo"
|
|
}
|
|
},
|
|
"Sdo": {
|
|
"type": "structure",
|
|
"members": {
|
|
"FeatureName": {},
|
|
"FeatureType": {},
|
|
"CollectionType": {},
|
|
"CollectionConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VectorConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Dimension"
|
|
],
|
|
"members": {
|
|
"Dimension": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"union": true
|
|
}
|
|
}
|
|
},
|
|
"Sdu": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SecurityConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"EnableOnlineStore": {
|
|
"type": "boolean"
|
|
},
|
|
"TtlDuration": {
|
|
"shape": "Sdw"
|
|
},
|
|
"StorageType": {}
|
|
}
|
|
},
|
|
"Sdw": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Unit": {},
|
|
"Value": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Se0": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3StorageConfig"
|
|
],
|
|
"members": {
|
|
"S3StorageConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3Uri"
|
|
],
|
|
"members": {
|
|
"S3Uri": {},
|
|
"KmsKeyId": {},
|
|
"ResolvedOutputS3Uri": {}
|
|
}
|
|
},
|
|
"DisableGlueTableCreation": {
|
|
"type": "boolean"
|
|
},
|
|
"DataCatalogConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TableName",
|
|
"Catalog",
|
|
"Database"
|
|
],
|
|
"members": {
|
|
"TableName": {},
|
|
"Catalog": {},
|
|
"Database": {}
|
|
}
|
|
},
|
|
"TableFormat": {}
|
|
}
|
|
},
|
|
"Sec": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AwsManagedHumanLoopRequestSource"
|
|
],
|
|
"members": {
|
|
"AwsManagedHumanLoopRequestSource": {}
|
|
}
|
|
},
|
|
"See": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HumanLoopActivationConditionsConfig"
|
|
],
|
|
"members": {
|
|
"HumanLoopActivationConditionsConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HumanLoopActivationConditions"
|
|
],
|
|
"members": {
|
|
"HumanLoopActivationConditions": {
|
|
"jsonvalue": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Seh": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkteamArn",
|
|
"HumanTaskUiArn",
|
|
"TaskTitle",
|
|
"TaskDescription",
|
|
"TaskCount"
|
|
],
|
|
"members": {
|
|
"WorkteamArn": {},
|
|
"HumanTaskUiArn": {},
|
|
"TaskTitle": {},
|
|
"TaskDescription": {},
|
|
"TaskCount": {
|
|
"type": "integer"
|
|
},
|
|
"TaskAvailabilityLifetimeInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"TaskTimeLimitInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"TaskKeywords": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"PublicWorkforceTaskPrice": {
|
|
"shape": "Ser"
|
|
}
|
|
}
|
|
},
|
|
"Ser": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AmountInUsd": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Dollars": {
|
|
"type": "integer"
|
|
},
|
|
"Cents": {
|
|
"type": "integer"
|
|
},
|
|
"TenthFractionsOfACent": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sew": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3OutputPath"
|
|
],
|
|
"members": {
|
|
"S3OutputPath": {},
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"Sf3": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Sf5": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3OutputPath": {}
|
|
}
|
|
},
|
|
"Sfb": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Content"
|
|
],
|
|
"members": {
|
|
"Content": {}
|
|
}
|
|
},
|
|
"Sfg": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Strategy",
|
|
"ResourceLimits"
|
|
],
|
|
"members": {
|
|
"Strategy": {},
|
|
"StrategyConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"HyperbandStrategyConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MinResource": {
|
|
"type": "integer"
|
|
},
|
|
"MaxResource": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"HyperParameterTuningJobObjective": {
|
|
"shape": "S2p"
|
|
},
|
|
"ResourceLimits": {
|
|
"shape": "Sfm"
|
|
},
|
|
"ParameterRanges": {
|
|
"shape": "Sfq"
|
|
},
|
|
"TrainingJobEarlyStoppingType": {},
|
|
"TuningJobCompletionCriteria": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TargetObjectiveMetricValue": {
|
|
"type": "float"
|
|
},
|
|
"BestObjectiveNotImproving": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxNumberOfTrainingJobsNotImproving": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"ConvergenceDetected": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CompleteOnConvergence": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RandomSeed": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Sfm": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MaxParallelTrainingJobs"
|
|
],
|
|
"members": {
|
|
"MaxNumberOfTrainingJobs": {
|
|
"type": "integer"
|
|
},
|
|
"MaxParallelTrainingJobs": {
|
|
"type": "integer"
|
|
},
|
|
"MaxRuntimeInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Sfq": {
|
|
"type": "structure",
|
|
"members": {
|
|
"IntegerParameterRanges": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"MinValue",
|
|
"MaxValue"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"MinValue": {},
|
|
"MaxValue": {},
|
|
"ScalingType": {}
|
|
}
|
|
}
|
|
},
|
|
"ContinuousParameterRanges": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"MinValue",
|
|
"MaxValue"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"MinValue": {},
|
|
"MaxValue": {},
|
|
"ScalingType": {}
|
|
}
|
|
}
|
|
},
|
|
"CategoricalParameterRanges": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S29"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AutoParameters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"ValueHint"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"ValueHint": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sg9": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AlgorithmSpecification",
|
|
"RoleArn",
|
|
"OutputDataConfig",
|
|
"StoppingCondition"
|
|
],
|
|
"members": {
|
|
"DefinitionName": {},
|
|
"TuningObjective": {
|
|
"shape": "S2p"
|
|
},
|
|
"HyperParameterRanges": {
|
|
"shape": "Sfq"
|
|
},
|
|
"StaticHyperParameters": {
|
|
"shape": "S2w"
|
|
},
|
|
"AlgorithmSpecification": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingInputMode"
|
|
],
|
|
"members": {
|
|
"TrainingImage": {},
|
|
"TrainingInputMode": {},
|
|
"AlgorithmName": {},
|
|
"MetricDefinitions": {
|
|
"shape": "S2e"
|
|
}
|
|
}
|
|
},
|
|
"RoleArn": {},
|
|
"InputDataConfig": {
|
|
"shape": "S2y"
|
|
},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
},
|
|
"OutputDataConfig": {
|
|
"shape": "S3g"
|
|
},
|
|
"ResourceConfig": {
|
|
"shape": "S3j"
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "S3p"
|
|
},
|
|
"EnableNetworkIsolation": {
|
|
"type": "boolean"
|
|
},
|
|
"EnableInterContainerTrafficEncryption": {
|
|
"type": "boolean"
|
|
},
|
|
"EnableManagedSpotTraining": {
|
|
"type": "boolean"
|
|
},
|
|
"CheckpointConfig": {
|
|
"shape": "Sge"
|
|
},
|
|
"RetryStrategy": {
|
|
"shape": "Sgf"
|
|
},
|
|
"HyperParameterTuningResourceConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InstanceType": {},
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
},
|
|
"VolumeKmsKeyId": {},
|
|
"AllocationStrategy": {},
|
|
"InstanceConfigs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InstanceType",
|
|
"InstanceCount",
|
|
"VolumeSizeInGB"
|
|
],
|
|
"members": {
|
|
"InstanceType": {},
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Environment": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
}
|
|
}
|
|
},
|
|
"Sge": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3Uri"
|
|
],
|
|
"members": {
|
|
"S3Uri": {},
|
|
"LocalPath": {}
|
|
}
|
|
},
|
|
"Sgf": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MaximumRetryAttempts"
|
|
],
|
|
"members": {
|
|
"MaximumRetryAttempts": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Sgp": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sg9"
|
|
}
|
|
},
|
|
"Sgq": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ParentHyperParameterTuningJobs",
|
|
"WarmStartType"
|
|
],
|
|
"members": {
|
|
"ParentHyperParameterTuningJobs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"HyperParameterTuningJobName": {}
|
|
}
|
|
}
|
|
},
|
|
"WarmStartType": {}
|
|
}
|
|
},
|
|
"Sgu": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Mode"
|
|
],
|
|
"members": {
|
|
"Mode": {}
|
|
}
|
|
},
|
|
"Sh5": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Shi": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
},
|
|
"Shl": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ModelName",
|
|
"VariantName",
|
|
"InfrastructureConfig"
|
|
],
|
|
"members": {
|
|
"ModelName": {},
|
|
"VariantName": {},
|
|
"InfrastructureConfig": {
|
|
"shape": "Sho"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sho": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InfrastructureType",
|
|
"RealTimeInferenceConfig"
|
|
],
|
|
"members": {
|
|
"InfrastructureType": {},
|
|
"RealTimeInferenceConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InstanceType",
|
|
"InstanceCount"
|
|
],
|
|
"members": {
|
|
"InstanceType": {},
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sht": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Destination"
|
|
],
|
|
"members": {
|
|
"Destination": {},
|
|
"KmsKey": {},
|
|
"ContentType": {
|
|
"shape": "Scb"
|
|
}
|
|
}
|
|
},
|
|
"Shu": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceModelVariantName",
|
|
"ShadowModelVariants"
|
|
],
|
|
"members": {
|
|
"SourceModelVariantName": {},
|
|
"ShadowModelVariants": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ShadowModelVariantName",
|
|
"SamplingPercentage"
|
|
],
|
|
"members": {
|
|
"ShadowModelVariantName": {},
|
|
"SamplingPercentage": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Si2": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelPackageVersionArn": {},
|
|
"JobDurationInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"TrafficPattern": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrafficType": {},
|
|
"Phases": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InitialNumberOfUsers": {
|
|
"type": "integer"
|
|
},
|
|
"SpawnRate": {
|
|
"type": "integer"
|
|
},
|
|
"DurationInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Stairs": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DurationInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"NumberOfSteps": {
|
|
"type": "integer"
|
|
},
|
|
"UsersPerStep": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ResourceLimit": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxNumberOfTests": {
|
|
"type": "integer"
|
|
},
|
|
"MaxParallelOfTests": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"EndpointConfigurations": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InstanceType": {},
|
|
"InferenceSpecificationName": {},
|
|
"EnvironmentParameterRanges": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CategoricalParameterRanges": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Value": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ServerlessConfig": {
|
|
"shape": "Sbx"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"VolumeKmsKeyId": {},
|
|
"ContainerConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Domain": {},
|
|
"Task": {},
|
|
"Framework": {},
|
|
"FrameworkVersion": {},
|
|
"PayloadConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SamplePayloadUrl": {},
|
|
"SupportedContentTypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"NearestModelName": {},
|
|
"SupportedInstanceTypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"DataInputConfig": {},
|
|
"SupportedEndpointType": {},
|
|
"SupportedResponseMIMETypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"Endpoints": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Siz"
|
|
}
|
|
},
|
|
"VpcConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SecurityGroupIds",
|
|
"Subnets"
|
|
],
|
|
"members": {
|
|
"SecurityGroupIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Subnets": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"ModelName": {}
|
|
}
|
|
},
|
|
"Siz": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName"
|
|
],
|
|
"members": {
|
|
"EndpointName": {}
|
|
}
|
|
},
|
|
"Sj6": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxInvocations": {
|
|
"type": "integer"
|
|
},
|
|
"ModelLatencyThresholds": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Percentile": {},
|
|
"ValueInMilliseconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"FlatInvocations": {}
|
|
}
|
|
},
|
|
"Sji": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DataSource"
|
|
],
|
|
"members": {
|
|
"DataSource": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3DataSource": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ManifestS3Uri"
|
|
],
|
|
"members": {
|
|
"ManifestS3Uri": {}
|
|
}
|
|
},
|
|
"SnsDataSource": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SnsTopicArn"
|
|
],
|
|
"members": {
|
|
"SnsTopicArn": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DataAttributes": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ContentClassifiers": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sjp": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3OutputPath"
|
|
],
|
|
"members": {
|
|
"S3OutputPath": {},
|
|
"KmsKeyId": {},
|
|
"SnsTopicArn": {}
|
|
}
|
|
},
|
|
"Sjq": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxHumanLabeledObjectCount": {
|
|
"type": "integer"
|
|
},
|
|
"MaxPercentageOfInputDatasetLabeled": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Sjt": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LabelingJobAlgorithmSpecificationArn"
|
|
],
|
|
"members": {
|
|
"LabelingJobAlgorithmSpecificationArn": {},
|
|
"InitialActiveLearningModelArn": {},
|
|
"LabelingJobResourceConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VolumeKmsKeyId": {},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sjx": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkteamArn",
|
|
"UiConfig",
|
|
"PreHumanTaskLambdaArn",
|
|
"TaskTitle",
|
|
"TaskDescription",
|
|
"NumberOfHumanWorkersPerDataObject",
|
|
"TaskTimeLimitInSeconds",
|
|
"AnnotationConsolidationConfig"
|
|
],
|
|
"members": {
|
|
"WorkteamArn": {},
|
|
"UiConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UiTemplateS3Uri": {},
|
|
"HumanTaskUiArn": {}
|
|
}
|
|
},
|
|
"PreHumanTaskLambdaArn": {},
|
|
"TaskKeywords": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"TaskTitle": {},
|
|
"TaskDescription": {},
|
|
"NumberOfHumanWorkersPerDataObject": {
|
|
"type": "integer"
|
|
},
|
|
"TaskTimeLimitInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"TaskAvailabilityLifetimeInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"MaxConcurrentTaskCount": {
|
|
"type": "integer"
|
|
},
|
|
"AnnotationConsolidationConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AnnotationConsolidationLambdaArn"
|
|
],
|
|
"members": {
|
|
"AnnotationConsolidationLambdaArn": {}
|
|
}
|
|
},
|
|
"PublicWorkforceTaskPrice": {
|
|
"shape": "Ser"
|
|
}
|
|
}
|
|
},
|
|
"Skc": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ContainerHostname": {},
|
|
"Image": {},
|
|
"ImageConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RepositoryAccessMode"
|
|
],
|
|
"members": {
|
|
"RepositoryAccessMode": {},
|
|
"RepositoryAuthConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RepositoryCredentialsProviderArn"
|
|
],
|
|
"members": {
|
|
"RepositoryCredentialsProviderArn": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Mode": {},
|
|
"ModelDataUrl": {},
|
|
"Environment": {
|
|
"shape": "Sz"
|
|
},
|
|
"ModelPackageName": {},
|
|
"InferenceSpecificationName": {},
|
|
"MultiModelConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelCacheSetting": {}
|
|
}
|
|
},
|
|
"ModelDataSource": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3DataSource"
|
|
],
|
|
"members": {
|
|
"S3DataSource": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3Uri",
|
|
"S3DataType",
|
|
"CompressionType"
|
|
],
|
|
"members": {
|
|
"S3Uri": {},
|
|
"S3DataType": {},
|
|
"CompressionType": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Skq": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Skc"
|
|
}
|
|
},
|
|
"Skr": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Mode"
|
|
],
|
|
"members": {
|
|
"Mode": {}
|
|
}
|
|
},
|
|
"Skv": {
|
|
"type": "structure",
|
|
"members": {
|
|
"BaseliningJobName": {},
|
|
"ConstraintsResource": {
|
|
"shape": "S87"
|
|
}
|
|
}
|
|
},
|
|
"Skw": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageUri",
|
|
"ConfigUri"
|
|
],
|
|
"members": {
|
|
"ImageUri": {},
|
|
"ConfigUri": {},
|
|
"Environment": {
|
|
"shape": "S8f"
|
|
}
|
|
}
|
|
},
|
|
"Skx": {
|
|
"type": "structure",
|
|
"required": [
|
|
"GroundTruthS3Input"
|
|
],
|
|
"members": {
|
|
"EndpointInput": {
|
|
"shape": "S8j"
|
|
},
|
|
"BatchTransformInput": {
|
|
"shape": "S8q"
|
|
},
|
|
"GroundTruthS3Input": {
|
|
"shape": "Sky"
|
|
}
|
|
}
|
|
},
|
|
"Sky": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3Uri": {}
|
|
}
|
|
},
|
|
"Sl1": {
|
|
"type": "structure",
|
|
"members": {
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"Sl2": {
|
|
"type": "string",
|
|
"sensitive": true
|
|
},
|
|
"Sl8": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3OutputPath"
|
|
],
|
|
"members": {
|
|
"S3OutputPath": {}
|
|
}
|
|
},
|
|
"Slc": {
|
|
"type": "structure",
|
|
"members": {
|
|
"BaseliningJobName": {},
|
|
"ConstraintsResource": {
|
|
"shape": "S87"
|
|
}
|
|
}
|
|
},
|
|
"Sld": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageUri",
|
|
"ConfigUri"
|
|
],
|
|
"members": {
|
|
"ImageUri": {},
|
|
"ConfigUri": {},
|
|
"Environment": {
|
|
"shape": "S8f"
|
|
}
|
|
}
|
|
},
|
|
"Sle": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EndpointInput": {
|
|
"shape": "S8j"
|
|
},
|
|
"BatchTransformInput": {
|
|
"shape": "S8q"
|
|
}
|
|
}
|
|
},
|
|
"Slh": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ValidationRole",
|
|
"ValidationProfiles"
|
|
],
|
|
"members": {
|
|
"ValidationRole": {},
|
|
"ValidationProfiles": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProfileName",
|
|
"TransformJobDefinition"
|
|
],
|
|
"members": {
|
|
"ProfileName": {},
|
|
"TransformJobDefinition": {
|
|
"shape": "S3t"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Slk": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceAlgorithms"
|
|
],
|
|
"members": {
|
|
"SourceAlgorithms": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AlgorithmName"
|
|
],
|
|
"members": {
|
|
"ModelDataUrl": {},
|
|
"AlgorithmName": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sln": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelQuality": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Statistics": {
|
|
"shape": "Slp"
|
|
},
|
|
"Constraints": {
|
|
"shape": "Slp"
|
|
}
|
|
}
|
|
},
|
|
"ModelDataQuality": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Statistics": {
|
|
"shape": "Slp"
|
|
},
|
|
"Constraints": {
|
|
"shape": "Slp"
|
|
}
|
|
}
|
|
},
|
|
"Bias": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Report": {
|
|
"shape": "Slp"
|
|
},
|
|
"PreTrainingReport": {
|
|
"shape": "Slp"
|
|
},
|
|
"PostTrainingReport": {
|
|
"shape": "Slp"
|
|
}
|
|
}
|
|
},
|
|
"Explainability": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Report": {
|
|
"shape": "Slp"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Slp": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ContentType",
|
|
"S3Uri"
|
|
],
|
|
"members": {
|
|
"ContentType": {},
|
|
"ContentDigest": {},
|
|
"S3Uri": {}
|
|
}
|
|
},
|
|
"Slu": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"Slx": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Bias": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigFile": {
|
|
"shape": "Slz"
|
|
},
|
|
"PreTrainingConstraints": {
|
|
"shape": "Slp"
|
|
},
|
|
"PostTrainingConstraints": {
|
|
"shape": "Slp"
|
|
}
|
|
}
|
|
},
|
|
"Explainability": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Constraints": {
|
|
"shape": "Slp"
|
|
},
|
|
"ConfigFile": {
|
|
"shape": "Slz"
|
|
}
|
|
}
|
|
},
|
|
"ModelQuality": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Statistics": {
|
|
"shape": "Slp"
|
|
},
|
|
"Constraints": {
|
|
"shape": "Slp"
|
|
}
|
|
}
|
|
},
|
|
"ModelDataQuality": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Statistics": {
|
|
"shape": "Slp"
|
|
},
|
|
"Constraints": {
|
|
"shape": "Slp"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Slz": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3Uri"
|
|
],
|
|
"members": {
|
|
"ContentType": {},
|
|
"ContentDigest": {},
|
|
"S3Uri": {}
|
|
}
|
|
},
|
|
"Sm3": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Containers"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Description": {},
|
|
"Containers": {
|
|
"shape": "Ss"
|
|
},
|
|
"SupportedTransformInstanceTypes": {
|
|
"shape": "S1a"
|
|
},
|
|
"SupportedRealtimeInferenceInstanceTypes": {
|
|
"shape": "S1c"
|
|
},
|
|
"SupportedContentTypes": {
|
|
"shape": "S1e"
|
|
},
|
|
"SupportedResponseMIMETypes": {
|
|
"shape": "S1g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Smb": {
|
|
"type": "structure",
|
|
"members": {
|
|
"BaseliningJobName": {},
|
|
"ConstraintsResource": {
|
|
"shape": "S87"
|
|
}
|
|
}
|
|
},
|
|
"Smc": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageUri"
|
|
],
|
|
"members": {
|
|
"ImageUri": {},
|
|
"ContainerEntrypoint": {
|
|
"shape": "S8b"
|
|
},
|
|
"ContainerArguments": {
|
|
"shape": "S8d"
|
|
},
|
|
"RecordPreprocessorSourceUri": {},
|
|
"PostAnalyticsProcessorSourceUri": {},
|
|
"ProblemType": {},
|
|
"Environment": {
|
|
"shape": "S8f"
|
|
}
|
|
}
|
|
},
|
|
"Sme": {
|
|
"type": "structure",
|
|
"required": [
|
|
"GroundTruthS3Input"
|
|
],
|
|
"members": {
|
|
"EndpointInput": {
|
|
"shape": "S8j"
|
|
},
|
|
"BatchTransformInput": {
|
|
"shape": "S8q"
|
|
},
|
|
"GroundTruthS3Input": {
|
|
"shape": "Sky"
|
|
}
|
|
}
|
|
},
|
|
"Smi": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ScheduleConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ScheduleExpression"
|
|
],
|
|
"members": {
|
|
"ScheduleExpression": {},
|
|
"DataAnalysisStartTime": {},
|
|
"DataAnalysisEndTime": {}
|
|
}
|
|
},
|
|
"MonitoringJobDefinition": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringInputs",
|
|
"MonitoringOutputConfig",
|
|
"MonitoringResources",
|
|
"MonitoringAppSpecification",
|
|
"RoleArn"
|
|
],
|
|
"members": {
|
|
"BaselineConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"BaseliningJobName": {},
|
|
"ConstraintsResource": {
|
|
"shape": "S87"
|
|
},
|
|
"StatisticsResource": {
|
|
"shape": "S88"
|
|
}
|
|
}
|
|
},
|
|
"MonitoringInputs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EndpointInput": {
|
|
"shape": "S8j"
|
|
},
|
|
"BatchTransformInput": {
|
|
"shape": "S8q"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"MonitoringOutputConfig": {
|
|
"shape": "S8w"
|
|
},
|
|
"MonitoringResources": {
|
|
"shape": "S92"
|
|
},
|
|
"MonitoringAppSpecification": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageUri"
|
|
],
|
|
"members": {
|
|
"ImageUri": {},
|
|
"ContainerEntrypoint": {
|
|
"shape": "S8b"
|
|
},
|
|
"ContainerArguments": {
|
|
"shape": "S8d"
|
|
},
|
|
"RecordPreprocessorSourceUri": {},
|
|
"PostAnalyticsProcessorSourceUri": {}
|
|
}
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "S98"
|
|
},
|
|
"Environment": {
|
|
"shape": "S8f"
|
|
},
|
|
"NetworkConfig": {
|
|
"shape": "Smq"
|
|
},
|
|
"RoleArn": {}
|
|
}
|
|
},
|
|
"MonitoringJobDefinitionName": {},
|
|
"MonitoringType": {}
|
|
}
|
|
},
|
|
"Smq": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EnableInterContainerTrafficEncryption": {
|
|
"type": "boolean"
|
|
},
|
|
"EnableNetworkIsolation": {
|
|
"type": "boolean"
|
|
},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
}
|
|
}
|
|
},
|
|
"Smz": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Sn2": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Sn5": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MinimumInstanceMetadataServiceVersion"
|
|
],
|
|
"members": {
|
|
"MinimumInstanceMetadataServiceVersion": {}
|
|
}
|
|
},
|
|
"Sna": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Content": {}
|
|
}
|
|
}
|
|
},
|
|
"Sni": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Bucket",
|
|
"ObjectKey"
|
|
],
|
|
"members": {
|
|
"Bucket": {},
|
|
"ObjectKey": {},
|
|
"VersionId": {}
|
|
}
|
|
},
|
|
"Sno": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MaxParallelExecutionSteps"
|
|
],
|
|
"members": {
|
|
"MaxParallelExecutionSteps": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"So1": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InputName"
|
|
],
|
|
"members": {
|
|
"InputName": {},
|
|
"AppManaged": {
|
|
"type": "boolean"
|
|
},
|
|
"S3Input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3Uri",
|
|
"S3DataType"
|
|
],
|
|
"members": {
|
|
"S3Uri": {},
|
|
"LocalPath": {},
|
|
"S3DataType": {},
|
|
"S3InputMode": {},
|
|
"S3DataDistributionType": {},
|
|
"S3CompressionType": {}
|
|
}
|
|
},
|
|
"DatasetDefinition": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AthenaDatasetDefinition": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Catalog",
|
|
"Database",
|
|
"QueryString",
|
|
"OutputS3Uri",
|
|
"OutputFormat"
|
|
],
|
|
"members": {
|
|
"Catalog": {},
|
|
"Database": {},
|
|
"QueryString": {},
|
|
"WorkGroup": {},
|
|
"OutputS3Uri": {},
|
|
"KmsKeyId": {},
|
|
"OutputFormat": {},
|
|
"OutputCompression": {}
|
|
}
|
|
},
|
|
"RedshiftDatasetDefinition": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ClusterId",
|
|
"Database",
|
|
"DbUser",
|
|
"QueryString",
|
|
"ClusterRoleArn",
|
|
"OutputS3Uri",
|
|
"OutputFormat"
|
|
],
|
|
"members": {
|
|
"ClusterId": {},
|
|
"Database": {},
|
|
"DbUser": {},
|
|
"QueryString": {},
|
|
"ClusterRoleArn": {},
|
|
"OutputS3Uri": {},
|
|
"KmsKeyId": {},
|
|
"OutputFormat": {},
|
|
"OutputCompression": {}
|
|
}
|
|
},
|
|
"LocalPath": {},
|
|
"DataDistributionType": {},
|
|
"InputMode": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Soo": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Outputs"
|
|
],
|
|
"members": {
|
|
"Outputs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OutputName"
|
|
],
|
|
"members": {
|
|
"OutputName": {},
|
|
"S3Output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3Uri",
|
|
"LocalPath",
|
|
"S3UploadMode"
|
|
],
|
|
"members": {
|
|
"S3Uri": {},
|
|
"LocalPath": {},
|
|
"S3UploadMode": {}
|
|
}
|
|
},
|
|
"FeatureStoreOutput": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FeatureGroupName"
|
|
],
|
|
"members": {
|
|
"FeatureGroupName": {}
|
|
}
|
|
},
|
|
"AppManaged": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"Sot": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ClusterConfig"
|
|
],
|
|
"members": {
|
|
"ClusterConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InstanceCount",
|
|
"InstanceType",
|
|
"VolumeSizeInGB"
|
|
],
|
|
"members": {
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"InstanceType": {},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
},
|
|
"VolumeKmsKeyId": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sov": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MaxRuntimeInSeconds"
|
|
],
|
|
"members": {
|
|
"MaxRuntimeInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Sox": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ImageUri"
|
|
],
|
|
"members": {
|
|
"ImageUri": {},
|
|
"ContainerEntrypoint": {
|
|
"shape": "S8b"
|
|
},
|
|
"ContainerArguments": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"Soz": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"Sp0": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentName": {},
|
|
"TrialName": {},
|
|
"TrialComponentDisplayName": {},
|
|
"RunName": {}
|
|
}
|
|
},
|
|
"Sp5": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ProductId"
|
|
],
|
|
"members": {
|
|
"ProductId": {},
|
|
"ProvisioningArtifactId": {},
|
|
"PathId": {},
|
|
"ProvisioningParameters": {
|
|
"shape": "Sp7"
|
|
}
|
|
}
|
|
},
|
|
"Sp7": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Key": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"Spf": {
|
|
"type": "structure",
|
|
"members": {
|
|
"JupyterServerAppSettings": {
|
|
"shape": "S9o"
|
|
},
|
|
"KernelGatewayAppSettings": {
|
|
"shape": "S9t"
|
|
}
|
|
}
|
|
},
|
|
"Spp": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingInputMode"
|
|
],
|
|
"members": {
|
|
"TrainingImage": {},
|
|
"AlgorithmName": {},
|
|
"TrainingInputMode": {},
|
|
"MetricDefinitions": {
|
|
"shape": "S2e"
|
|
},
|
|
"EnableSageMakerMetricsTimeSeries": {
|
|
"type": "boolean"
|
|
},
|
|
"ContainerEntrypoint": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"ContainerArguments": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"TrainingImageConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingRepositoryAccessMode"
|
|
],
|
|
"members": {
|
|
"TrainingRepositoryAccessMode": {},
|
|
"TrainingRepositoryAuthConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingRepositoryCredentialsProviderArn"
|
|
],
|
|
"members": {
|
|
"TrainingRepositoryCredentialsProviderArn": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Spy": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3OutputPath"
|
|
],
|
|
"members": {
|
|
"LocalPath": {},
|
|
"S3OutputPath": {},
|
|
"HookParameters": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"CollectionConfigurations": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CollectionName": {},
|
|
"CollectionParameters": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sq6": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RuleConfigurationName",
|
|
"RuleEvaluatorImage"
|
|
],
|
|
"members": {
|
|
"RuleConfigurationName": {},
|
|
"LocalPath": {},
|
|
"S3OutputPath": {},
|
|
"RuleEvaluatorImage": {},
|
|
"InstanceType": {},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
},
|
|
"RuleParameters": {
|
|
"shape": "Sq9"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sq9": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"Sqa": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3OutputPath"
|
|
],
|
|
"members": {
|
|
"LocalPath": {},
|
|
"S3OutputPath": {}
|
|
}
|
|
},
|
|
"Sqb": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3OutputPath": {},
|
|
"ProfilingIntervalInMilliseconds": {
|
|
"type": "long"
|
|
},
|
|
"ProfilingParameters": {
|
|
"shape": "Sqd"
|
|
},
|
|
"DisableProfiler": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"Sqd": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"Sqf": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RuleConfigurationName",
|
|
"RuleEvaluatorImage"
|
|
],
|
|
"members": {
|
|
"RuleConfigurationName": {},
|
|
"LocalPath": {},
|
|
"S3OutputPath": {},
|
|
"RuleEvaluatorImage": {},
|
|
"InstanceType": {},
|
|
"VolumeSizeInGB": {
|
|
"type": "integer"
|
|
},
|
|
"RuleParameters": {
|
|
"shape": "Sq9"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sqh": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"Sqo": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InvocationsTimeoutInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"InvocationsMaxRetries": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Sqr": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DestinationS3Uri"
|
|
],
|
|
"members": {
|
|
"DestinationS3Uri": {},
|
|
"KmsKeyId": {},
|
|
"GenerateInferenceId": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"Sqs": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InputFilter": {},
|
|
"OutputFilter": {},
|
|
"JoinSource": {}
|
|
}
|
|
},
|
|
"Sr0": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PrimaryStatus": {},
|
|
"Message": {}
|
|
}
|
|
},
|
|
"Sr3": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StringValue": {},
|
|
"NumberValue": {
|
|
"type": "double"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sr7": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"MediaType": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"Sri": {
|
|
"type": "structure",
|
|
"required": [
|
|
"UserPool",
|
|
"ClientId"
|
|
],
|
|
"members": {
|
|
"UserPool": {},
|
|
"ClientId": {}
|
|
}
|
|
},
|
|
"Srl": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ClientId",
|
|
"ClientSecret",
|
|
"Issuer",
|
|
"AuthorizationEndpoint",
|
|
"TokenEndpoint",
|
|
"UserInfoEndpoint",
|
|
"LogoutEndpoint",
|
|
"JwksUri"
|
|
],
|
|
"members": {
|
|
"ClientId": {},
|
|
"ClientSecret": {
|
|
"type": "string",
|
|
"sensitive": true
|
|
},
|
|
"Issuer": {},
|
|
"AuthorizationEndpoint": {},
|
|
"TokenEndpoint": {},
|
|
"UserInfoEndpoint": {},
|
|
"LogoutEndpoint": {},
|
|
"JwksUri": {}
|
|
}
|
|
},
|
|
"Sro": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Cidrs"
|
|
],
|
|
"members": {
|
|
"Cidrs": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"Srs": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VpcId": {},
|
|
"SecurityGroupIds": {
|
|
"shape": "Sru"
|
|
},
|
|
"Subnets": {
|
|
"shape": "Srw"
|
|
}
|
|
}
|
|
},
|
|
"Sru": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Srw": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Ss2": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CognitoMemberDefinition": {
|
|
"type": "structure",
|
|
"required": [
|
|
"UserPool",
|
|
"UserGroup",
|
|
"ClientId"
|
|
],
|
|
"members": {
|
|
"UserPool": {},
|
|
"UserGroup": {},
|
|
"ClientId": {}
|
|
}
|
|
},
|
|
"OidcMemberDefinition": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Groups"
|
|
],
|
|
"members": {
|
|
"Groups": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Ssa": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NotificationTopicArn": {}
|
|
}
|
|
},
|
|
"Sud": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UserProfileArn": {},
|
|
"UserProfileName": {},
|
|
"DomainId": {},
|
|
"IamIdentity": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Arn": {},
|
|
"PrincipalId": {},
|
|
"SourceIdentity": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Suk": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Status": {},
|
|
"FailureReason": {}
|
|
}
|
|
}
|
|
},
|
|
"Suy": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PartialFailureMessage": {}
|
|
}
|
|
}
|
|
},
|
|
"Sv0": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CandidateName",
|
|
"ObjectiveStatus",
|
|
"CandidateSteps",
|
|
"CandidateStatus",
|
|
"CreationTime",
|
|
"LastModifiedTime"
|
|
],
|
|
"members": {
|
|
"CandidateName": {},
|
|
"FinalAutoMLJobObjectiveMetric": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MetricName",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Type": {},
|
|
"MetricName": {},
|
|
"Value": {
|
|
"type": "float"
|
|
},
|
|
"StandardMetricName": {}
|
|
}
|
|
},
|
|
"ObjectiveStatus": {},
|
|
"CandidateSteps": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CandidateStepType",
|
|
"CandidateStepArn",
|
|
"CandidateStepName"
|
|
],
|
|
"members": {
|
|
"CandidateStepType": {},
|
|
"CandidateStepArn": {},
|
|
"CandidateStepName": {}
|
|
}
|
|
}
|
|
},
|
|
"CandidateStatus": {},
|
|
"InferenceContainers": {
|
|
"shape": "Svc"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"FailureReason": {},
|
|
"CandidateProperties": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CandidateArtifactLocations": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Explainability"
|
|
],
|
|
"members": {
|
|
"Explainability": {},
|
|
"ModelInsights": {},
|
|
"BacktestResults": {}
|
|
}
|
|
},
|
|
"CandidateMetrics": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MetricName": {},
|
|
"Value": {
|
|
"type": "float"
|
|
},
|
|
"Set": {},
|
|
"StandardMetricName": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"InferenceContainerDefinitions": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {
|
|
"shape": "Svc"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Svc": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Image",
|
|
"ModelDataUrl"
|
|
],
|
|
"members": {
|
|
"Image": {},
|
|
"ModelDataUrl": {},
|
|
"Environment": {
|
|
"shape": "Sz"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Svs": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CandidateDefinitionNotebookLocation": {},
|
|
"DataExplorationNotebookLocation": {}
|
|
}
|
|
},
|
|
"Svw": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EndpointName": {}
|
|
}
|
|
},
|
|
"Swb": {
|
|
"type": "structure",
|
|
"required": [
|
|
"S3ModelArtifacts"
|
|
],
|
|
"members": {
|
|
"S3ModelArtifacts": {}
|
|
}
|
|
},
|
|
"Sxg": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VariantName"
|
|
],
|
|
"members": {
|
|
"VariantName": {},
|
|
"DeployedImages": {
|
|
"shape": "Sxi"
|
|
},
|
|
"CurrentWeight": {
|
|
"type": "float"
|
|
},
|
|
"DesiredWeight": {
|
|
"type": "float"
|
|
},
|
|
"CurrentInstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"DesiredInstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"VariantStatus": {
|
|
"shape": "Sxk"
|
|
},
|
|
"CurrentServerlessConfig": {
|
|
"shape": "Sbx"
|
|
},
|
|
"DesiredServerlessConfig": {
|
|
"shape": "Sbx"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sxi": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SpecifiedImage": {},
|
|
"ResolvedImage": {},
|
|
"ResolutionTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sxk": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Status": {},
|
|
"StatusMessage": {},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sxo": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EnableCapture",
|
|
"CaptureStatus",
|
|
"CurrentSamplingPercentage",
|
|
"DestinationS3Uri",
|
|
"KmsKeyId"
|
|
],
|
|
"members": {
|
|
"EnableCapture": {
|
|
"type": "boolean"
|
|
},
|
|
"CaptureStatus": {},
|
|
"CurrentSamplingPercentage": {
|
|
"type": "integer"
|
|
},
|
|
"DestinationS3Uri": {},
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"Sxs": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VariantName"
|
|
],
|
|
"members": {
|
|
"VariantName": {},
|
|
"DeployedImages": {
|
|
"shape": "Sxi"
|
|
},
|
|
"CurrentWeight": {
|
|
"type": "float"
|
|
},
|
|
"DesiredWeight": {
|
|
"type": "float"
|
|
},
|
|
"CurrentInstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"DesiredInstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"InstanceType": {},
|
|
"AcceleratorType": {},
|
|
"VariantStatus": {
|
|
"shape": "Sxk"
|
|
},
|
|
"CurrentServerlessConfig": {
|
|
"shape": "Sbx"
|
|
},
|
|
"DesiredServerlessConfig": {
|
|
"shape": "Sbx"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sxy": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceArn"
|
|
],
|
|
"members": {
|
|
"SourceArn": {},
|
|
"SourceType": {}
|
|
}
|
|
},
|
|
"Sy5": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Status": {},
|
|
"BlockedReason": {}
|
|
}
|
|
},
|
|
"Sy8": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Status": {},
|
|
"FailureReason": {}
|
|
}
|
|
},
|
|
"Sye": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Syf"
|
|
}
|
|
},
|
|
"Syf": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Key": {},
|
|
"Value": {}
|
|
}
|
|
},
|
|
"Syw": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Szb": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Completed": {
|
|
"type": "integer"
|
|
},
|
|
"InProgress": {
|
|
"type": "integer"
|
|
},
|
|
"RetryableError": {
|
|
"type": "integer"
|
|
},
|
|
"NonRetryableError": {
|
|
"type": "integer"
|
|
},
|
|
"Stopped": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Szd": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Succeeded": {
|
|
"type": "integer"
|
|
},
|
|
"Pending": {
|
|
"type": "integer"
|
|
},
|
|
"Failed": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"Szf": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TrainingJobName",
|
|
"TrainingJobArn",
|
|
"CreationTime",
|
|
"TrainingJobStatus",
|
|
"TunedHyperParameters"
|
|
],
|
|
"members": {
|
|
"TrainingJobDefinitionName": {},
|
|
"TrainingJobName": {},
|
|
"TrainingJobArn": {},
|
|
"TuningJobName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingStartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingJobStatus": {},
|
|
"TunedHyperParameters": {
|
|
"shape": "S2w"
|
|
},
|
|
"FailureReason": {},
|
|
"FinalHyperParameterTuningJobObjectiveMetric": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MetricName",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Type": {},
|
|
"MetricName": {},
|
|
"Value": {
|
|
"type": "float"
|
|
}
|
|
}
|
|
},
|
|
"ObjectiveStatus": {}
|
|
}
|
|
},
|
|
"Szi": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NumberOfTrainingJobsObjectiveNotImproving": {
|
|
"type": "integer"
|
|
},
|
|
"ConvergenceDetectedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
},
|
|
"Szj": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RuntimeInSeconds": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S104": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CostPerHour",
|
|
"CostPerInference",
|
|
"MaxInvocations",
|
|
"ModelLatency"
|
|
],
|
|
"members": {
|
|
"CostPerHour": {
|
|
"type": "float"
|
|
},
|
|
"CostPerInference": {
|
|
"type": "float"
|
|
},
|
|
"MaxInvocations": {
|
|
"type": "integer"
|
|
},
|
|
"ModelLatency": {
|
|
"type": "integer"
|
|
},
|
|
"CpuUtilization": {
|
|
"type": "float"
|
|
},
|
|
"MemoryUtilization": {
|
|
"type": "float"
|
|
},
|
|
"ModelSetupTime": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S107": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EndpointName",
|
|
"VariantName"
|
|
],
|
|
"members": {
|
|
"EndpointName": {},
|
|
"VariantName": {},
|
|
"InstanceType": {},
|
|
"InitialInstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"ServerlessConfig": {
|
|
"shape": "Sbx"
|
|
}
|
|
}
|
|
},
|
|
"S109": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InferenceSpecificationName": {},
|
|
"EnvironmentParameters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Key",
|
|
"ValueType",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Key": {},
|
|
"ValueType": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"CompilationJobName": {}
|
|
}
|
|
},
|
|
"S10h": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MaxInvocations",
|
|
"ModelLatency"
|
|
],
|
|
"members": {
|
|
"MaxInvocations": {
|
|
"type": "integer"
|
|
},
|
|
"ModelLatency": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S10l": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TotalLabeled": {
|
|
"type": "integer"
|
|
},
|
|
"HumanLabeled": {
|
|
"type": "integer"
|
|
},
|
|
"MachineLabeled": {
|
|
"type": "integer"
|
|
},
|
|
"FailedNonRetryableError": {
|
|
"type": "integer"
|
|
},
|
|
"Unlabeled": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S10o": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OutputDatasetS3Uri"
|
|
],
|
|
"members": {
|
|
"OutputDatasetS3Uri": {},
|
|
"FinalActiveLearningModelArn": {}
|
|
}
|
|
},
|
|
"S10t": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RecommendationStatus"
|
|
],
|
|
"members": {
|
|
"RecommendationStatus": {},
|
|
"RealTimeInferenceRecommendations": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RecommendationId",
|
|
"InstanceType"
|
|
],
|
|
"members": {
|
|
"RecommendationId": {},
|
|
"InstanceType": {},
|
|
"Environment": {
|
|
"shape": "Sz"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S11a": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ValidationStatuses"
|
|
],
|
|
"members": {
|
|
"ValidationStatuses": {
|
|
"shape": "S11b"
|
|
},
|
|
"ImageScanStatuses": {
|
|
"shape": "S11b"
|
|
}
|
|
}
|
|
},
|
|
"S11b": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Status": {},
|
|
"FailureReason": {}
|
|
}
|
|
}
|
|
},
|
|
"S11n": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringScheduleName",
|
|
"ScheduledTime",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"MonitoringExecutionStatus"
|
|
],
|
|
"members": {
|
|
"MonitoringScheduleName": {},
|
|
"ScheduledTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"MonitoringExecutionStatus": {},
|
|
"ProcessingJobArn": {},
|
|
"EndpointName": {},
|
|
"FailureReason": {},
|
|
"MonitoringJobDefinitionName": {},
|
|
"MonitoringType": {}
|
|
}
|
|
},
|
|
"S127": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ExperimentName": {},
|
|
"TrialName": {}
|
|
}
|
|
},
|
|
"S129": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SelectedSteps"
|
|
],
|
|
"members": {
|
|
"SourcePipelineExecutionArn": {},
|
|
"SelectedSteps": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"StepName"
|
|
],
|
|
"members": {
|
|
"StepName": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S12i": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ProvisionedProductId": {},
|
|
"ProvisionedProductStatusMessage": {}
|
|
}
|
|
},
|
|
"S12t": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkteamArn"
|
|
],
|
|
"members": {
|
|
"WorkteamArn": {},
|
|
"MarketplaceTitle": {},
|
|
"SellerName": {},
|
|
"MarketplaceDescription": {},
|
|
"ListingId": {}
|
|
}
|
|
},
|
|
"S12x": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Status",
|
|
"StartTime"
|
|
],
|
|
"members": {
|
|
"Status": {},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"StatusMessage": {}
|
|
}
|
|
}
|
|
},
|
|
"S130": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MetricName": {},
|
|
"Value": {
|
|
"type": "float"
|
|
},
|
|
"Timestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S134": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RuleConfigurationName": {},
|
|
"RuleEvaluationJobArn": {},
|
|
"RuleEvaluationStatus": {},
|
|
"StatusDetails": {},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S13b": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Status": {},
|
|
"ResourceRetainedBillableTimeInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"ReusedByJob": {}
|
|
}
|
|
},
|
|
"S13j": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceArn"
|
|
],
|
|
"members": {
|
|
"SourceArn": {},
|
|
"SourceType": {}
|
|
}
|
|
},
|
|
"S13n": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceArn"
|
|
],
|
|
"members": {
|
|
"SourceArn": {},
|
|
"SourceType": {}
|
|
}
|
|
},
|
|
"S13p": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MetricName": {},
|
|
"SourceArn": {},
|
|
"TimeStamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"Max": {
|
|
"type": "double"
|
|
},
|
|
"Min": {
|
|
"type": "double"
|
|
},
|
|
"Last": {
|
|
"type": "double"
|
|
},
|
|
"Count": {
|
|
"type": "integer"
|
|
},
|
|
"Avg": {
|
|
"type": "double"
|
|
},
|
|
"StdDev": {
|
|
"type": "double"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S13z": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkforceName",
|
|
"WorkforceArn"
|
|
],
|
|
"members": {
|
|
"WorkforceName": {},
|
|
"WorkforceArn": {},
|
|
"LastUpdatedDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"SourceIpConfig": {
|
|
"shape": "Sro"
|
|
},
|
|
"SubDomain": {},
|
|
"CognitoConfig": {
|
|
"shape": "Sri"
|
|
},
|
|
"OidcConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ClientId": {},
|
|
"Issuer": {},
|
|
"AuthorizationEndpoint": {},
|
|
"TokenEndpoint": {},
|
|
"UserInfoEndpoint": {},
|
|
"LogoutEndpoint": {},
|
|
"JwksUri": {}
|
|
}
|
|
},
|
|
"CreateDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"WorkforceVpcConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcId",
|
|
"SecurityGroupIds",
|
|
"Subnets"
|
|
],
|
|
"members": {
|
|
"VpcId": {},
|
|
"SecurityGroupIds": {
|
|
"shape": "Sru"
|
|
},
|
|
"Subnets": {
|
|
"shape": "Srw"
|
|
},
|
|
"VpcEndpointId": {}
|
|
}
|
|
},
|
|
"Status": {},
|
|
"FailureReason": {}
|
|
}
|
|
},
|
|
"S147": {
|
|
"type": "structure",
|
|
"required": [
|
|
"WorkteamName",
|
|
"MemberDefinitions",
|
|
"WorkteamArn",
|
|
"Description"
|
|
],
|
|
"members": {
|
|
"WorkteamName": {},
|
|
"MemberDefinitions": {
|
|
"shape": "Ss2"
|
|
},
|
|
"WorkteamArn": {},
|
|
"WorkforceArn": {},
|
|
"ProductListingIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Description": {},
|
|
"SubDomain": {},
|
|
"CreateDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastUpdatedDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"NotificationConfiguration": {
|
|
"shape": "Ssa"
|
|
}
|
|
}
|
|
},
|
|
"S14z": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MinInvocationsPerMinute": {
|
|
"type": "integer"
|
|
},
|
|
"MaxInvocationsPerMinute": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S17i": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringJobDefinitionName",
|
|
"MonitoringJobDefinitionArn",
|
|
"CreationTime",
|
|
"EndpointName"
|
|
],
|
|
"members": {
|
|
"MonitoringJobDefinitionName": {},
|
|
"MonitoringJobDefinitionArn": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndpointName": {}
|
|
}
|
|
}
|
|
},
|
|
"S198": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"HubContentName",
|
|
"HubContentArn",
|
|
"HubContentVersion",
|
|
"HubContentType",
|
|
"DocumentSchemaVersion",
|
|
"HubContentStatus",
|
|
"CreationTime"
|
|
],
|
|
"members": {
|
|
"HubContentName": {},
|
|
"HubContentArn": {},
|
|
"HubContentVersion": {},
|
|
"HubContentType": {},
|
|
"DocumentSchemaVersion": {},
|
|
"HubContentDisplayName": {},
|
|
"HubContentDescription": {},
|
|
"HubContentSearchKeywords": {
|
|
"shape": "Syw"
|
|
},
|
|
"HubContentStatus": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S1cn": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonitoringAlertName",
|
|
"CreationTime",
|
|
"LastModifiedTime",
|
|
"AlertStatus",
|
|
"DatapointsToAlert",
|
|
"EvaluationPeriod",
|
|
"Actions"
|
|
],
|
|
"members": {
|
|
"MonitoringAlertName": {},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"AlertStatus": {},
|
|
"DatapointsToAlert": {
|
|
"type": "integer"
|
|
},
|
|
"EvaluationPeriod": {
|
|
"type": "integer"
|
|
},
|
|
"Actions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ModelDashboardIndicator": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S1e2": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"S1ej": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"S1he": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DeviceName"
|
|
],
|
|
"members": {
|
|
"DeviceName": {},
|
|
"Description": {},
|
|
"IotThingName": {}
|
|
}
|
|
}
|
|
},
|
|
"S1hp": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Filters": {
|
|
"shape": "S1hq"
|
|
},
|
|
"NestedFilters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"NestedPropertyName",
|
|
"Filters"
|
|
],
|
|
"members": {
|
|
"NestedPropertyName": {},
|
|
"Filters": {
|
|
"shape": "S1hq"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"SubExpressions": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S1hp"
|
|
}
|
|
},
|
|
"Operator": {}
|
|
}
|
|
},
|
|
"S1hq": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Operator": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"S1i3": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TrainingJobName": {},
|
|
"TrainingJobArn": {},
|
|
"TuningJobArn": {},
|
|
"LabelingJobArn": {},
|
|
"AutoMLJobArn": {},
|
|
"ModelArtifacts": {
|
|
"shape": "Swb"
|
|
},
|
|
"TrainingJobStatus": {},
|
|
"SecondaryStatus": {},
|
|
"FailureReason": {},
|
|
"HyperParameters": {
|
|
"shape": "S2w"
|
|
},
|
|
"AlgorithmSpecification": {
|
|
"shape": "Spp"
|
|
},
|
|
"RoleArn": {},
|
|
"InputDataConfig": {
|
|
"shape": "S2y"
|
|
},
|
|
"OutputDataConfig": {
|
|
"shape": "S3g"
|
|
},
|
|
"ResourceConfig": {
|
|
"shape": "S3j"
|
|
},
|
|
"VpcConfig": {
|
|
"shape": "S5t"
|
|
},
|
|
"StoppingCondition": {
|
|
"shape": "S3p"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingStartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TrainingEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastModifiedTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"SecondaryStatusTransitions": {
|
|
"shape": "S12x"
|
|
},
|
|
"FinalMetricDataList": {
|
|
"shape": "S130"
|
|
},
|
|
"EnableNetworkIsolation": {
|
|
"type": "boolean"
|
|
},
|
|
"EnableInterContainerTrafficEncryption": {
|
|
"type": "boolean"
|
|
},
|
|
"EnableManagedSpotTraining": {
|
|
"type": "boolean"
|
|
},
|
|
"CheckpointConfig": {
|
|
"shape": "Sge"
|
|
},
|
|
"TrainingTimeInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"BillableTimeInSeconds": {
|
|
"type": "integer"
|
|
},
|
|
"DebugHookConfig": {
|
|
"shape": "Spy"
|
|
},
|
|
"ExperimentConfig": {
|
|
"shape": "Sp0"
|
|
},
|
|
"DebugRuleConfigurations": {
|
|
"shape": "Sq6"
|
|
},
|
|
"TensorBoardOutputConfig": {
|
|
"shape": "Sqa"
|
|
},
|
|
"DebugRuleEvaluationStatuses": {
|
|
"shape": "S134"
|
|
},
|
|
"ProfilerConfig": {
|
|
"shape": "Sqb"
|
|
},
|
|
"Environment": {
|
|
"shape": "Sqh"
|
|
},
|
|
"RetryStrategy": {
|
|
"shape": "Sgf"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
}
|
|
}
|
|
},
|
|
"S1ib": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TransformJobName": {},
|
|
"TransformJobArn": {},
|
|
"TransformJobStatus": {},
|
|
"FailureReason": {},
|
|
"ModelName": {},
|
|
"MaxConcurrentTransforms": {
|
|
"type": "integer"
|
|
},
|
|
"ModelClientConfig": {
|
|
"shape": "Sqo"
|
|
},
|
|
"MaxPayloadInMB": {
|
|
"type": "integer"
|
|
},
|
|
"BatchStrategy": {},
|
|
"Environment": {
|
|
"shape": "S3x"
|
|
},
|
|
"TransformInput": {
|
|
"shape": "S40"
|
|
},
|
|
"TransformOutput": {
|
|
"shape": "S44"
|
|
},
|
|
"TransformResources": {
|
|
"shape": "S47"
|
|
},
|
|
"CreationTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TransformStartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"TransformEndTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"LabelingJobArn": {},
|
|
"AutoMLJobArn": {},
|
|
"DataProcessing": {
|
|
"shape": "Sqs"
|
|
},
|
|
"ExperimentConfig": {
|
|
"shape": "Sp0"
|
|
},
|
|
"Tags": {
|
|
"shape": "S7"
|
|
},
|
|
"DataCaptureConfig": {
|
|
"shape": "Sqr"
|
|
}
|
|
}
|
|
},
|
|
"S1js": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S1lz": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
} |