UNPKG

universal-s3

Version:

Universal S3 SDK for JavaScript, available for Node.js backends

2,084 lines 96.6 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": { "AddTags": { "input": { "type": "structure", "required": [ "ResourceArn", "Tags" ], "members": { "ResourceArn": {}, "Tags": { "shape": "S3" } } }, "output": { "type": "structure", "members": { "Tags": { "shape": "S3" } } } }, "CreateAlgorithm": { "input": { "type": "structure", "required": [ "AlgorithmName", "TrainingSpecification" ], "members": { "AlgorithmName": {}, "AlgorithmDescription": {}, "TrainingSpecification": { "shape": "Sb" }, "InferenceSpecification": { "shape": "S17" }, "ValidationSpecification": { "shape": "S1j" }, "CertifyForMarketplace": { "type": "boolean" } } }, "output": { "type": "structure", "required": [ "AlgorithmArn" ], "members": { "AlgorithmArn": {} } } }, "CreateCodeRepository": { "input": { "type": "structure", "required": [ "CodeRepositoryName", "GitConfig" ], "members": { "CodeRepositoryName": {}, "GitConfig": { "shape": "S2z" } } }, "output": { "type": "structure", "required": [ "CodeRepositoryArn" ], "members": { "CodeRepositoryArn": {} } } }, "CreateCompilationJob": { "input": { "type": "structure", "required": [ "CompilationJobName", "RoleArn", "InputConfig", "OutputConfig", "StoppingCondition" ], "members": { "CompilationJobName": {}, "RoleArn": {}, "InputConfig": { "shape": "S36" }, "OutputConfig": { "shape": "S39" }, "StoppingCondition": { "shape": "S2c" } } }, "output": { "type": "structure", "required": [ "CompilationJobArn" ], "members": { "CompilationJobArn": {} } } }, "CreateEndpoint": { "input": { "type": "structure", "required": [ "EndpointName", "EndpointConfigName" ], "members": { "EndpointName": {}, "EndpointConfigName": {}, "Tags": { "shape": "S3" } } }, "output": { "type": "structure", "required": [ "EndpointArn" ], "members": { "EndpointArn": {} } } }, "CreateEndpointConfig": { "input": { "type": "structure", "required": [ "EndpointConfigName", "ProductionVariants" ], "members": { "EndpointConfigName": {}, "ProductionVariants": { "shape": "S3j" }, "Tags": { "shape": "S3" }, "KmsKeyId": {} } }, "output": { "type": "structure", "required": [ "EndpointConfigArn" ], "members": { "EndpointConfigArn": {} } } }, "CreateHyperParameterTuningJob": { "input": { "type": "structure", "required": [ "HyperParameterTuningJobName", "HyperParameterTuningJobConfig" ], "members": { "HyperParameterTuningJobName": {}, "HyperParameterTuningJobConfig": { "shape": "S3u" }, "TrainingJobDefinition": { "shape": "S48" }, "WarmStartConfig": { "shape": "S4i" }, "Tags": { "shape": "S3" } } }, "output": { "type": "structure", "required": [ "HyperParameterTuningJobArn" ], "members": { "HyperParameterTuningJobArn": {} } } }, "CreateLabelingJob": { "input": { "type": "structure", "required": [ "LabelingJobName", "LabelAttributeName", "InputConfig", "OutputConfig", "RoleArn", "HumanTaskConfig" ], "members": { "LabelingJobName": {}, "LabelAttributeName": {}, "InputConfig": { "shape": "S4r" }, "OutputConfig": { "shape": "S4x" }, "RoleArn": {}, "LabelCategoryConfigS3Uri": {}, "StoppingConditions": { "shape": "S4y" }, "LabelingJobAlgorithmsConfig": { "shape": "S51" }, "HumanTaskConfig": { "shape": "S55" }, "Tags": { "shape": "S3" } } }, "output": { "type": "structure", "required": [ "LabelingJobArn" ], "members": { "LabelingJobArn": {} } } }, "CreateModel": { "input": { "type": "structure", "required": [ "ModelName", "ExecutionRoleArn" ], "members": { "ModelName": {}, "PrimaryContainer": { "shape": "S5q" }, "Containers": { "shape": "S5u" }, "ExecutionRoleArn": {}, "Tags": { "shape": "S3" }, "VpcConfig": { "shape": "S4c" }, "EnableNetworkIsolation": { "type": "boolean" } } }, "output": { "type": "structure", "required": [ "ModelArn" ], "members": { "ModelArn": {} } } }, "CreateModelPackage": { "input": { "type": "structure", "required": [ "ModelPackageName" ], "members": { "ModelPackageName": {}, "ModelPackageDescription": {}, "InferenceSpecification": { "shape": "S17" }, "ValidationSpecification": { "shape": "S5x" }, "SourceAlgorithmSpecification": { "shape": "S60" }, "CertifyForMarketplace": { "type": "boolean" } } }, "output": { "type": "structure", "required": [ "ModelPackageArn" ], "members": { "ModelPackageArn": {} } } }, "CreateNotebookInstance": { "input": { "type": "structure", "required": [ "NotebookInstanceName", "InstanceType", "RoleArn" ], "members": { "NotebookInstanceName": {}, "InstanceType": {}, "SubnetId": {}, "SecurityGroupIds": { "shape": "S68" }, "RoleArn": {}, "KmsKeyId": {}, "Tags": { "shape": "S3" }, "LifecycleConfigName": {}, "DirectInternetAccess": {}, "VolumeSizeInGB": { "type": "integer" }, "AcceleratorTypes": { "shape": "S6c" }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { "shape": "S6f" }, "RootAccess": {} } }, "output": { "type": "structure", "members": { "NotebookInstanceArn": {} } } }, "CreateNotebookInstanceLifecycleConfig": { "input": { "type": "structure", "required": [ "NotebookInstanceLifecycleConfigName" ], "members": { "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { "shape": "S6k" }, "OnStart": { "shape": "S6k" } } }, "output": { "type": "structure", "members": { "NotebookInstanceLifecycleConfigArn": {} } } }, "CreatePresignedNotebookInstanceUrl": { "input": { "type": "structure", "required": [ "NotebookInstanceName" ], "members": { "NotebookInstanceName": {}, "SessionExpirationDurationInSeconds": { "type": "integer" } } }, "output": { "type": "structure", "members": { "AuthorizedUrl": {} } } }, "CreateTrainingJob": { "input": { "type": "structure", "required": [ "TrainingJobName", "AlgorithmSpecification", "RoleArn", "OutputDataConfig", "ResourceConfig", "StoppingCondition" ], "members": { "TrainingJobName": {}, "HyperParameters": { "shape": "S1o" }, "AlgorithmSpecification": { "shape": "S6v" }, "RoleArn": {}, "InputDataConfig": { "shape": "S1q" }, "OutputDataConfig": { "shape": "S27" }, "ResourceConfig": { "shape": "S29" }, "VpcConfig": { "shape": "S4c" }, "StoppingCondition": { "shape": "S2c" }, "Tags": { "shape": "S3" }, "EnableNetworkIsolation": { "type": "boolean" }, "EnableInterContainerTrafficEncryption": { "type": "boolean" }, "EnableManagedSpotTraining": { "type": "boolean" }, "CheckpointConfig": { "shape": "S4h" } } }, "output": { "type": "structure", "required": [ "TrainingJobArn" ], "members": { "TrainingJobArn": {} } } }, "CreateTransformJob": { "input": { "type": "structure", "required": [ "TransformJobName", "ModelName", "TransformInput", "TransformOutput", "TransformResources" ], "members": { "TransformJobName": {}, "ModelName": {}, "MaxConcurrentTransforms": { "type": "integer" }, "MaxPayloadInMB": { "type": "integer" }, "BatchStrategy": {}, "Environment": { "shape": "S2j" }, "TransformInput": { "shape": "S2m" }, "TransformOutput": { "shape": "S2q" }, "TransformResources": { "shape": "S2t" }, "DataProcessing": { "shape": "S70" }, "Tags": { "shape": "S3" } } }, "output": { "type": "structure", "required": [ "TransformJobArn" ], "members": { "TransformJobArn": {} } } }, "CreateWorkteam": { "input": { "type": "structure", "required": [ "WorkteamName", "MemberDefinitions", "Description" ], "members": { "WorkteamName": {}, "MemberDefinitions": { "shape": "S77" }, "Description": {}, "NotificationConfiguration": { "shape": "S7e" }, "Tags": { "shape": "S3" } } }, "output": { "type": "structure", "members": { "WorkteamArn": {} } } }, "DeleteAlgorithm": { "input": { "type": "structure", "required": [ "AlgorithmName" ], "members": { "AlgorithmName": {} } } }, "DeleteCodeRepository": { "input": { "type": "structure", "required": [ "CodeRepositoryName" ], "members": { "CodeRepositoryName": {} } } }, "DeleteEndpoint": { "input": { "type": "structure", "required": [ "EndpointName" ], "members": { "EndpointName": {} } } }, "DeleteEndpointConfig": { "input": { "type": "structure", "required": [ "EndpointConfigName" ], "members": { "EndpointConfigName": {} } } }, "DeleteModel": { "input": { "type": "structure", "required": [ "ModelName" ], "members": { "ModelName": {} } } }, "DeleteModelPackage": { "input": { "type": "structure", "required": [ "ModelPackageName" ], "members": { "ModelPackageName": {} } } }, "DeleteNotebookInstance": { "input": { "type": "structure", "required": [ "NotebookInstanceName" ], "members": { "NotebookInstanceName": {} } } }, "DeleteNotebookInstanceLifecycleConfig": { "input": { "type": "structure", "required": [ "NotebookInstanceLifecycleConfigName" ], "members": { "NotebookInstanceLifecycleConfigName": {} } } }, "DeleteTags": { "input": { "type": "structure", "required": [ "ResourceArn", "TagKeys" ], "members": { "ResourceArn": {}, "TagKeys": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": {} } }, "DeleteWorkteam": { "input": { "type": "structure", "required": [ "WorkteamName" ], "members": { "WorkteamName": {} } }, "output": { "type": "structure", "required": [ "Success" ], "members": { "Success": { "type": "boolean" } } } }, "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": "Sb" }, "InferenceSpecification": { "shape": "S17" }, "ValidationSpecification": { "shape": "S1j" }, "AlgorithmStatus": {}, "AlgorithmStatusDetails": { "type": "structure", "members": { "ValidationStatuses": { "shape": "S80" }, "ImageScanStatuses": { "shape": "S80" } } }, "ProductId": {}, "CertifyForMarketplace": { "type": "boolean" } } } }, "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": "S2z" } } } }, "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": "S2c" }, "CreationTime": { "type": "timestamp" }, "LastModifiedTime": { "type": "timestamp" }, "FailureReason": {}, "ModelArtifacts": { "shape": "S8c" }, "RoleArn": {}, "InputConfig": { "shape": "S36" }, "OutputConfig": { "shape": "S39" } } } }, "DescribeEndpoint": { "input": { "type": "structure", "required": [ "EndpointName" ], "members": { "EndpointName": {} } }, "output": { "type": "structure", "required": [ "EndpointName", "EndpointArn", "EndpointConfigName", "EndpointStatus", "CreationTime", "LastModifiedTime" ], "members": { "EndpointName": {}, "EndpointArn": {}, "EndpointConfigName": {}, "ProductionVariants": { "type": "list", "member": { "type": "structure", "required": [ "VariantName" ], "members": { "VariantName": {}, "DeployedImages": { "type": "list", "member": { "type": "structure", "members": { "SpecifiedImage": {}, "ResolvedImage": {}, "ResolutionTime": { "type": "timestamp" } } } }, "CurrentWeight": { "type": "float" }, "DesiredWeight": { "type": "float" }, "CurrentInstanceCount": { "type": "integer" }, "DesiredInstanceCount": { "type": "integer" } } } }, "EndpointStatus": {}, "FailureReason": {}, "CreationTime": { "type": "timestamp" }, "LastModifiedTime": { "type": "timestamp" } } } }, "DescribeEndpointConfig": { "input": { "type": "structure", "required": [ "EndpointConfigName" ], "members": { "EndpointConfigName": {} } }, "output": { "type": "structure", "required": [ "EndpointConfigName", "EndpointConfigArn", "ProductionVariants", "CreationTime" ], "members": { "EndpointConfigName": {}, "EndpointConfigArn": {}, "ProductionVariants": { "shape": "S3j" }, "KmsKeyId": {}, "CreationTime": { "type": "timestamp" } } } }, "DescribeHyperParameterTuningJob": { "input": { "type": "structure", "required": [ "HyperParameterTuningJobName" ], "members": { "HyperParameterTuningJobName": {} } }, "output": { "type": "structure", "required": [ "HyperParameterTuningJobName", "HyperParameterTuningJobArn", "HyperParameterTuningJobConfig", "HyperParameterTuningJobStatus", "CreationTime", "TrainingJobStatusCounters", "ObjectiveStatusCounters" ], "members": { "HyperParameterTuningJobName": {}, "HyperParameterTuningJobArn": {}, "HyperParameterTuningJobConfig": { "shape": "S3u" }, "TrainingJobDefinition": { "shape": "S48" }, "HyperParameterTuningJobStatus": {}, "CreationTime": { "type": "timestamp" }, "HyperParameterTuningEndTime": { "type": "timestamp" }, "LastModifiedTime": { "type": "timestamp" }, "TrainingJobStatusCounters": { "shape": "S8p" }, "ObjectiveStatusCounters": { "shape": "S8r" }, "BestTrainingJob": { "shape": "S8t" }, "OverallBestTrainingJob": { "shape": "S8t" }, "WarmStartConfig": { "shape": "S4i" }, "FailureReason": {} } } }, "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": "S91" }, "FailureReason": {}, "CreationTime": { "type": "timestamp" }, "LastModifiedTime": { "type": "timestamp" }, "JobReferenceCode": {}, "LabelingJobName": {}, "LabelingJobArn": {}, "LabelAttributeName": {}, "InputConfig": { "shape": "S4r" }, "OutputConfig": { "shape": "S4x" }, "RoleArn": {}, "LabelCategoryConfigS3Uri": {}, "StoppingConditions": { "shape": "S4y" }, "LabelingJobAlgorithmsConfig": { "shape": "S51" }, "HumanTaskConfig": { "shape": "S55" }, "Tags": { "shape": "S3" }, "LabelingJobOutput": { "shape": "S94" } } } }, "DescribeModel": { "input": { "type": "structure", "required": [ "ModelName" ], "members": { "ModelName": {} } }, "output": { "type": "structure", "required": [ "ModelName", "ExecutionRoleArn", "CreationTime", "ModelArn" ], "members": { "ModelName": {}, "PrimaryContainer": { "shape": "S5q" }, "Containers": { "shape": "S5u" }, "ExecutionRoleArn": {}, "VpcConfig": { "shape": "S4c" }, "CreationTime": { "type": "timestamp" }, "ModelArn": {}, "EnableNetworkIsolation": { "type": "boolean" } } } }, "DescribeModelPackage": { "input": { "type": "structure", "required": [ "ModelPackageName" ], "members": { "ModelPackageName": {} } }, "output": { "type": "structure", "required": [ "ModelPackageName", "ModelPackageArn", "CreationTime", "ModelPackageStatus", "ModelPackageStatusDetails" ], "members": { "ModelPackageName": {}, "ModelPackageArn": {}, "ModelPackageDescription": {}, "CreationTime": { "type": "timestamp" }, "InferenceSpecification": { "shape": "S17" }, "SourceAlgorithmSpecification": { "shape": "S60" }, "ValidationSpecification": { "shape": "S5x" }, "ModelPackageStatus": {}, "ModelPackageStatusDetails": { "type": "structure", "required": [ "ValidationStatuses" ], "members": { "ValidationStatuses": { "shape": "S9b" }, "ImageScanStatuses": { "shape": "S9b" } } }, "CertifyForMarketplace": { "type": "boolean" } } } }, "DescribeNotebookInstance": { "input": { "type": "structure", "required": [ "NotebookInstanceName" ], "members": { "NotebookInstanceName": {} } }, "output": { "type": "structure", "members": { "NotebookInstanceArn": {}, "NotebookInstanceName": {}, "NotebookInstanceStatus": {}, "FailureReason": {}, "Url": {}, "InstanceType": {}, "SubnetId": {}, "SecurityGroups": { "shape": "S68" }, "RoleArn": {}, "KmsKeyId": {}, "NetworkInterfaceId": {}, "LastModifiedTime": { "type": "timestamp" }, "CreationTime": { "type": "timestamp" }, "NotebookInstanceLifecycleConfigName": {}, "DirectInternetAccess": {}, "VolumeSizeInGB": { "type": "integer" }, "AcceleratorTypes": { "shape": "S6c" }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { "shape": "S6f" }, "RootAccess": {} } } }, "DescribeNotebookInstanceLifecycleConfig": { "input": { "type": "structure", "required": [ "NotebookInstanceLifecycleConfigName" ], "members": { "NotebookInstanceLifecycleConfigName": {} } }, "output": { "type": "structure", "members": { "NotebookInstanceLifecycleConfigArn": {}, "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { "shape": "S6k" }, "OnStart": { "shape": "S6k" }, "LastModifiedTime": { "type": "timestamp" }, "CreationTime": { "type": "timestamp" } } } }, "DescribeSubscribedWorkteam": { "input": { "type": "structure", "required": [ "WorkteamArn" ], "members": { "WorkteamArn": {} } }, "output": { "type": "structure", "required": [ "SubscribedWorkteam" ], "members": { "SubscribedWorkteam": { "shape": "S9m" } } } }, "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": {}, "ModelArtifacts": { "shape": "S8c" }, "TrainingJobStatus": {}, "SecondaryStatus": {}, "FailureReason": {}, "HyperParameters": { "shape": "S1o" }, "AlgorithmSpecification": { "shape": "S6v" }, "RoleArn": {}, "InputDataConfig": { "shape": "S1q" }, "OutputDataConfig": { "shape": "S27" }, "ResourceConfig": { "shape": "S29" }, "VpcConfig": { "shape": "S4c" }, "StoppingCondition": { "shape": "S2c" }, "CreationTime": { "type": "timestamp" }, "TrainingStartTime": { "type": "timestamp" }, "TrainingEndTime": { "type": "timestamp" }, "LastModifiedTime": { "type": "timestamp" }, "SecondaryStatusTransitions": { "shape": "S9q" }, "FinalMetricDataList": { "shape": "S9t" }, "EnableNetworkIsolation": { "type": "boolean" }, "EnableInterContainerTrafficEncryption": { "type": "boolean" }, "EnableManagedSpotTraining": { "type": "boolean" }, "CheckpointConfig": { "shape": "S4h" }, "TrainingTimeInSeconds": { "type": "integer" }, "BillableTimeInSeconds": { "type": "integer" } } } }, "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" }, "MaxPayloadInMB": { "type": "integer" }, "BatchStrategy": {}, "Environment": { "shape": "S2j" }, "TransformInput": { "shape": "S2m" }, "TransformOutput": { "shape": "S2q" }, "TransformResources": { "shape": "S2t" }, "CreationTime": { "type": "timestamp" }, "TransformStartTime": { "type": "timestamp" }, "TransformEndTime": { "type": "timestamp" }, "LabelingJobArn": {}, "DataProcessing": { "shape": "S70" } } } }, "DescribeWorkteam": { "input": { "type": "structure", "required": [ "WorkteamName" ], "members": { "WorkteamName": {} } }, "output": { "type": "structure", "required": [ "Workteam" ], "members": { "Workteam": { "shape": "Sa3" } } } }, "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": {} } } } } } }, "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": {} } } }, "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": "S2z" } } } }, "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", "CompilationTargetDevice", "CompilationJobStatus" ], "members": { "CompilationJobName": {}, "CompilationJobArn": {}, "CreationTime": { "type": "timestamp" }, "CompilationStartTime": { "type": "timestamp" }, "CompilationEndTime": { "type": "timestamp" }, "CompilationTargetDevice": {}, "LastModifiedTime": { "type": "timestamp" }, "CompilationJobStatus": {} } } }, "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": {} } } }, "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": "S8p" }, "ObjectiveStatusCounters": { "shape": "S8r" }, "ResourceLimits": { "shape": "S3w" } } } }, "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": "S91" }, "WorkteamArn": {}, "PreHumanTaskLambdaArn": {}, "AnnotationConsolidationLambdaArn": {}, "FailureReason": {}, "LabelingJobOutput": { "shape": "S94" }, "InputConfig": { "shape": "S4r" } } } }, "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": {} } } }, "ListModelPackages": { "input": { "type": "structure", "members": { "CreationTimeAfter": { "type": "timestamp" }, "CreationTimeBefore": { "type": "timestamp" }, "MaxResults": { "type": "integer" }, "NameContains": {}, "NextToken": {}, "SortBy": {}, "SortOrder": {} } }, "output": { "type": "structure", "required": [ "ModelPackageSummaryList" ], "members": { "ModelPackageSummaryList": { "type": "list", "member": { "type": "structure", "required": [ "ModelPackageName", "ModelPackageArn", "CreationTime", "ModelPackageStatus" ], "members": { "ModelPackageName": {}, "ModelPackageArn": {}, "ModelPackageDescription": {}, "CreationTime": { "type": "timestamp" }, "ModelPackageStatus": {} } } }, "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": {} } } }, "ListNotebookInstanceLifecycleConfigs": { "input": { "type": "structure", "members": { "NextToken": {}, "MaxResults": { "type": "integer" }