@aws-sdk/client-sagemaker 3.41.0 → 3.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist-cjs/SageMaker.js +135 -0
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +1 -2
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
- package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -1
- package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
- package/dist-cjs/commands/ListTrialsCommand.js +3 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
- package/dist-cjs/commands/QueryLineageCommand.js +36 -0
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
- package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -2
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoints.js +17 -0
- package/dist-cjs/models/models_0.js +151 -150
- package/dist-cjs/models/models_1.js +204 -217
- package/dist-cjs/models/models_2.js +338 -326
- package/dist-cjs/models/models_3.js +353 -2
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
- package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1586 -35
- package/dist-es/SageMaker.js +135 -0
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
- package/dist-es/commands/DescribePipelineCommand.js +1 -1
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
- package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
- package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
- package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
- package/dist-es/commands/ListModelMetadataCommand.js +39 -0
- package/dist-es/commands/ListTransformJobsCommand.js +2 -1
- package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
- package/dist-es/commands/ListTrialsCommand.js +1 -1
- package/dist-es/commands/ListUserProfilesCommand.js +1 -1
- package/dist-es/commands/ListWorkforcesCommand.js +1 -1
- package/dist-es/commands/ListWorkteamsCommand.js +1 -1
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
- package/dist-es/commands/QueryLineageCommand.js +39 -0
- package/dist-es/commands/RegisterDevicesCommand.js +1 -1
- package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
- package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
- package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoints.js +17 -0
- package/dist-es/models/models_0.js +133 -132
- package/dist-es/models/models_1.js +138 -159
- package/dist-es/models/models_2.js +250 -224
- package/dist-es/models/models_3.js +244 -0
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
- package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
- package/dist-es/pagination/QueryLineagePaginator.js +74 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1523 -34
- package/dist-types/SageMaker.d.ts +72 -0
- package/dist-types/SageMakerClient.d.ts +11 -2
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
- package/dist-types/commands/ListTransformJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -2
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +368 -1957
- package/dist-types/models/models_1.d.ts +6604 -5056
- package/dist-types/models/models_2.d.ts +5469 -6135
- package/dist-types/models/models_3.d.ts +2350 -3
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +226 -201
- package/dist-types/ts3.4/models/models_1.d.ts +448 -509
- package/dist-types/ts3.4/models/models_2.d.ts +2453 -2632
- package/dist-types/ts3.4/models/models_3.d.ts +1048 -3
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +5 -5
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.TransformOutput = exports.AssemblyType = exports.TransformInput = exports.SplitType = exports.TransformDataSource = exports.TransformS3DataSource = exports.BatchStrategy = exports.TrainingJobDefinition = exports.StoppingCondition = exports.ResourceConfig = exports.TrainingInstanceType = exports.OutputDataConfig = exports.Channel = exports.ShuffleConfig = exports.RecordWrapper = exports.DataSource = exports.S3DataSource = exports.S3DataType = exports.S3DataDistribution = exports.FileSystemDataSource = exports.FileSystemType = exports.FileSystemAccessMode = exports.CompressionType = exports.AlgorithmSummary = exports.AlgorithmStatusDetails = exports.AlgorithmStatusItem = exports.DetailedAlgorithmStatus = exports.AlgorithmStatus = exports.AlgorithmSpecification = exports.TrainingInputMode = exports.MetricDefinition = exports.AlgorithmSortBy = exports.Alarm = exports.AgentVersion = exports.AddTagsOutput = exports.AddTagsInput = exports.Tag = exports.AdditionalInferenceSpecificationDefinition = exports.TransformInstanceType = exports.ProductionVariantInstanceType = exports.ModelPackageContainerDefinition = exports.ModelInput = exports.ResourceNotFound = exports.ResourceLimitExceeded = exports.AddAssociationResponse = exports.AddAssociationRequest = exports.AssociationEdgeType = exports.ActionSummary = exports.ActionStatus = exports.ActionSource = void 0;
|
|
4
|
+
exports.AutoMLDataSource = exports.AutoMLS3DataSource = exports.AutoMLS3DataType = exports.AutoMLCandidate = exports.ObjectiveStatus = exports.AutoMLContainerDefinition = exports.FinalAutoMLJobObjectiveMetric = exports.AutoMLJobObjectiveType = exports.AutoMLCandidateStep = exports.CandidateStepType = exports.CandidateStatus = exports.CandidateProperties = exports.MetricDatum = exports.MetricSetSource = exports.AutoMLMetricEnum = exports.CandidateArtifactLocations = exports.AuthMode = exports.AthenaDatasetDefinition = exports.AthenaResultFormat = exports.AthenaResultCompressionType = exports.AsyncInferenceConfig = exports.AsyncInferenceOutputConfig = exports.AsyncInferenceNotificationConfig = exports.AsyncInferenceClientConfig = exports.AssociationSummary = exports.UserContext = exports.AssociateTrialComponentResponse = exports.AssociateTrialComponentRequest = exports.ArtifactSummary = exports.ArtifactSource = exports.ArtifactSourceType = exports.ArtifactSourceIdType = exports.AppSpecification = exports.AppSortKey = exports.AppSecurityGroupManagement = exports.AppNetworkAccessType = exports.AppInstanceType = exports.AppImageConfigSortKey = exports.AppImageConfigDetails = exports.KernelGatewayImageConfig = exports.KernelSpec = exports.FileSystemConfig = exports.AppDetails = exports.AppStatus = exports.AppType = exports.AnnotationConsolidationConfig = exports.AlgorithmValidationSpecification = exports.AlgorithmValidationProfile = exports.TransformJobDefinition = exports.TransformResources = void 0;
|
|
5
|
+
exports.CognitoConfig = exports.CodeRepositorySummary = exports.GitConfig = exports.CodeRepositorySortOrder = exports.CodeRepositorySortBy = exports.ClarifyCheckStepMetadata = exports.CheckpointConfig = exports.ChannelSpecification = exports.CategoricalParameterRangeSpecification = exports.CategoricalParameterRange = exports.CategoricalParameter = exports.CaptureStatus = exports.CaptureOption = exports.CaptureMode = exports.CaptureContentTypeHeader = exports.CandidateSortBy = exports.CallbackStepMetadata = exports.OutputParameter = exports.CacheHitResult = exports.BooleanOperator = exports.BlueGreenUpdatePolicy = exports.TrafficRoutingConfig = exports.TrafficRoutingConfigType = exports.CapacitySize = exports.CapacitySizeType = exports.Bias = exports.MetricsSource = exports.BatchDescribeModelPackageOutput = exports.BatchDescribeModelPackageSummary = exports.ModelPackageStatus = exports.ModelApprovalStatus = exports.InferenceSpecification = exports.BatchDescribeModelPackageError = exports.BatchDescribeModelPackageInput = exports.AwsManagedHumanLoopRequestSource = exports.AutoRollbackConfig = exports.AutoMLSortOrder = exports.AutoMLSortBy = exports.AutoMLOutputDataConfig = exports.AutoMLJobSummary = exports.AutoMLPartialFailureReason = exports.AutoMLJobStatus = exports.AutoMLJobSecondaryStatus = exports.AutoMLJobObjective = exports.AutoMLJobConfig = exports.AutoMLSecurityConfig = exports.VpcConfig = exports.AutoMLJobCompletionCriteria = exports.AutoMLJobArtifacts = exports.AutoMLChannel = void 0;
|
|
6
|
+
exports.CreateCodeRepositoryOutput = exports.CreateCodeRepositoryInput = exports.CreateAutoMLJobResponse = exports.CreateAutoMLJobRequest = exports.ProblemType = exports.ModelDeployConfig = exports.CreateArtifactResponse = exports.CreateArtifactRequest = exports.CreateAppImageConfigResponse = exports.CreateAppImageConfigRequest = exports.ResourceInUse = exports.CreateAppResponse = exports.CreateAppRequest = exports.ResourceSpec = exports.CreateAlgorithmOutput = exports.CreateAlgorithmInput = exports.TrainingSpecification = exports.HyperParameterTuningJobObjective = exports.HyperParameterTuningJobObjectiveType = exports.HyperParameterSpecification = exports.ParameterType = exports.ParameterRange = exports.IntegerParameterRangeSpecification = exports.CreateActionResponse = exports.CreateActionRequest = exports.MetadataProperties = exports.ContinuousParameterRangeSpecification = exports.ContinuousParameterRange = exports.HyperParameterScalingType = exports.ContextSummary = exports.ContextSource = exports.ContentClassifier = exports.ContainerDefinition = exports.MultiModelConfig = exports.ModelCacheSetting = exports.ContainerMode = exports.ImageConfig = exports.RepositoryAuthConfig = exports.RepositoryAccessMode = exports.ConflictException = exports.ConditionStepMetadata = exports.ConditionOutcome = exports.CompilationJobSummary = exports.TargetPlatformOs = exports.TargetPlatformArch = exports.TargetPlatformAccelerator = exports.TargetDevice = exports.CompilationJobStatus = exports.CollectionConfiguration = exports.CognitoMemberDefinition = void 0;
|
|
7
|
+
exports.CreateEndpointOutput = exports.CreateEndpointInput = exports.DeploymentConfig = exports.CreateEdgePackagingJobRequest = exports.CreateDomainResponse = exports.CreateDomainRequest = exports.DomainSettings = exports.RStudioServerProDomainSettings = exports.UserSettings = exports.TensorBoardAppSettings = exports.SharingSettings = exports.NotebookOutputOption = exports.RStudioServerProAppSettings = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = exports.RSessionAppSettings = exports.KernelGatewayAppSettings = exports.CustomImage = exports.JupyterServerAppSettings = exports.CreateDeviceFleetRequest = exports.EdgeOutputConfig = exports.EdgePresetDeploymentType = exports.CreateDataQualityJobDefinitionResponse = exports.CreateDataQualityJobDefinitionRequest = exports.MonitoringStoppingCondition = exports.MonitoringNetworkConfig = exports.MonitoringResources = exports.MonitoringClusterConfig = exports.ProcessingInstanceType = exports.MonitoringOutputConfig = exports.MonitoringOutput = exports.MonitoringS3Output = exports.ProcessingS3UploadMode = exports.DataQualityJobInput = exports.EndpointInput = exports.ProcessingS3InputMode = exports.ProcessingS3DataDistributionType = exports.DataQualityBaselineConfig = exports.MonitoringStatisticsResource = exports.MonitoringConstraintsResource = exports.DataQualityAppSpecification = exports.CreateContextResponse = exports.CreateContextRequest = exports.CreateCompilationJobResponse = exports.CreateCompilationJobRequest = exports.NeoVpcConfig = exports.OutputConfig = exports.TargetPlatform = exports.InputConfig = exports.Framework = void 0;
|
|
8
|
+
exports.EnvironmentParameterRanges = exports.CreateImageVersionResponse = exports.CreateImageVersionRequest = exports.CreateImageResponse = exports.CreateImageRequest = exports.CreateHyperParameterTuningJobResponse = exports.CreateHyperParameterTuningJobRequest = exports.HyperParameterTuningJobWarmStartConfig = exports.HyperParameterTuningJobWarmStartType = exports.ParentHyperParameterTuningJob = exports.HyperParameterTrainingJobDefinition = exports.RetryStrategy = exports.HyperParameterAlgorithmSpecification = exports.HyperParameterTuningJobConfig = exports.TuningJobCompletionCriteria = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.ResourceLimits = exports.ParameterRanges = exports.IntegerParameterRange = exports.CreateHumanTaskUiResponse = exports.CreateHumanTaskUiRequest = exports.UiTemplate = exports.CreateFlowDefinitionResponse = exports.CreateFlowDefinitionRequest = exports.FlowDefinitionOutputConfig = exports.HumanLoopRequestSource = exports.HumanLoopConfig = exports.PublicWorkforceTaskPrice = exports.USD = exports.HumanLoopActivationConfig = exports.HumanLoopActivationConditionsConfig = exports.CreateFeatureGroupResponse = exports.CreateFeatureGroupRequest = exports.OnlineStoreConfig = exports.OnlineStoreSecurityConfig = exports.OfflineStoreConfig = exports.S3StorageConfig = exports.DataCatalogConfig = exports.FeatureDefinition = exports.FeatureType = exports.CreateExperimentResponse = exports.CreateExperimentRequest = exports.CreateEndpointConfigOutput = exports.CreateEndpointConfigInput = exports.ProductionVariant = exports.ProductionVariantServerlessConfig = exports.ProductionVariantCoreDumpConfig = exports.ProductionVariantAcceleratorType = exports.DataCaptureConfig = void 0;
|
|
9
9
|
var ActionSource;
|
|
10
10
|
(function (ActionSource) {
|
|
11
11
|
ActionSource.filterSensitiveLog = (obj) => ({
|
|
@@ -58,6 +58,128 @@ var ResourceNotFound;
|
|
|
58
58
|
...obj,
|
|
59
59
|
});
|
|
60
60
|
})(ResourceNotFound = exports.ResourceNotFound || (exports.ResourceNotFound = {}));
|
|
61
|
+
var ModelInput;
|
|
62
|
+
(function (ModelInput) {
|
|
63
|
+
ModelInput.filterSensitiveLog = (obj) => ({
|
|
64
|
+
...obj,
|
|
65
|
+
});
|
|
66
|
+
})(ModelInput = exports.ModelInput || (exports.ModelInput = {}));
|
|
67
|
+
var ModelPackageContainerDefinition;
|
|
68
|
+
(function (ModelPackageContainerDefinition) {
|
|
69
|
+
ModelPackageContainerDefinition.filterSensitiveLog = (obj) => ({
|
|
70
|
+
...obj,
|
|
71
|
+
});
|
|
72
|
+
})(ModelPackageContainerDefinition = exports.ModelPackageContainerDefinition || (exports.ModelPackageContainerDefinition = {}));
|
|
73
|
+
var ProductionVariantInstanceType;
|
|
74
|
+
(function (ProductionVariantInstanceType) {
|
|
75
|
+
ProductionVariantInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
76
|
+
ProductionVariantInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
77
|
+
ProductionVariantInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
78
|
+
ProductionVariantInstanceType["ML_C4_LARGE"] = "ml.c4.large";
|
|
79
|
+
ProductionVariantInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
80
|
+
ProductionVariantInstanceType["ML_C5D_18XLARGE"] = "ml.c5d.18xlarge";
|
|
81
|
+
ProductionVariantInstanceType["ML_C5D_2XLARGE"] = "ml.c5d.2xlarge";
|
|
82
|
+
ProductionVariantInstanceType["ML_C5D_4XLARGE"] = "ml.c5d.4xlarge";
|
|
83
|
+
ProductionVariantInstanceType["ML_C5D_9XLARGE"] = "ml.c5d.9xlarge";
|
|
84
|
+
ProductionVariantInstanceType["ML_C5D_LARGE"] = "ml.c5d.large";
|
|
85
|
+
ProductionVariantInstanceType["ML_C5D_XLARGE"] = "ml.c5d.xlarge";
|
|
86
|
+
ProductionVariantInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
87
|
+
ProductionVariantInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
88
|
+
ProductionVariantInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
89
|
+
ProductionVariantInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
90
|
+
ProductionVariantInstanceType["ML_C5_LARGE"] = "ml.c5.large";
|
|
91
|
+
ProductionVariantInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
92
|
+
ProductionVariantInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
93
|
+
ProductionVariantInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
94
|
+
ProductionVariantInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
95
|
+
ProductionVariantInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
96
|
+
ProductionVariantInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
97
|
+
ProductionVariantInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
98
|
+
ProductionVariantInstanceType["ML_INF1_24XLARGE"] = "ml.inf1.24xlarge";
|
|
99
|
+
ProductionVariantInstanceType["ML_INF1_2XLARGE"] = "ml.inf1.2xlarge";
|
|
100
|
+
ProductionVariantInstanceType["ML_INF1_6XLARGE"] = "ml.inf1.6xlarge";
|
|
101
|
+
ProductionVariantInstanceType["ML_INF1_XLARGE"] = "ml.inf1.xlarge";
|
|
102
|
+
ProductionVariantInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
103
|
+
ProductionVariantInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
104
|
+
ProductionVariantInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
105
|
+
ProductionVariantInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
106
|
+
ProductionVariantInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
107
|
+
ProductionVariantInstanceType["ML_M5D_12XLARGE"] = "ml.m5d.12xlarge";
|
|
108
|
+
ProductionVariantInstanceType["ML_M5D_24XLARGE"] = "ml.m5d.24xlarge";
|
|
109
|
+
ProductionVariantInstanceType["ML_M5D_2XLARGE"] = "ml.m5d.2xlarge";
|
|
110
|
+
ProductionVariantInstanceType["ML_M5D_4XLARGE"] = "ml.m5d.4xlarge";
|
|
111
|
+
ProductionVariantInstanceType["ML_M5D_LARGE"] = "ml.m5d.large";
|
|
112
|
+
ProductionVariantInstanceType["ML_M5D_XLARGE"] = "ml.m5d.xlarge";
|
|
113
|
+
ProductionVariantInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
114
|
+
ProductionVariantInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
115
|
+
ProductionVariantInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
116
|
+
ProductionVariantInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
117
|
+
ProductionVariantInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
118
|
+
ProductionVariantInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
119
|
+
ProductionVariantInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
120
|
+
ProductionVariantInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
121
|
+
ProductionVariantInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
122
|
+
ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
123
|
+
ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
124
|
+
ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
125
|
+
ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
|
|
126
|
+
ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
|
|
127
|
+
ProductionVariantInstanceType["ML_R5D_2XLARGE"] = "ml.r5d.2xlarge";
|
|
128
|
+
ProductionVariantInstanceType["ML_R5D_4XLARGE"] = "ml.r5d.4xlarge";
|
|
129
|
+
ProductionVariantInstanceType["ML_R5D_LARGE"] = "ml.r5d.large";
|
|
130
|
+
ProductionVariantInstanceType["ML_R5D_XLARGE"] = "ml.r5d.xlarge";
|
|
131
|
+
ProductionVariantInstanceType["ML_R5_12XLARGE"] = "ml.r5.12xlarge";
|
|
132
|
+
ProductionVariantInstanceType["ML_R5_24XLARGE"] = "ml.r5.24xlarge";
|
|
133
|
+
ProductionVariantInstanceType["ML_R5_2XLARGE"] = "ml.r5.2xlarge";
|
|
134
|
+
ProductionVariantInstanceType["ML_R5_4XLARGE"] = "ml.r5.4xlarge";
|
|
135
|
+
ProductionVariantInstanceType["ML_R5_LARGE"] = "ml.r5.large";
|
|
136
|
+
ProductionVariantInstanceType["ML_R5_XLARGE"] = "ml.r5.xlarge";
|
|
137
|
+
ProductionVariantInstanceType["ML_T2_2XLARGE"] = "ml.t2.2xlarge";
|
|
138
|
+
ProductionVariantInstanceType["ML_T2_LARGE"] = "ml.t2.large";
|
|
139
|
+
ProductionVariantInstanceType["ML_T2_MEDIUM"] = "ml.t2.medium";
|
|
140
|
+
ProductionVariantInstanceType["ML_T2_XLARGE"] = "ml.t2.xlarge";
|
|
141
|
+
})(ProductionVariantInstanceType = exports.ProductionVariantInstanceType || (exports.ProductionVariantInstanceType = {}));
|
|
142
|
+
var TransformInstanceType;
|
|
143
|
+
(function (TransformInstanceType) {
|
|
144
|
+
TransformInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
145
|
+
TransformInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
146
|
+
TransformInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
147
|
+
TransformInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
148
|
+
TransformInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
149
|
+
TransformInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
150
|
+
TransformInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
151
|
+
TransformInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
152
|
+
TransformInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
153
|
+
TransformInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
154
|
+
TransformInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
155
|
+
TransformInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
156
|
+
TransformInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
157
|
+
TransformInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
158
|
+
TransformInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
159
|
+
TransformInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
160
|
+
TransformInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
161
|
+
TransformInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
162
|
+
TransformInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
163
|
+
TransformInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
164
|
+
TransformInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
165
|
+
TransformInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
166
|
+
TransformInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
167
|
+
TransformInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
168
|
+
TransformInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
169
|
+
TransformInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
170
|
+
TransformInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
171
|
+
TransformInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
172
|
+
TransformInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
173
|
+
TransformInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
174
|
+
TransformInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
175
|
+
TransformInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
176
|
+
})(TransformInstanceType = exports.TransformInstanceType || (exports.TransformInstanceType = {}));
|
|
177
|
+
var AdditionalInferenceSpecificationDefinition;
|
|
178
|
+
(function (AdditionalInferenceSpecificationDefinition) {
|
|
179
|
+
AdditionalInferenceSpecificationDefinition.filterSensitiveLog = (obj) => ({
|
|
180
|
+
...obj,
|
|
181
|
+
});
|
|
182
|
+
})(AdditionalInferenceSpecificationDefinition = exports.AdditionalInferenceSpecificationDefinition || (exports.AdditionalInferenceSpecificationDefinition = {}));
|
|
61
183
|
var Tag;
|
|
62
184
|
(function (Tag) {
|
|
63
185
|
Tag.filterSensitiveLog = (obj) => ({
|
|
@@ -312,41 +434,6 @@ var TransformOutput;
|
|
|
312
434
|
...obj,
|
|
313
435
|
});
|
|
314
436
|
})(TransformOutput = exports.TransformOutput || (exports.TransformOutput = {}));
|
|
315
|
-
var TransformInstanceType;
|
|
316
|
-
(function (TransformInstanceType) {
|
|
317
|
-
TransformInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
318
|
-
TransformInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
319
|
-
TransformInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
320
|
-
TransformInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
321
|
-
TransformInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
322
|
-
TransformInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
323
|
-
TransformInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
324
|
-
TransformInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
325
|
-
TransformInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
326
|
-
TransformInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
327
|
-
TransformInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
328
|
-
TransformInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
329
|
-
TransformInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
330
|
-
TransformInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
331
|
-
TransformInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
332
|
-
TransformInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
333
|
-
TransformInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
334
|
-
TransformInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
335
|
-
TransformInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
336
|
-
TransformInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
337
|
-
TransformInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
338
|
-
TransformInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
339
|
-
TransformInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
340
|
-
TransformInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
341
|
-
TransformInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
342
|
-
TransformInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
343
|
-
TransformInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
344
|
-
TransformInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
345
|
-
TransformInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
346
|
-
TransformInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
347
|
-
TransformInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
348
|
-
TransformInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
349
|
-
})(TransformInstanceType = exports.TransformInstanceType || (exports.TransformInstanceType = {}));
|
|
350
437
|
var TransformResources;
|
|
351
438
|
(function (TransformResources) {
|
|
352
439
|
TransformResources.filterSensitiveLog = (obj) => ({
|
|
@@ -817,81 +904,6 @@ var BatchDescribeModelPackageError;
|
|
|
817
904
|
...obj,
|
|
818
905
|
});
|
|
819
906
|
})(BatchDescribeModelPackageError = exports.BatchDescribeModelPackageError || (exports.BatchDescribeModelPackageError = {}));
|
|
820
|
-
var ModelPackageContainerDefinition;
|
|
821
|
-
(function (ModelPackageContainerDefinition) {
|
|
822
|
-
ModelPackageContainerDefinition.filterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
});
|
|
825
|
-
})(ModelPackageContainerDefinition = exports.ModelPackageContainerDefinition || (exports.ModelPackageContainerDefinition = {}));
|
|
826
|
-
var ProductionVariantInstanceType;
|
|
827
|
-
(function (ProductionVariantInstanceType) {
|
|
828
|
-
ProductionVariantInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
829
|
-
ProductionVariantInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
830
|
-
ProductionVariantInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
831
|
-
ProductionVariantInstanceType["ML_C4_LARGE"] = "ml.c4.large";
|
|
832
|
-
ProductionVariantInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
833
|
-
ProductionVariantInstanceType["ML_C5D_18XLARGE"] = "ml.c5d.18xlarge";
|
|
834
|
-
ProductionVariantInstanceType["ML_C5D_2XLARGE"] = "ml.c5d.2xlarge";
|
|
835
|
-
ProductionVariantInstanceType["ML_C5D_4XLARGE"] = "ml.c5d.4xlarge";
|
|
836
|
-
ProductionVariantInstanceType["ML_C5D_9XLARGE"] = "ml.c5d.9xlarge";
|
|
837
|
-
ProductionVariantInstanceType["ML_C5D_LARGE"] = "ml.c5d.large";
|
|
838
|
-
ProductionVariantInstanceType["ML_C5D_XLARGE"] = "ml.c5d.xlarge";
|
|
839
|
-
ProductionVariantInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
840
|
-
ProductionVariantInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
841
|
-
ProductionVariantInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
842
|
-
ProductionVariantInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
843
|
-
ProductionVariantInstanceType["ML_C5_LARGE"] = "ml.c5.large";
|
|
844
|
-
ProductionVariantInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
845
|
-
ProductionVariantInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
846
|
-
ProductionVariantInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
847
|
-
ProductionVariantInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
848
|
-
ProductionVariantInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
849
|
-
ProductionVariantInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
850
|
-
ProductionVariantInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
851
|
-
ProductionVariantInstanceType["ML_INF1_24XLARGE"] = "ml.inf1.24xlarge";
|
|
852
|
-
ProductionVariantInstanceType["ML_INF1_2XLARGE"] = "ml.inf1.2xlarge";
|
|
853
|
-
ProductionVariantInstanceType["ML_INF1_6XLARGE"] = "ml.inf1.6xlarge";
|
|
854
|
-
ProductionVariantInstanceType["ML_INF1_XLARGE"] = "ml.inf1.xlarge";
|
|
855
|
-
ProductionVariantInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
856
|
-
ProductionVariantInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
857
|
-
ProductionVariantInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
858
|
-
ProductionVariantInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
859
|
-
ProductionVariantInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
860
|
-
ProductionVariantInstanceType["ML_M5D_12XLARGE"] = "ml.m5d.12xlarge";
|
|
861
|
-
ProductionVariantInstanceType["ML_M5D_24XLARGE"] = "ml.m5d.24xlarge";
|
|
862
|
-
ProductionVariantInstanceType["ML_M5D_2XLARGE"] = "ml.m5d.2xlarge";
|
|
863
|
-
ProductionVariantInstanceType["ML_M5D_4XLARGE"] = "ml.m5d.4xlarge";
|
|
864
|
-
ProductionVariantInstanceType["ML_M5D_LARGE"] = "ml.m5d.large";
|
|
865
|
-
ProductionVariantInstanceType["ML_M5D_XLARGE"] = "ml.m5d.xlarge";
|
|
866
|
-
ProductionVariantInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
867
|
-
ProductionVariantInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
868
|
-
ProductionVariantInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
869
|
-
ProductionVariantInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
870
|
-
ProductionVariantInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
871
|
-
ProductionVariantInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
872
|
-
ProductionVariantInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
873
|
-
ProductionVariantInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
874
|
-
ProductionVariantInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
875
|
-
ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
876
|
-
ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
877
|
-
ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
878
|
-
ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
|
|
879
|
-
ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
|
|
880
|
-
ProductionVariantInstanceType["ML_R5D_2XLARGE"] = "ml.r5d.2xlarge";
|
|
881
|
-
ProductionVariantInstanceType["ML_R5D_4XLARGE"] = "ml.r5d.4xlarge";
|
|
882
|
-
ProductionVariantInstanceType["ML_R5D_LARGE"] = "ml.r5d.large";
|
|
883
|
-
ProductionVariantInstanceType["ML_R5D_XLARGE"] = "ml.r5d.xlarge";
|
|
884
|
-
ProductionVariantInstanceType["ML_R5_12XLARGE"] = "ml.r5.12xlarge";
|
|
885
|
-
ProductionVariantInstanceType["ML_R5_24XLARGE"] = "ml.r5.24xlarge";
|
|
886
|
-
ProductionVariantInstanceType["ML_R5_2XLARGE"] = "ml.r5.2xlarge";
|
|
887
|
-
ProductionVariantInstanceType["ML_R5_4XLARGE"] = "ml.r5.4xlarge";
|
|
888
|
-
ProductionVariantInstanceType["ML_R5_LARGE"] = "ml.r5.large";
|
|
889
|
-
ProductionVariantInstanceType["ML_R5_XLARGE"] = "ml.r5.xlarge";
|
|
890
|
-
ProductionVariantInstanceType["ML_T2_2XLARGE"] = "ml.t2.2xlarge";
|
|
891
|
-
ProductionVariantInstanceType["ML_T2_LARGE"] = "ml.t2.large";
|
|
892
|
-
ProductionVariantInstanceType["ML_T2_MEDIUM"] = "ml.t2.medium";
|
|
893
|
-
ProductionVariantInstanceType["ML_T2_XLARGE"] = "ml.t2.xlarge";
|
|
894
|
-
})(ProductionVariantInstanceType = exports.ProductionVariantInstanceType || (exports.ProductionVariantInstanceType = {}));
|
|
895
907
|
var InferenceSpecification;
|
|
896
908
|
(function (InferenceSpecification) {
|
|
897
909
|
InferenceSpecification.filterSensitiveLog = (obj) => ({
|
|
@@ -1016,6 +1028,12 @@ var CaptureStatus;
|
|
|
1016
1028
|
CaptureStatus["STARTED"] = "Started";
|
|
1017
1029
|
CaptureStatus["STOPPED"] = "Stopped";
|
|
1018
1030
|
})(CaptureStatus = exports.CaptureStatus || (exports.CaptureStatus = {}));
|
|
1031
|
+
var CategoricalParameter;
|
|
1032
|
+
(function (CategoricalParameter) {
|
|
1033
|
+
CategoricalParameter.filterSensitiveLog = (obj) => ({
|
|
1034
|
+
...obj,
|
|
1035
|
+
});
|
|
1036
|
+
})(CategoricalParameter = exports.CategoricalParameter || (exports.CategoricalParameter = {}));
|
|
1019
1037
|
var CategoricalParameterRange;
|
|
1020
1038
|
(function (CategoricalParameterRange) {
|
|
1021
1039
|
CategoricalParameterRange.filterSensitiveLog = (obj) => ({
|
|
@@ -1040,6 +1058,12 @@ var CheckpointConfig;
|
|
|
1040
1058
|
...obj,
|
|
1041
1059
|
});
|
|
1042
1060
|
})(CheckpointConfig = exports.CheckpointConfig || (exports.CheckpointConfig = {}));
|
|
1061
|
+
var ClarifyCheckStepMetadata;
|
|
1062
|
+
(function (ClarifyCheckStepMetadata) {
|
|
1063
|
+
ClarifyCheckStepMetadata.filterSensitiveLog = (obj) => ({
|
|
1064
|
+
...obj,
|
|
1065
|
+
});
|
|
1066
|
+
})(ClarifyCheckStepMetadata = exports.ClarifyCheckStepMetadata || (exports.ClarifyCheckStepMetadata = {}));
|
|
1043
1067
|
var CodeRepositorySortBy;
|
|
1044
1068
|
(function (CodeRepositorySortBy) {
|
|
1045
1069
|
CodeRepositorySortBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -1093,6 +1117,7 @@ var CompilationJobStatus;
|
|
|
1093
1117
|
var TargetDevice;
|
|
1094
1118
|
(function (TargetDevice) {
|
|
1095
1119
|
TargetDevice["AISAGE"] = "aisage";
|
|
1120
|
+
TargetDevice["AMBA_CV2"] = "amba_cv2";
|
|
1096
1121
|
TargetDevice["AMBA_CV22"] = "amba_cv22";
|
|
1097
1122
|
TargetDevice["AMBA_CV25"] = "amba_cv25";
|
|
1098
1123
|
TargetDevice["COREML"] = "coreml";
|
|
@@ -1757,6 +1782,12 @@ var ProductionVariantCoreDumpConfig;
|
|
|
1757
1782
|
...obj,
|
|
1758
1783
|
});
|
|
1759
1784
|
})(ProductionVariantCoreDumpConfig = exports.ProductionVariantCoreDumpConfig || (exports.ProductionVariantCoreDumpConfig = {}));
|
|
1785
|
+
var ProductionVariantServerlessConfig;
|
|
1786
|
+
(function (ProductionVariantServerlessConfig) {
|
|
1787
|
+
ProductionVariantServerlessConfig.filterSensitiveLog = (obj) => ({
|
|
1788
|
+
...obj,
|
|
1789
|
+
});
|
|
1790
|
+
})(ProductionVariantServerlessConfig = exports.ProductionVariantServerlessConfig || (exports.ProductionVariantServerlessConfig = {}));
|
|
1760
1791
|
var ProductionVariant;
|
|
1761
1792
|
(function (ProductionVariant) {
|
|
1762
1793
|
ProductionVariant.filterSensitiveLog = (obj) => ({
|
|
@@ -2024,39 +2055,9 @@ var CreateImageVersionResponse;
|
|
|
2024
2055
|
...obj,
|
|
2025
2056
|
});
|
|
2026
2057
|
})(CreateImageVersionResponse = exports.CreateImageVersionResponse || (exports.CreateImageVersionResponse = {}));
|
|
2027
|
-
var
|
|
2028
|
-
(function (
|
|
2029
|
-
|
|
2030
|
-
...obj,
|
|
2031
|
-
});
|
|
2032
|
-
})(UiConfig = exports.UiConfig || (exports.UiConfig = {}));
|
|
2033
|
-
var HumanTaskConfig;
|
|
2034
|
-
(function (HumanTaskConfig) {
|
|
2035
|
-
HumanTaskConfig.filterSensitiveLog = (obj) => ({
|
|
2036
|
-
...obj,
|
|
2037
|
-
});
|
|
2038
|
-
})(HumanTaskConfig = exports.HumanTaskConfig || (exports.HumanTaskConfig = {}));
|
|
2039
|
-
var LabelingJobDataAttributes;
|
|
2040
|
-
(function (LabelingJobDataAttributes) {
|
|
2041
|
-
LabelingJobDataAttributes.filterSensitiveLog = (obj) => ({
|
|
2042
|
-
...obj,
|
|
2043
|
-
});
|
|
2044
|
-
})(LabelingJobDataAttributes = exports.LabelingJobDataAttributes || (exports.LabelingJobDataAttributes = {}));
|
|
2045
|
-
var LabelingJobS3DataSource;
|
|
2046
|
-
(function (LabelingJobS3DataSource) {
|
|
2047
|
-
LabelingJobS3DataSource.filterSensitiveLog = (obj) => ({
|
|
2048
|
-
...obj,
|
|
2049
|
-
});
|
|
2050
|
-
})(LabelingJobS3DataSource = exports.LabelingJobS3DataSource || (exports.LabelingJobS3DataSource = {}));
|
|
2051
|
-
var LabelingJobSnsDataSource;
|
|
2052
|
-
(function (LabelingJobSnsDataSource) {
|
|
2053
|
-
LabelingJobSnsDataSource.filterSensitiveLog = (obj) => ({
|
|
2054
|
-
...obj,
|
|
2055
|
-
});
|
|
2056
|
-
})(LabelingJobSnsDataSource = exports.LabelingJobSnsDataSource || (exports.LabelingJobSnsDataSource = {}));
|
|
2057
|
-
var LabelingJobDataSource;
|
|
2058
|
-
(function (LabelingJobDataSource) {
|
|
2059
|
-
LabelingJobDataSource.filterSensitiveLog = (obj) => ({
|
|
2058
|
+
var EnvironmentParameterRanges;
|
|
2059
|
+
(function (EnvironmentParameterRanges) {
|
|
2060
|
+
EnvironmentParameterRanges.filterSensitiveLog = (obj) => ({
|
|
2060
2061
|
...obj,
|
|
2061
2062
|
});
|
|
2062
|
-
})(
|
|
2063
|
+
})(EnvironmentParameterRanges = exports.EnvironmentParameterRanges || (exports.EnvironmentParameterRanges = {}));
|