aws-sdk
Version:
AWS SDK for JavaScript
2,218 lines (2,217 loc) • 459 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2017-07-24",
"endpointPrefix": "api.sagemaker",
"jsonVersion": "1.1",
"protocol": "json",
"protocols": [
"json"
],
"serviceAbbreviation": "SageMaker",
"serviceFullName": "Amazon SageMaker Service",
"serviceId": "SageMaker",
"signatureVersion": "v4",
"signingName": "sagemaker",
"targetPrefix": "SageMaker",
"uid": "sagemaker-2017-07-24",
"auth": [
"aws.auth#sigv4"
]
},
"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": "S1w"
},
"ActionType": {},
"Description": {},
"Status": {},
"Properties": {
"shape": "S21"
},
"MetadataProperties": {
"shape": "S23"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"ActionArn": {}
}
}
},
"CreateAlgorithm": {
"input": {
"type": "structure",
"required": [
"AlgorithmName",
"TrainingSpecification"
],
"members": {
"AlgorithmName": {},
"AlgorithmDescription": {},
"TrainingSpecification": {
"shape": "S28"
},
"InferenceSpecification": {
"shape": "Sr"
},
"ValidationSpecification": {
"shape": "S30"
},
"CertifyForMarketplace": {
"type": "boolean"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"AlgorithmArn"
],
"members": {
"AlgorithmArn": {}
}
}
},
"CreateApp": {
"input": {
"type": "structure",
"required": [
"DomainId",
"AppType",
"AppName"
],
"members": {
"DomainId": {},
"UserProfileName": {},
"SpaceName": {},
"AppType": {},
"AppName": {},
"Tags": {
"shape": "S7"
},
"ResourceSpec": {
"shape": "S4r"
}
}
},
"output": {
"type": "structure",
"members": {
"AppArn": {}
}
}
},
"CreateAppImageConfig": {
"input": {
"type": "structure",
"required": [
"AppImageConfigName"
],
"members": {
"AppImageConfigName": {},
"Tags": {
"shape": "S7"
},
"KernelGatewayImageConfig": {
"shape": "S51"
},
"JupyterLabAppImageConfig": {
"shape": "S5a"
},
"CodeEditorAppImageConfig": {
"shape": "S5h"
}
}
},
"output": {
"type": "structure",
"members": {
"AppImageConfigArn": {}
}
}
},
"CreateArtifact": {
"input": {
"type": "structure",
"required": [
"Source",
"ArtifactType"
],
"members": {
"ArtifactName": {},
"Source": {
"shape": "S5l"
},
"ArtifactType": {},
"Properties": {
"shape": "S5p"
},
"MetadataProperties": {
"shape": "S23"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"ArtifactArn": {}
}
}
},
"CreateAutoMLJob": {
"input": {
"type": "structure",
"required": [
"AutoMLJobName",
"InputDataConfig",
"OutputDataConfig",
"RoleArn"
],
"members": {
"AutoMLJobName": {},
"InputDataConfig": {
"shape": "S5v"
},
"OutputDataConfig": {
"shape": "S63"
},
"ProblemType": {},
"AutoMLJobObjective": {
"shape": "S65"
},
"AutoMLJobConfig": {
"shape": "S67"
},
"RoleArn": {},
"GenerateCandidateDefinitionsOnly": {
"type": "boolean"
},
"Tags": {
"shape": "S7"
},
"ModelDeployConfig": {
"shape": "S6r"
}
}
},
"output": {
"type": "structure",
"required": [
"AutoMLJobArn"
],
"members": {
"AutoMLJobArn": {}
}
}
},
"CreateAutoMLJobV2": {
"input": {
"type": "structure",
"required": [
"AutoMLJobName",
"AutoMLJobInputDataConfig",
"OutputDataConfig",
"AutoMLProblemTypeConfig",
"RoleArn"
],
"members": {
"AutoMLJobName": {},
"AutoMLJobInputDataConfig": {
"shape": "S6x"
},
"OutputDataConfig": {
"shape": "S63"
},
"AutoMLProblemTypeConfig": {
"shape": "S6z"
},
"RoleArn": {},
"Tags": {
"shape": "S7"
},
"SecurityConfig": {
"shape": "S6c"
},
"AutoMLJobObjective": {
"shape": "S65"
},
"ModelDeployConfig": {
"shape": "S6r"
},
"DataSplitConfig": {
"shape": "S6n"
},
"AutoMLComputeConfig": {
"shape": "S7w"
}
}
},
"output": {
"type": "structure",
"required": [
"AutoMLJobArn"
],
"members": {
"AutoMLJobArn": {}
}
}
},
"CreateCluster": {
"input": {
"type": "structure",
"required": [
"ClusterName",
"InstanceGroups"
],
"members": {
"ClusterName": {},
"InstanceGroups": {
"shape": "S81"
},
"VpcConfig": {
"shape": "S6d"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"ClusterArn"
],
"members": {
"ClusterArn": {}
}
}
},
"CreateCodeRepository": {
"input": {
"type": "structure",
"required": [
"CodeRepositoryName",
"GitConfig"
],
"members": {
"CodeRepositoryName": {},
"GitConfig": {
"shape": "S8h"
},
"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": "S8o"
},
"OutputConfig": {
"shape": "S8r"
},
"VpcConfig": {
"shape": "S8y"
},
"StoppingCondition": {
"shape": "S3y"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"CompilationJobArn"
],
"members": {
"CompilationJobArn": {}
}
}
},
"CreateContext": {
"input": {
"type": "structure",
"required": [
"ContextName",
"Source",
"ContextType"
],
"members": {
"ContextName": {},
"Source": {
"shape": "S97"
},
"ContextType": {},
"Description": {},
"Properties": {
"shape": "S21"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"ContextArn": {}
}
}
},
"CreateDataQualityJobDefinition": {
"input": {
"type": "structure",
"required": [
"JobDefinitionName",
"DataQualityAppSpecification",
"DataQualityJobInput",
"DataQualityJobOutputConfig",
"JobResources",
"RoleArn"
],
"members": {
"JobDefinitionName": {},
"DataQualityBaselineConfig": {
"shape": "S9c"
},
"DataQualityAppSpecification": {
"shape": "S9g"
},
"DataQualityJobInput": {
"shape": "S9p"
},
"DataQualityJobOutputConfig": {
"shape": "Sa3"
},
"JobResources": {
"shape": "Sa9"
},
"NetworkConfig": {
"shape": "Sae"
},
"RoleArn": {},
"StoppingCondition": {
"shape": "Saf"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"JobDefinitionArn"
],
"members": {
"JobDefinitionArn": {}
}
}
},
"CreateDeviceFleet": {
"input": {
"type": "structure",
"required": [
"DeviceFleetName",
"OutputConfig"
],
"members": {
"DeviceFleetName": {},
"RoleArn": {},
"Description": {},
"OutputConfig": {
"shape": "Sal"
},
"Tags": {
"shape": "S7"
},
"EnableIotRoleAlias": {
"type": "boolean"
}
}
}
},
"CreateDomain": {
"input": {
"type": "structure",
"required": [
"DomainName",
"AuthMode",
"DefaultUserSettings",
"SubnetIds",
"VpcId"
],
"members": {
"DomainName": {},
"AuthMode": {},
"DefaultUserSettings": {
"shape": "Sar"
},
"DomainSettings": {
"shape": "Scc"
},
"SubnetIds": {
"shape": "S6g"
},
"VpcId": {},
"Tags": {
"shape": "S7"
},
"AppNetworkAccessType": {},
"HomeEfsFileSystemKmsKeyId": {
"deprecated": true,
"deprecatedMessage": "This property is deprecated, use KmsKeyId instead."
},
"KmsKeyId": {},
"AppSecurityGroupManagement": {},
"DefaultSpaceSettings": {
"shape": "Sco"
}
}
},
"output": {
"type": "structure",
"members": {
"DomainArn": {},
"Url": {}
}
}
},
"CreateEdgeDeploymentPlan": {
"input": {
"type": "structure",
"required": [
"EdgeDeploymentPlanName",
"ModelConfigs",
"DeviceFleetName"
],
"members": {
"EdgeDeploymentPlanName": {},
"ModelConfigs": {
"shape": "Sct"
},
"DeviceFleetName": {},
"Stages": {
"shape": "Scv"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"EdgeDeploymentPlanArn"
],
"members": {
"EdgeDeploymentPlanArn": {}
}
}
},
"CreateEdgeDeploymentStage": {
"input": {
"type": "structure",
"required": [
"EdgeDeploymentPlanName",
"Stages"
],
"members": {
"EdgeDeploymentPlanName": {},
"Stages": {
"shape": "Scv"
}
}
}
},
"CreateEdgePackagingJob": {
"input": {
"type": "structure",
"required": [
"EdgePackagingJobName",
"CompilationJobName",
"ModelName",
"ModelVersion",
"RoleArn",
"OutputConfig"
],
"members": {
"EdgePackagingJobName": {},
"CompilationJobName": {},
"ModelName": {},
"ModelVersion": {},
"RoleArn": {},
"OutputConfig": {
"shape": "Sal"
},
"ResourceKey": {},
"Tags": {
"shape": "S7"
}
}
}
},
"CreateEndpoint": {
"input": {
"type": "structure",
"required": [
"EndpointName",
"EndpointConfigName"
],
"members": {
"EndpointName": {},
"EndpointConfigName": {},
"DeploymentConfig": {
"shape": "Sdb"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"EndpointArn"
],
"members": {
"EndpointArn": {}
}
}
},
"CreateEndpointConfig": {
"input": {
"type": "structure",
"required": [
"EndpointConfigName",
"ProductionVariants"
],
"members": {
"EndpointConfigName": {},
"ProductionVariants": {
"shape": "Sdt"
},
"DataCaptureConfig": {
"shape": "Seg"
},
"Tags": {
"shape": "S7"
},
"KmsKeyId": {},
"AsyncInferenceConfig": {
"shape": "Ser"
},
"ExplainerConfig": {
"shape": "Sez"
},
"ShadowProductionVariants": {
"shape": "Sdt"
},
"ExecutionRoleArn": {},
"VpcConfig": {
"shape": "S6d"
},
"EnableNetworkIsolation": {
"type": "boolean"
}
}
},
"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": "Sfy"
},
"OnlineStoreConfig": {
"shape": "Sg5"
},
"OfflineStoreConfig": {
"shape": "Sgb"
},
"ThroughputConfig": {
"type": "structure",
"required": [
"ThroughputMode"
],
"members": {
"ThroughputMode": {},
"ProvisionedReadCapacityUnits": {
"type": "integer"
},
"ProvisionedWriteCapacityUnits": {
"type": "integer"
}
}
},
"RoleArn": {},
"Description": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"FeatureGroupArn"
],
"members": {
"FeatureGroupArn": {}
}
}
},
"CreateFlowDefinition": {
"input": {
"type": "structure",
"required": [
"FlowDefinitionName",
"OutputConfig",
"RoleArn"
],
"members": {
"FlowDefinitionName": {},
"HumanLoopRequestSource": {
"shape": "Sgq"
},
"HumanLoopActivationConfig": {
"shape": "Sgs"
},
"HumanLoopConfig": {
"shape": "Sgv"
},
"OutputConfig": {
"shape": "Sha"
},
"RoleArn": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"FlowDefinitionArn"
],
"members": {
"FlowDefinitionArn": {}
}
}
},
"CreateHub": {
"input": {
"type": "structure",
"required": [
"HubName",
"HubDescription"
],
"members": {
"HubName": {},
"HubDescription": {},
"HubDisplayName": {},
"HubSearchKeywords": {
"shape": "Shh"
},
"S3StorageConfig": {
"shape": "Shj"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"HubArn"
],
"members": {
"HubArn": {}
}
}
},
"CreateHubContentReference": {
"input": {
"type": "structure",
"required": [
"HubName",
"SageMakerPublicHubContentArn"
],
"members": {
"HubName": {},
"SageMakerPublicHubContentArn": {},
"HubContentName": {},
"MinVersion": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"HubArn",
"HubContentArn"
],
"members": {
"HubArn": {},
"HubContentArn": {}
}
}
},
"CreateHumanTaskUi": {
"input": {
"type": "structure",
"required": [
"HumanTaskUiName",
"UiTemplate"
],
"members": {
"HumanTaskUiName": {},
"UiTemplate": {
"shape": "Shv"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"HumanTaskUiArn"
],
"members": {
"HumanTaskUiArn": {}
}
}
},
"CreateHyperParameterTuningJob": {
"input": {
"type": "structure",
"required": [
"HyperParameterTuningJobName",
"HyperParameterTuningJobConfig"
],
"members": {
"HyperParameterTuningJobName": {},
"HyperParameterTuningJobConfig": {
"shape": "Si0"
},
"TrainingJobDefinition": {
"shape": "Sit"
},
"TrainingJobDefinitions": {
"shape": "Sj9"
},
"WarmStartConfig": {
"shape": "Sja"
},
"Tags": {
"shape": "S7"
},
"Autotune": {
"shape": "Sje"
}
}
},
"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": "Sjp"
},
"VendorGuidance": {},
"JobType": {},
"MLFramework": {},
"ProgrammingLang": {},
"Processor": {},
"Horovod": {
"type": "boolean"
},
"ReleaseNotes": {}
}
},
"output": {
"type": "structure",
"members": {
"ImageVersionArn": {}
}
}
},
"CreateInferenceComponent": {
"input": {
"type": "structure",
"required": [
"InferenceComponentName",
"EndpointName",
"VariantName",
"Specification",
"RuntimeConfig"
],
"members": {
"InferenceComponentName": {},
"EndpointName": {},
"VariantName": {},
"Specification": {
"shape": "Sk1"
},
"RuntimeConfig": {
"shape": "Sk8"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"InferenceComponentArn"
],
"members": {
"InferenceComponentArn": {}
}
}
},
"CreateInferenceExperiment": {
"input": {
"type": "structure",
"required": [
"Name",
"Type",
"RoleArn",
"EndpointName",
"ModelVariants",
"ShadowModeConfig"
],
"members": {
"Name": {},
"Type": {},
"Schedule": {
"shape": "Skf"
},
"Description": {},
"RoleArn": {},
"EndpointName": {},
"ModelVariants": {
"shape": "Ski"
},
"DataStorageConfig": {
"shape": "Skq"
},
"ShadowModeConfig": {
"shape": "Skr"
},
"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": "Skz"
},
"JobDescription": {},
"StoppingConditions": {
"shape": "Sm5"
},
"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": "Smh"
},
"OutputConfig": {
"shape": "Smo"
},
"RoleArn": {},
"LabelCategoryConfigS3Uri": {},
"StoppingConditions": {
"shape": "Smp"
},
"LabelingJobAlgorithmsConfig": {
"shape": "Sms"
},
"HumanTaskConfig": {
"shape": "Smw"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"LabelingJobArn"
],
"members": {
"LabelingJobArn": {}
}
}
},
"CreateMlflowTrackingServer": {
"input": {
"type": "structure",
"required": [
"TrackingServerName",
"ArtifactStoreUri",
"RoleArn"
],
"members": {
"TrackingServerName": {},
"ArtifactStoreUri": {},
"TrackingServerSize": {},
"MlflowVersion": {},
"RoleArn": {},
"AutomaticModelRegistration": {
"type": "boolean"
},
"WeeklyMaintenanceWindowStart": {},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"TrackingServerArn": {}
}
}
},
"CreateModel": {
"input": {
"type": "structure",
"required": [
"ModelName"
],
"members": {
"ModelName": {},
"PrimaryContainer": {
"shape": "Sni"
},
"Containers": {
"shape": "Snu"
},
"InferenceExecutionConfig": {
"shape": "Snv"
},
"ExecutionRoleArn": {},
"Tags": {
"shape": "S7"
},
"VpcConfig": {
"shape": "S6d"
},
"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": "Snz"
},
"ModelBiasAppSpecification": {
"shape": "So0"
},
"ModelBiasJobInput": {
"shape": "So1"
},
"ModelBiasJobOutputConfig": {
"shape": "Sa3"
},
"JobResources": {
"shape": "Sa9"
},
"NetworkConfig": {
"shape": "Sae"
},
"RoleArn": {},
"StoppingCondition": {
"shape": "Saf"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"JobDefinitionArn"
],
"members": {
"JobDefinitionArn": {}
}
}
},
"CreateModelCard": {
"input": {
"type": "structure",
"required": [
"ModelCardName",
"Content",
"ModelCardStatus"
],
"members": {
"ModelCardName": {},
"SecurityConfig": {
"shape": "So5"
},
"Content": {
"shape": "So6"
},
"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": "Soc"
}
}
},
"output": {
"type": "structure",
"required": [
"ModelCardExportJobArn"
],
"members": {
"ModelCardExportJobArn": {}
}
}
},
"CreateModelExplainabilityJobDefinition": {
"input": {
"type": "structure",
"required": [
"JobDefinitionName",
"ModelExplainabilityAppSpecification",
"ModelExplainabilityJobInput",
"ModelExplainabilityJobOutputConfig",
"JobResources",
"RoleArn"
],
"members": {
"JobDefinitionName": {},
"ModelExplainabilityBaselineConfig": {
"shape": "Sog"
},
"ModelExplainabilityAppSpecification": {
"shape": "Soh"
},
"ModelExplainabilityJobInput": {
"shape": "Soi"
},
"ModelExplainabilityJobOutputConfig": {
"shape": "Sa3"
},
"JobResources": {
"shape": "Sa9"
},
"NetworkConfig": {
"shape": "Sae"
},
"RoleArn": {},
"StoppingCondition": {
"shape": "Saf"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"JobDefinitionArn"
],
"members": {
"JobDefinitionArn": {}
}
}
},
"CreateModelPackage": {
"input": {
"type": "structure",
"members": {
"ModelPackageName": {},
"ModelPackageGroupName": {},
"ModelPackageDescription": {},
"InferenceSpecification": {
"shape": "Sr"
},
"ValidationSpecification": {
"shape": "Sol"
},
"SourceAlgorithmSpecification": {
"shape": "Soo"
},
"CertifyForMarketplace": {
"type": "boolean"
},
"Tags": {
"shape": "S7"
},
"ModelApprovalStatus": {},
"MetadataProperties": {
"shape": "S23"
},
"ModelMetrics": {
"shape": "Sor"
},
"ClientToken": {
"idempotencyToken": true
},
"Domain": {},
"Task": {},
"SamplePayloadUrl": {},
"CustomerMetadataProperties": {
"shape": "Soy"
},
"DriftCheckBaselines": {
"shape": "Sp1"
},
"AdditionalInferenceSpecifications": {
"shape": "Sp7"
},
"SkipModelValidation": {},
"SourceUri": {},
"SecurityConfig": {
"shape": "Spb"
},
"ModelCard": {
"shape": "Spc"
}
}
},
"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": "Spi"
},
"ModelQualityAppSpecification": {
"shape": "Spj"
},
"ModelQualityJobInput": {
"shape": "Spl"
},
"ModelQualityJobOutputConfig": {
"shape": "Sa3"
},
"JobResources": {
"shape": "Sa9"
},
"NetworkConfig": {
"shape": "Sae"
},
"RoleArn": {},
"StoppingCondition": {
"shape": "Saf"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"JobDefinitionArn"
],
"members": {
"JobDefinitionArn": {}
}
}
},
"CreateMonitoringSchedule": {
"input": {
"type": "structure",
"required": [
"MonitoringScheduleName",
"MonitoringScheduleConfig"
],
"members": {
"MonitoringScheduleName": {},
"MonitoringScheduleConfig": {
"shape": "Spp"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"required": [
"MonitoringScheduleArn"
],
"members": {
"MonitoringScheduleArn": {}
}
}
},
"CreateNotebookInstance": {
"input": {
"type": "structure",
"required": [
"NotebookInstanceName",
"InstanceType",
"RoleArn"
],
"members": {
"NotebookInstanceName": {},
"InstanceType": {},
"SubnetId": {},
"SecurityGroupIds": {
"shape": "Sas"
},
"RoleArn": {},
"KmsKeyId": {},
"Tags": {
"shape": "S7"
},
"LifecycleConfigName": {},
"DirectInternetAccess": {},
"VolumeSizeInGB": {
"type": "integer"
},
"AcceleratorTypes": {
"shape": "Sq6"
},
"DefaultCodeRepository": {},
"AdditionalCodeRepositories": {
"shape": "Sq9"
},
"RootAccess": {},
"PlatformIdentifier": {},
"InstanceMetadataServiceConfiguration": {
"shape": "Sqc"
}
}
},
"output": {
"type": "structure",
"members": {
"NotebookInstanceArn": {}
}
}
},
"CreateNotebookInstanceLifecycleConfig": {
"input": {
"type": "structure",
"required": [
"NotebookInstanceLifecycleConfigName"
],
"members": {
"NotebookInstanceLifecycleConfigName": {},
"OnCreate": {
"shape": "Sqh"
},
"OnStart": {
"shape": "Sqh"
}
}
},
"output": {
"type": "structure",
"members": {
"NotebookInstanceLifecycleConfigArn": {}
}
}
},
"CreateOptimizationJob": {
"input": {
"type": "structure",
"required": [
"OptimizationJobName",
"RoleArn",
"ModelSource",
"DeploymentInstanceType",
"OptimizationConfigs",
"OutputConfig",
"StoppingCondition"
],
"members": {
"OptimizationJobName": {},
"RoleArn": {},
"ModelSource": {
"shape": "Sqn"
},
"DeploymentInstanceType": {},
"OptimizationEnvironment": {
"shape": "Sqs"
},
"OptimizationConfigs": {
"shape": "Sqt"
},
"OutputConfig": {
"shape": "Sqy"
},
"StoppingCondition": {
"shape": "S3y"
},
"Tags": {
"shape": "S7"
},
"VpcConfig": {
"shape": "Sqz"
}
}
},
"output": {
"type": "structure",
"required": [
"OptimizationJobArn"
],
"members": {
"OptimizationJobArn": {}
}
}
},
"CreatePipeline": {
"input": {
"type": "structure",
"required": [
"PipelineName",
"ClientRequestToken",
"RoleArn"
],
"members": {
"PipelineName": {},
"PipelineDisplayName": {},
"PipelineDefinition": {},
"PipelineDefinitionS3Location": {
"shape": "Sr9"
},
"PipelineDescription": {},
"ClientRequestToken": {
"idempotencyToken": true
},
"RoleArn": {},
"Tags": {
"shape": "S7"
},
"ParallelismConfiguration": {
"shape": "Srf"
}
}
},
"output": {
"type": "structure",
"members": {
"PipelineArn": {}
}
}
},
"CreatePresignedDomainUrl": {
"input": {
"type": "structure",
"required": [
"DomainId",
"UserProfileName"
],
"members": {
"DomainId": {},
"UserProfileName": {},
"SessionExpirationDurationInSeconds": {
"type": "integer"
},
"ExpiresInSeconds": {
"type": "integer"
},
"SpaceName": {},
"LandingUri": {}
}
},
"output": {
"type": "structure",
"members": {
"AuthorizedUrl": {}
}
}
},
"CreatePresignedMlflowTrackingServerUrl": {
"input": {
"type": "structure",
"required": [
"TrackingServerName"
],
"members": {
"TrackingServerName": {},
"ExpiresInSeconds": {
"type": "integer"
},
"SessionExpirationDurationInSeconds": {
"type": "integer"
}
}
},
"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": "Srv"
},
"ProcessingOutputConfig": {
"shape": "Ssi"
},
"ProcessingJobName": {},
"ProcessingResources": {
"shape": "Ssn"
},
"StoppingCondition": {
"shape": "Ssp"
},
"AppSpecification": {
"shape": "Ssr"
},
"Environment": {
"shape": "Sst"
},
"NetworkConfig": {
"shape": "Spx"
},
"RoleArn": {},
"Tags": {
"shape": "S7"
},
"ExperimentConfig": {
"shape": "Ssu"
}
}
},
"output": {
"type": "structure",
"required": [
"ProcessingJobArn"
],
"members": {
"ProcessingJobArn": {}
}
}
},
"CreateProject": {
"input": {
"type": "structure",
"required": [
"ProjectName",
"ServiceCatalogProvisioningDetails"
],
"members": {
"ProjectName": {},
"ProjectDescription": {},
"ServiceCatalogProvisioningDetails": {
"shape": "Ssz"
},
"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": "St9"
},
"OwnershipSettings": {
"shape": "Stj"
},
"SpaceSharingSettings": {
"shape": "Stk"
},
"SpaceDisplayName": {}
}
},
"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": "S35"
},
"AlgorithmSpecification": {
"shape": "Stv"
},
"RoleArn": {},
"InputDataConfig": {
"shape": "S37"
},
"OutputDataConfig": {
"shape": "S3p"
},
"ResourceConfig": {
"shape": "S3s"
},
"VpcConfig": {
"shape": "S6d"
},
"StoppingCondition": {
"shape": "S3y"
},
"Tags": {
"shape": "S7"
},
"EnableNetworkIsolation": {
"type": "boolean"
},
"EnableInterContainerTrafficEncryption": {
"type": "boolean"
},
"EnableManagedSpotTraining": {
"type": "boolean"
},
"CheckpointConfig": {
"shape": "Sj3"
},
"DebugHookConfig": {
"shape": "Su4"
},
"DebugRuleConfigurations": {
"shape": "Suc"
},
"TensorBoardOutputConfig": {
"shape": "Sug"
},
"ExperimentConfig": {
"shape": "Ssu"
},
"ProfilerConfig": {
"shape": "Suh"
},
"ProfilerRuleConfigurations": {
"shape": "Sul"
},
"Environment": {
"shape": "Sun"
},
"RetryStrategy": {
"shape": "Sj4"
},
"RemoteDebugConfig": {
"shape": "Suq"
},
"InfraCheckConfig": {
"shape": "Sus"
},
"SessionChainingConfig": {
"type": "structure",
"members": {
"EnableSessionTagChaining": {
"type": "boolean"
}
}
}
}
},
"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": "Sv0"
},
"MaxPayloadInMB": {
"type": "integer"
},
"BatchStrategy": {},
"Environment": {
"shape": "S46"
},
"TransformInput": {
"shape": "S49"
},
"TransformOutput": {
"shape": "S4d"
},
"DataCaptureConfig": {
"shape": "Sv3"
},
"TransformResources": {
"shape": "S4g"
},
"DataProcessing": {
"shape": "Sv4"
},
"Tags": {
"shape": "S7"
},
"ExperimentConfig": {
"shape": "Ssu"
}
}
},
"output": {
"type": "structure",
"required": [
"TransformJobArn"
],
"members": {
"TransformJobArn": {}
}
}
},
"CreateTrial": {
"input": {
"type": "structure",
"required": [
"TrialName",
"ExperimentName"
],
"members": {
"TrialName": {},
"DisplayName": {},
"ExperimentName": {},
"MetadataProperties": {
"shape": "S23"
},
"Tags": {
"shape": "S7"
}
}
},
"output": {
"type": "structure",
"members": {
"TrialArn": {}
}
}
},
"CreateTrialComponent": {