UNPKG

aws-sdk-eks

Version:
2,239 lines 436 kB
{ "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": {}, "SpaceName": {}, "AppType": {}, "AppName": {}, "Tags": { "shape": "S7" }, "ResourceSpec": { "shape": "S4i" } } }, "output": { "type": "structure", "members": { "AppArn": {} } } }, "CreateAppImageConfig": { "input": { "type": "structure", "required": [ "AppImageConfigName" ], "members": { "AppImageConfigName": {}, "Tags": { "shape": "S7" }, "KernelGatewayImageConfig": { "shape": "S4s" }, "JupyterLabAppImageConfig": { "shape": "S51" } } }, "output": { "type": "structure", "members": { "AppImageConfigArn": {} } } }, "CreateArtifact": { "input": { "type": "structure", "required": [ "Source", "ArtifactType" ], "members": { "ArtifactName": {}, "Source": { "shape": "S5b" }, "ArtifactType": {}, "Properties": { "shape": "S5f" }, "MetadataProperties": { "shape": "S1u" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "members": { "ArtifactArn": {} } } }, "CreateAutoMLJob": { "input": { "type": "structure", "required": [ "AutoMLJobName", "InputDataConfig", "OutputDataConfig", "RoleArn" ], "members": { "AutoMLJobName": {}, "InputDataConfig": { "shape": "S5l" }, "OutputDataConfig": { "shape": "S5t" }, "ProblemType": {}, "AutoMLJobObjective": { "shape": "S5v" }, "AutoMLJobConfig": { "shape": "S5x" }, "RoleArn": {}, "GenerateCandidateDefinitionsOnly": { "type": "boolean" }, "Tags": { "shape": "S7" }, "ModelDeployConfig": { "shape": "S6h" } } }, "output": { "type": "structure", "required": [ "AutoMLJobArn" ], "members": { "AutoMLJobArn": {} } } }, "CreateAutoMLJobV2": { "input": { "type": "structure", "required": [ "AutoMLJobName", "AutoMLJobInputDataConfig", "OutputDataConfig", "AutoMLProblemTypeConfig", "RoleArn" ], "members": { "AutoMLJobName": {}, "AutoMLJobInputDataConfig": { "shape": "S6n" }, "OutputDataConfig": { "shape": "S5t" }, "AutoMLProblemTypeConfig": { "shape": "S6p" }, "RoleArn": {}, "Tags": { "shape": "S7" }, "SecurityConfig": { "shape": "S62" }, "AutoMLJobObjective": { "shape": "S5v" }, "ModelDeployConfig": { "shape": "S6h" }, "DataSplitConfig": { "shape": "S6d" } } }, "output": { "type": "structure", "required": [ "AutoMLJobArn" ], "members": { "AutoMLJobArn": {} } } }, "CreateCluster": { "input": { "type": "structure", "required": [ "ClusterName", "InstanceGroups" ], "members": { "ClusterName": {}, "InstanceGroups": { "shape": "S7r" }, "VpcConfig": { "shape": "S63" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "ClusterArn" ], "members": { "ClusterArn": {} } } }, "CreateCodeRepository": { "input": { "type": "structure", "required": [ "CodeRepositoryName", "GitConfig" ], "members": { "CodeRepositoryName": {}, "GitConfig": { "shape": "S82" }, "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": "S89" }, "OutputConfig": { "shape": "S8c" }, "VpcConfig": { "shape": "S8j" }, "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": "S8s" }, "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": "S8x" }, "DataQualityAppSpecification": { "shape": "S91" }, "DataQualityJobInput": { "shape": "S9a" }, "DataQualityJobOutputConfig": { "shape": "S9o" }, "JobResources": { "shape": "S9u" }, "NetworkConfig": { "shape": "S9z" }, "RoleArn": {}, "StoppingCondition": { "shape": "Sa0" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateDeviceFleet": { "input": { "type": "structure", "required": [ "DeviceFleetName", "OutputConfig" ], "members": { "DeviceFleetName": {}, "RoleArn": {}, "Description": {}, "OutputConfig": { "shape": "Sa6" }, "Tags": { "shape": "S7" }, "EnableIotRoleAlias": { "type": "boolean" } } } }, "CreateDomain": { "input": { "type": "structure", "required": [ "DomainName", "AuthMode", "DefaultUserSettings", "SubnetIds", "VpcId" ], "members": { "DomainName": {}, "AuthMode": {}, "DefaultUserSettings": { "shape": "Sac" }, "DomainSettings": { "shape": "Sbj" }, "SubnetIds": { "shape": "S66" }, "VpcId": {}, "Tags": { "shape": "S7" }, "AppNetworkAccessType": {}, "HomeEfsFileSystemKmsKeyId": { "deprecated": true, "deprecatedMessage": "This property is deprecated, use KmsKeyId instead." }, "KmsKeyId": {}, "AppSecurityGroupManagement": {}, "DefaultSpaceSettings": { "shape": "Sbt" } } }, "output": { "type": "structure", "members": { "DomainArn": {}, "Url": {} } } }, "CreateEdgeDeploymentPlan": { "input": { "type": "structure", "required": [ "EdgeDeploymentPlanName", "ModelConfigs", "DeviceFleetName" ], "members": { "EdgeDeploymentPlanName": {}, "ModelConfigs": { "shape": "Sby" }, "DeviceFleetName": {}, "Stages": { "shape": "Sc0" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "EdgeDeploymentPlanArn" ], "members": { "EdgeDeploymentPlanArn": {} } } }, "CreateEdgeDeploymentStage": { "input": { "type": "structure", "required": [ "EdgeDeploymentPlanName", "Stages" ], "members": { "EdgeDeploymentPlanName": {}, "Stages": { "shape": "Sc0" } } } }, "CreateEdgePackagingJob": { "input": { "type": "structure", "required": [ "EdgePackagingJobName", "CompilationJobName", "ModelName", "ModelVersion", "RoleArn", "OutputConfig" ], "members": { "EdgePackagingJobName": {}, "CompilationJobName": {}, "ModelName": {}, "ModelVersion": {}, "RoleArn": {}, "OutputConfig": { "shape": "Sa6" }, "ResourceKey": {}, "Tags": { "shape": "S7" } } } }, "CreateEndpoint": { "input": { "type": "structure", "required": [ "EndpointName", "EndpointConfigName" ], "members": { "EndpointName": {}, "EndpointConfigName": {}, "DeploymentConfig": { "shape": "Scg" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "EndpointArn" ], "members": { "EndpointArn": {} } } }, "CreateEndpointConfig": { "input": { "type": "structure", "required": [ "EndpointConfigName", "ProductionVariants" ], "members": { "EndpointConfigName": {}, "ProductionVariants": { "shape": "Scy" }, "DataCaptureConfig": { "shape": "Sdk" }, "Tags": { "shape": "S7" }, "KmsKeyId": {}, "AsyncInferenceConfig": { "shape": "Sdv" }, "ExplainerConfig": { "shape": "Se3" }, "ShadowProductionVariants": { "shape": "Scy" }, "ExecutionRoleArn": {}, "VpcConfig": { "shape": "S63" }, "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": "Sf2" }, "OnlineStoreConfig": { "shape": "Sf9" }, "OfflineStoreConfig": { "shape": "Sff" }, "RoleArn": {}, "Description": {}, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "FeatureGroupArn" ], "members": { "FeatureGroupArn": {} } } }, "CreateFlowDefinition": { "input": { "type": "structure", "required": [ "FlowDefinitionName", "OutputConfig", "RoleArn" ], "members": { "FlowDefinitionName": {}, "HumanLoopRequestSource": { "shape": "Sfr" }, "HumanLoopActivationConfig": { "shape": "Sft" }, "HumanLoopConfig": { "shape": "Sfw" }, "OutputConfig": { "shape": "Sgb" }, "RoleArn": {}, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "FlowDefinitionArn" ], "members": { "FlowDefinitionArn": {} } } }, "CreateHub": { "input": { "type": "structure", "required": [ "HubName", "HubDescription" ], "members": { "HubName": {}, "HubDescription": {}, "HubDisplayName": {}, "HubSearchKeywords": { "shape": "Sgi" }, "S3StorageConfig": { "shape": "Sgk" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "HubArn" ], "members": { "HubArn": {} } } }, "CreateHumanTaskUi": { "input": { "type": "structure", "required": [ "HumanTaskUiName", "UiTemplate" ], "members": { "HumanTaskUiName": {}, "UiTemplate": { "shape": "Sgq" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "HumanTaskUiArn" ], "members": { "HumanTaskUiArn": {} } } }, "CreateHyperParameterTuningJob": { "input": { "type": "structure", "required": [ "HyperParameterTuningJobName", "HyperParameterTuningJobConfig" ], "members": { "HyperParameterTuningJobName": {}, "HyperParameterTuningJobConfig": { "shape": "Sgv" }, "TrainingJobDefinition": { "shape": "Sho" }, "TrainingJobDefinitions": { "shape": "Si4" }, "WarmStartConfig": { "shape": "Si5" }, "Tags": { "shape": "S7" }, "Autotune": { "shape": "Si9" } } }, "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": "Sik" }, "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": "Siw" }, "RuntimeConfig": { "shape": "Sj3" }, "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": "Sja" }, "Description": {}, "RoleArn": {}, "EndpointName": {}, "ModelVariants": { "shape": "Sjd" }, "DataStorageConfig": { "shape": "Sjl" }, "ShadowModeConfig": { "shape": "Sjm" }, "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": "Sju" }, "JobDescription": {}, "StoppingConditions": { "shape": "Sl0" }, "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": "Slc" }, "OutputConfig": { "shape": "Slj" }, "RoleArn": {}, "LabelCategoryConfigS3Uri": {}, "StoppingConditions": { "shape": "Slk" }, "LabelingJobAlgorithmsConfig": { "shape": "Sln" }, "HumanTaskConfig": { "shape": "Slr" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "LabelingJobArn" ], "members": { "LabelingJobArn": {} } } }, "CreateModel": { "input": { "type": "structure", "required": [ "ModelName" ], "members": { "ModelName": {}, "PrimaryContainer": { "shape": "Sm6" }, "Containers": { "shape": "Smk" }, "InferenceExecutionConfig": { "shape": "Sml" }, "ExecutionRoleArn": {}, "Tags": { "shape": "S7" }, "VpcConfig": { "shape": "S63" }, "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": "Smp" }, "ModelBiasAppSpecification": { "shape": "Smq" }, "ModelBiasJobInput": { "shape": "Smr" }, "ModelBiasJobOutputConfig": { "shape": "S9o" }, "JobResources": { "shape": "S9u" }, "NetworkConfig": { "shape": "S9z" }, "RoleArn": {}, "StoppingCondition": { "shape": "Sa0" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateModelCard": { "input": { "type": "structure", "required": [ "ModelCardName", "Content", "ModelCardStatus" ], "members": { "ModelCardName": {}, "SecurityConfig": { "shape": "Smv" }, "Content": { "shape": "Smw" }, "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": "Sn2" } } }, "output": { "type": "structure", "required": [ "ModelCardExportJobArn" ], "members": { "ModelCardExportJobArn": {} } } }, "CreateModelExplainabilityJobDefinition": { "input": { "type": "structure", "required": [ "JobDefinitionName", "ModelExplainabilityAppSpecification", "ModelExplainabilityJobInput", "ModelExplainabilityJobOutputConfig", "JobResources", "RoleArn" ], "members": { "JobDefinitionName": {}, "ModelExplainabilityBaselineConfig": { "shape": "Sn6" }, "ModelExplainabilityAppSpecification": { "shape": "Sn7" }, "ModelExplainabilityJobInput": { "shape": "Sn8" }, "ModelExplainabilityJobOutputConfig": { "shape": "S9o" }, "JobResources": { "shape": "S9u" }, "NetworkConfig": { "shape": "S9z" }, "RoleArn": {}, "StoppingCondition": { "shape": "Sa0" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateModelPackage": { "input": { "type": "structure", "members": { "ModelPackageName": {}, "ModelPackageGroupName": {}, "ModelPackageDescription": {}, "InferenceSpecification": { "shape": "Sr" }, "ValidationSpecification": { "shape": "Snb" }, "SourceAlgorithmSpecification": { "shape": "Sne" }, "CertifyForMarketplace": { "type": "boolean" }, "Tags": { "shape": "S7" }, "ModelApprovalStatus": {}, "MetadataProperties": { "shape": "S1u" }, "ModelMetrics": { "shape": "Snh" }, "ClientToken": { "idempotencyToken": true }, "Domain": {}, "Task": {}, "SamplePayloadUrl": {}, "CustomerMetadataProperties": { "shape": "Sno" }, "DriftCheckBaselines": { "shape": "Snr" }, "AdditionalInferenceSpecifications": { "shape": "Snx" }, "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": "So5" }, "ModelQualityAppSpecification": { "shape": "So6" }, "ModelQualityJobInput": { "shape": "So8" }, "ModelQualityJobOutputConfig": { "shape": "S9o" }, "JobResources": { "shape": "S9u" }, "NetworkConfig": { "shape": "S9z" }, "RoleArn": {}, "StoppingCondition": { "shape": "Sa0" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "JobDefinitionArn" ], "members": { "JobDefinitionArn": {} } } }, "CreateMonitoringSchedule": { "input": { "type": "structure", "required": [ "MonitoringScheduleName", "MonitoringScheduleConfig" ], "members": { "MonitoringScheduleName": {}, "MonitoringScheduleConfig": { "shape": "Soc" }, "Tags": { "shape": "S7" } } }, "output": { "type": "structure", "required": [ "MonitoringScheduleArn" ], "members": { "MonitoringScheduleArn": {} } } }, "CreateNotebookInstance": { "input": { "type": "structure", "required": [ "NotebookInstanceName", "InstanceType", "RoleArn" ], "members": { "NotebookInstanceName": {}, "InstanceType": {}, "SubnetId": {}, "SecurityGroupIds": { "shape": "Sad" }, "RoleArn": {}, "KmsKeyId": {}, "Tags": { "shape": "S7" }, "LifecycleConfigName": {}, "DirectInternetAccess": {}, "VolumeSizeInGB": { "type": "integer" }, "AcceleratorTypes": { "shape": "Sot" }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { "shape": "Sow" }, "RootAccess": {}, "PlatformIdentifier": {}, "InstanceMetadataServiceConfiguration": { "shape": "Soz" } } }, "output": { "type": "structure", "members": { "NotebookInstanceArn": {} } } }, "CreateNotebookInstanceLifecycleConfig": { "input": { "type": "structure", "required": [ "NotebookInstanceLifecycleConfigName" ], "members": { "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { "shape": "Sp4" }, "OnStart": { "shape": "Sp4" } } }, "output": { "type": "structure", "members": { "NotebookInstanceLifecycleConfigArn": {} } } }, "CreatePipeline": { "input": { "type": "structure", "required": [ "PipelineName", "ClientRequestToken", "RoleArn" ], "members": { "PipelineName": {}, "PipelineDisplayName": {}, "PipelineDefinition": {}, "PipelineDefinitionS3Location": { "shape": "Spc" }, "PipelineDescription": {}, "ClientRequestToken": { "idempotencyToken": true }, "RoleArn": {}, "Tags": { "shape": "S7" }, "ParallelismConfiguration": { "shape": "Spi" } } }, "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": {} } } }, "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": "Spv" }, "ProcessingOutputConfig": { "shape": "Sqi" }, "ProcessingJobName": {}, "ProcessingResources": { "shape": "Sqn" }, "StoppingCondition": { "shape": "Sqp" }, "AppSpecification": { "shape": "Sqr" }, "Environment": { "shape": "Sqt" }, "NetworkConfig": { "shape": "Sok" }, "RoleArn": {}, "Tags": { "shape": "S7" }, "ExperimentConfig": { "shape": "Squ" } } }, "output": { "type": "structure", "required": [ "ProcessingJobArn" ], "members": { "ProcessingJobArn": {} } } }, "CreateProject": { "input": { "type": "structure", "required": [ "ProjectName", "ServiceCatalogProvisioningDetails" ], "members": { "ProjectName": {}, "ProjectDescription": {}, "ServiceCatalogProvisioningDetails": { "shape": "Sqz" }, "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": "Sr9" }, "OwnershipSettings": { "shape": "Srh" }, "SpaceSharingSettings": { "shape": "Sri" }, "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": "S2w" }, "AlgorithmSpecification": { "shape": "Srt" }, "RoleArn": {}, "InputDataConfig": { "shape": "S2y" }, "OutputDataConfig": { "shape": "S3g" }, "ResourceConfig": { "shape": "S3j" }, "VpcConfig": { "shape": "S63" }, "StoppingCondition": { "shape": "S3p" }, "Tags": { "shape": "S7" }, "EnableNetworkIsolation": { "type": "boolean" }, "EnableInterContainerTrafficEncryption": { "type": "boolean" }, "EnableManagedSpotTraining": { "type": "boolean" }, "CheckpointConfig": { "shape": "Shy" }, "DebugHookConfig": { "shape": "Ss2" }, "DebugRuleConfigurations": { "shape": "Ssa" }, "TensorBoardOutputConfig": { "shape": "Sse" }, "ExperimentConfig": { "shape": "Squ" }, "ProfilerConfig": { "shape": "Ssf" }, "ProfilerRuleConfigurations": { "shape": "Ssj" }, "Environment": { "shape": "Ssl" }, "RetryStrategy": { "shape": "Shz" }, "RemoteDebugConfig": { "shape": "Sso" }, "InfraCheckConfig": { "shape": "Ssq" } } }, "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": "Ssw" }, "MaxPayloadInMB": { "type": "integer" }, "BatchStrategy": {}, "Environment": { "shape": "S3x" }, "TransformInput": { "shape": "S40" }, "TransformOutput": { "shape": "S44" }, "DataCaptureConfig": { "shape": "Ssz" }, "TransformResources": { "shape": "S47" }, "DataProcessing": { "shape": "St0" }, "Tags": { "shape": "S7" }, "ExperimentConfig": { "shape": "Squ" } } }, "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": "St8" }, "StartTime": { "type": "timestamp" }, "EndTime": { "type": "timestamp" }, "Parameters": { "shape": "Stb" }, "InputArtifacts": { "shape": "Stf" }, "OutputArtifacts": { "shape": "Stf" }, "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": "Sac" } } }, "output": { "type": "structure", "members": { "UserProfileArn": {} } } }, "CreateWorkforce": { "input": { "type": "structure", "required": [ "WorkforceName" ], "members": { "CognitoConfig": { "shape": "Stq" }, "OidcConfig": { "shape": "Stt" }, "SourceIpConfig": { "shape": "Stw" }, "WorkforceName": {}, "Tags": { "shape": "S7" }, "WorkforceVpcConfig": { "shape": "Su0" } } }, "output": { "type": "structure", "required": [ "WorkforceArn" ], "members": { "WorkforceArn": {} } } }, "CreateWorkteam": { "input": { "type": "structure", "required": [ "WorkteamName", "MemberDefinitions", "Description" ], "members": { "WorkteamName": {}, "WorkforceName": {}, "MemberDefinitions": { "shape": "Sua" }, "Description": {}, "NotificationConfiguration": { "shape": "Sui" }, "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": {}, "SpaceName": {}, "AppType": {}, "AppName": {} } } }, "DeleteAppImageConfig": { "input": { "type": "structure", "required": [ "AppImageConfigName" ], "members": { "AppImageConfigName": {} } } }, "DeleteArtifact": { "input": { "type": "structure", "members": { "ArtifactArn": {}, "Sour