@aws-sdk/client-sagemaker 3.233.0 → 3.235.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.
Files changed (90) hide show
  1. package/dist-cjs/SageMaker.js +30 -0
  2. package/dist-cjs/commands/DescribeAlgorithmCommand.js +3 -3
  3. package/dist-cjs/commands/DescribeAppCommand.js +1 -2
  4. package/dist-cjs/commands/ListAliasesCommand.js +46 -0
  5. package/dist-cjs/commands/ListAssociationsCommand.js +2 -1
  6. package/dist-cjs/commands/ListAutoMLJobsCommand.js +3 -3
  7. package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +3 -3
  8. package/dist-cjs/commands/UpdateFeatureGroupCommand.js +2 -1
  9. package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +2 -2
  10. package/dist-cjs/commands/UpdateHubCommand.js +3 -3
  11. package/dist-cjs/commands/UpdateImageCommand.js +1 -2
  12. package/dist-cjs/commands/UpdateImageVersionCommand.js +46 -0
  13. package/dist-cjs/commands/index.js +2 -0
  14. package/dist-cjs/endpoint/ruleset.js +4 -375
  15. package/dist-cjs/models/models_0.js +8 -0
  16. package/dist-cjs/models/models_1.js +25 -19
  17. package/dist-cjs/models/models_2.js +25 -25
  18. package/dist-cjs/models/models_3.js +26 -26
  19. package/dist-cjs/models/models_4.js +29 -1
  20. package/dist-cjs/pagination/ListAliasesPaginator.js +36 -0
  21. package/dist-cjs/pagination/index.js +1 -0
  22. package/dist-cjs/protocols/Aws_json1_1.js +177 -9
  23. package/dist-es/SageMaker.js +30 -0
  24. package/dist-es/commands/DescribeAlgorithmCommand.js +1 -1
  25. package/dist-es/commands/DescribeAppCommand.js +1 -2
  26. package/dist-es/commands/ListAliasesCommand.js +42 -0
  27. package/dist-es/commands/ListAssociationsCommand.js +2 -1
  28. package/dist-es/commands/ListAutoMLJobsCommand.js +1 -1
  29. package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +1 -1
  30. package/dist-es/commands/UpdateFeatureGroupCommand.js +2 -1
  31. package/dist-es/commands/UpdateFeatureMetadataCommand.js +1 -1
  32. package/dist-es/commands/UpdateHubCommand.js +1 -1
  33. package/dist-es/commands/UpdateImageCommand.js +1 -2
  34. package/dist-es/commands/UpdateImageVersionCommand.js +42 -0
  35. package/dist-es/commands/index.js +2 -0
  36. package/dist-es/endpoint/ruleset.js +4 -375
  37. package/dist-es/models/models_0.js +8 -0
  38. package/dist-es/models/models_1.js +18 -9
  39. package/dist-es/models/models_2.js +15 -15
  40. package/dist-es/models/models_3.js +15 -15
  41. package/dist-es/models/models_4.js +21 -0
  42. package/dist-es/pagination/ListAliasesPaginator.js +32 -0
  43. package/dist-es/pagination/index.js +1 -0
  44. package/dist-es/protocols/Aws_json1_1.js +164 -0
  45. package/dist-types/SageMaker.d.ts +19 -1
  46. package/dist-types/SageMakerClient.d.ts +4 -2
  47. package/dist-types/commands/CreateExperimentCommand.d.ts +5 -1
  48. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeAppCommand.d.ts +1 -2
  50. package/dist-types/commands/ListAliasesCommand.d.ts +37 -0
  51. package/dist-types/commands/ListAssociationsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateImageCommand.d.ts +1 -2
  58. package/dist-types/commands/UpdateImageVersionCommand.d.ts +37 -0
  59. package/dist-types/commands/index.d.ts +2 -0
  60. package/dist-types/models/models_0.d.ts +153 -61
  61. package/dist-types/models/models_1.d.ts +102 -97
  62. package/dist-types/models/models_2.d.ts +215 -136
  63. package/dist-types/models/models_3.d.ts +129 -97
  64. package/dist-types/models/models_4.d.ts +204 -3
  65. package/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
  66. package/dist-types/pagination/index.d.ts +1 -0
  67. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  68. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  69. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  70. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +1 -2
  72. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -0
  73. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +2 -4
  74. package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +2 -4
  77. package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -2
  80. package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +38 -0
  81. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +8 -0
  83. package/dist-types/ts3.4/models/models_1.d.ts +25 -37
  84. package/dist-types/ts3.4/models/models_2.d.ts +64 -54
  85. package/dist-types/ts3.4/models/models_3.d.ts +56 -42
  86. package/dist-types/ts3.4/models/models_4.d.ts +74 -1
  87. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -0
  88. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  89. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  90. package/package.json +8 -8
@@ -1,5 +1,81 @@
1
- import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppNetworkAccessType, AppSecurityGroupManagement, AppSortKey, AppSpecification, AppStatus, AppType, ArtifactSource, ArtifactSummary, AssociationEdgeType, AssociationSummary, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLJobSummary, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, OutputParameter, ProblemType, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
- import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentStageStatusSummary, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
1
+ import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmSummary, AlgorithmValidationSpecification, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppNetworkAccessType, AppSecurityGroupManagement, AppSortKey, AppSpecification, AppStatus, AppType, ArtifactSource, ArtifactSummary, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, OutputParameter, ProblemType, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
+ import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentStageStatusSummary, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance } from "./models_1";
3
+ export interface DescribeAlgorithmInput {
4
+ /**
5
+ * <p>The name of the algorithm to describe.</p>
6
+ */
7
+ AlgorithmName: string | undefined;
8
+ }
9
+ export interface DescribeAlgorithmOutput {
10
+ /**
11
+ * <p>The name of the algorithm being described.</p>
12
+ */
13
+ AlgorithmName: string | undefined;
14
+ /**
15
+ * <p>The Amazon Resource Name (ARN) of the algorithm.</p>
16
+ */
17
+ AlgorithmArn: string | undefined;
18
+ /**
19
+ * <p>A brief summary about the algorithm.</p>
20
+ */
21
+ AlgorithmDescription?: string;
22
+ /**
23
+ * <p>A timestamp specifying when the algorithm was created.</p>
24
+ */
25
+ CreationTime: Date | undefined;
26
+ /**
27
+ * <p>Details about training jobs run by this algorithm.</p>
28
+ */
29
+ TrainingSpecification: TrainingSpecification | undefined;
30
+ /**
31
+ * <p>Details about inference jobs that the algorithm runs.</p>
32
+ */
33
+ InferenceSpecification?: InferenceSpecification;
34
+ /**
35
+ * <p>Details about configurations for one or more training jobs that SageMaker runs to test the
36
+ * algorithm.</p>
37
+ */
38
+ ValidationSpecification?: AlgorithmValidationSpecification;
39
+ /**
40
+ * <p>The current status of the algorithm.</p>
41
+ */
42
+ AlgorithmStatus: AlgorithmStatus | string | undefined;
43
+ /**
44
+ * <p>Details about the current status of the algorithm.</p>
45
+ */
46
+ AlgorithmStatusDetails: AlgorithmStatusDetails | undefined;
47
+ /**
48
+ * <p>The product identifier of the algorithm.</p>
49
+ */
50
+ ProductId?: string;
51
+ /**
52
+ * <p>Whether the algorithm is certified to be listed in Amazon Web Services
53
+ * Marketplace.</p>
54
+ */
55
+ CertifyForMarketplace?: boolean;
56
+ }
57
+ export interface DescribeAppRequest {
58
+ /**
59
+ * <p>The domain ID.</p>
60
+ */
61
+ DomainId: string | undefined;
62
+ /**
63
+ * <p>The user profile name. If this value is not set, then <code>SpaceName</code> must be set.</p>
64
+ */
65
+ UserProfileName?: string;
66
+ /**
67
+ * <p>The type of app.</p>
68
+ */
69
+ AppType: AppType | string | undefined;
70
+ /**
71
+ * <p>The name of the app.</p>
72
+ */
73
+ AppName: string | undefined;
74
+ /**
75
+ * <p>The name of the space.</p>
76
+ */
77
+ SpaceName?: string;
78
+ }
3
79
  export interface DescribeAppResponse {
4
80
  /**
5
81
  * <p>The Amazon Resource Name (ARN) of the app.</p>
@@ -224,7 +300,9 @@ export interface DescribeAutoMLJobResponse {
224
300
  */
225
301
  PartialFailureReasons?: AutoMLPartialFailureReason[];
226
302
  /**
227
- * <p>Returns the job's best <code>AutoMLCandidate</code>.</p>
303
+ * <p>The best model candidate selected by SageMaker Autopilot using both the best objective metric and
304
+ * lowest <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-metrics-validation.html">InferenceLatency</a> for
305
+ * an experiment.</p>
228
306
  */
229
307
  BestCandidate?: AutoMLCandidate;
230
308
  /**
@@ -2144,7 +2222,7 @@ export interface DescribeImageResponse {
2144
2222
  */
2145
2223
  FailureReason?: string;
2146
2224
  /**
2147
- * <p>The Amazon Resource Name (ARN) of the image.</p>
2225
+ * <p>The ARN of the image.</p>
2148
2226
  */
2149
2227
  ImageArn?: string;
2150
2228
  /**
@@ -2160,7 +2238,7 @@ export interface DescribeImageResponse {
2160
2238
  */
2161
2239
  LastModifiedTime?: Date;
2162
2240
  /**
2163
- * <p>The Amazon Resource Name (ARN) of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
2241
+ * <p>The ARN of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
2164
2242
  */
2165
2243
  RoleArn?: string;
2166
2244
  }
@@ -2173,6 +2251,10 @@ export interface DescribeImageVersionRequest {
2173
2251
  * <p>The version of the image. If not specified, the latest version is described.</p>
2174
2252
  */
2175
2253
  Version?: number;
2254
+ /**
2255
+ * <p>The alias of the image version.</p>
2256
+ */
2257
+ Alias?: string;
2176
2258
  }
2177
2259
  export declare enum ImageVersionStatus {
2178
2260
  CREATED = "CREATED",
@@ -2199,7 +2281,7 @@ export interface DescribeImageVersionResponse {
2199
2281
  */
2200
2282
  FailureReason?: string;
2201
2283
  /**
2202
- * <p>The Amazon Resource Name (ARN) of the image the version is based on.</p>
2284
+ * <p>The ARN of the image the version is based on.</p>
2203
2285
  */
2204
2286
  ImageArn?: string;
2205
2287
  /**
@@ -2218,6 +2300,76 @@ export interface DescribeImageVersionResponse {
2218
2300
  * <p>The version number.</p>
2219
2301
  */
2220
2302
  Version?: number;
2303
+ /**
2304
+ * <p>The stability of the image version specified by the maintainer.</p>
2305
+ * <ul>
2306
+ * <li>
2307
+ * <p>
2308
+ * <code>NOT_PROVIDED</code>: The maintainers did not provide a status for image version stability.</p>
2309
+ * </li>
2310
+ * <li>
2311
+ * <p>
2312
+ * <code>STABLE</code>: The image version is stable.</p>
2313
+ * </li>
2314
+ * <li>
2315
+ * <p>
2316
+ * <code>TO_BE_ARCHIVED</code>: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.</p>
2317
+ * </li>
2318
+ * <li>
2319
+ * <p>
2320
+ * <code>ARCHIVED</code>: The image version is archived. Archived image versions are not searchable and are no longer actively supported. </p>
2321
+ * </li>
2322
+ * </ul>
2323
+ */
2324
+ VendorGuidance?: VendorGuidance | string;
2325
+ /**
2326
+ * <p>Indicates SageMaker job type compatibility.</p>
2327
+ * <ul>
2328
+ * <li>
2329
+ * <p>
2330
+ * <code>TRAINING</code>: The image version is compatible with SageMaker training jobs.</p>
2331
+ * </li>
2332
+ * <li>
2333
+ * <p>
2334
+ * <code>INFERENCE</code>: The image version is compatible with SageMaker inference jobs.</p>
2335
+ * </li>
2336
+ * <li>
2337
+ * <p>
2338
+ * <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker notebook kernels.</p>
2339
+ * </li>
2340
+ * </ul>
2341
+ */
2342
+ JobType?: JobType | string;
2343
+ /**
2344
+ * <p>The machine learning framework vended in the image version.</p>
2345
+ */
2346
+ MLFramework?: string;
2347
+ /**
2348
+ * <p>The supported programming language and its version.</p>
2349
+ */
2350
+ ProgrammingLang?: string;
2351
+ /**
2352
+ * <p>Indicates CPU or GPU compatibility.</p>
2353
+ * <ul>
2354
+ * <li>
2355
+ * <p>
2356
+ * <code>CPU</code>: The image version is compatible with CPU.</p>
2357
+ * </li>
2358
+ * <li>
2359
+ * <p>
2360
+ * <code>GPU</code>: The image version is compatible with GPU.</p>
2361
+ * </li>
2362
+ * </ul>
2363
+ */
2364
+ Processor?: Processor | string;
2365
+ /**
2366
+ * <p>Indicates Horovod compatibility.</p>
2367
+ */
2368
+ Horovod?: boolean;
2369
+ /**
2370
+ * <p>The maintainer description of the image version.</p>
2371
+ */
2372
+ ReleaseNotes?: string;
2221
2373
  }
2222
2374
  export interface DescribeInferenceExperimentRequest {
2223
2375
  /**
@@ -5314,7 +5466,8 @@ export interface DescribeTrialComponentResponse {
5314
5466
  */
5315
5467
  LineageGroupArn?: string;
5316
5468
  /**
5317
- * <p>A list of the Amazon Resource Name (ARN) and, if applicable, job type for multiple sources of an experiment run.</p>
5469
+ * <p>A list of ARNs and, if applicable, job types for multiple sources of an experiment
5470
+ * run.</p>
5318
5471
  */
5319
5472
  Sources?: TrialComponentSource[];
5320
5473
  }
@@ -7176,7 +7329,7 @@ export interface Image {
7176
7329
  */
7177
7330
  FailureReason?: string;
7178
7331
  /**
7179
- * <p>The Amazon Resource Name (ARN) of the image.</p>
7332
+ * <p>The ARN of the image.</p>
7180
7333
  */
7181
7334
  ImageArn: string | undefined;
7182
7335
  /**
@@ -7215,7 +7368,7 @@ export interface ImageVersion {
7215
7368
  */
7216
7369
  FailureReason?: string;
7217
7370
  /**
7218
- * <p>The Amazon Resource Name (ARN) of the image the version is based on.</p>
7371
+ * <p>The ARN of the image the version is based on.</p>
7219
7372
  */
7220
7373
  ImageArn: string | undefined;
7221
7374
  /**
@@ -7700,6 +7853,39 @@ export interface ListAlgorithmsOutput {
7700
7853
  */
7701
7854
  NextToken?: string;
7702
7855
  }
7856
+ export interface ListAliasesRequest {
7857
+ /**
7858
+ * <p>The name of the image.</p>
7859
+ */
7860
+ ImageName: string | undefined;
7861
+ /**
7862
+ * <p>The alias of the image version.</p>
7863
+ */
7864
+ Alias?: string;
7865
+ /**
7866
+ * <p>The version of the image. If image version is not specified, the aliases of all versions of the image are listed.</p>
7867
+ */
7868
+ Version?: number;
7869
+ /**
7870
+ * <p>The maximum number of aliases to return.</p>
7871
+ */
7872
+ MaxResults?: number;
7873
+ /**
7874
+ * <p>If the previous call to <code>ListAliases</code> didn't return the full set of
7875
+ * aliases, the call returns a token for retrieving the next set of aliases.</p>
7876
+ */
7877
+ NextToken?: string;
7878
+ }
7879
+ export interface ListAliasesResponse {
7880
+ /**
7881
+ * <p>A list of SageMaker image version aliases.</p>
7882
+ */
7883
+ SageMakerImageVersionAliases?: string[];
7884
+ /**
7885
+ * <p>A token for getting the next set of aliases, if more aliases exist.</p>
7886
+ */
7887
+ NextToken?: string;
7888
+ }
7703
7889
  export interface ListAppImageConfigsRequest {
7704
7890
  /**
7705
7891
  * <p>The maximum number of AppImageConfigs to return in the response. The default value is
@@ -7894,113 +8080,18 @@ export interface ListAssociationsRequest {
7894
8080
  */
7895
8081
  MaxResults?: number;
7896
8082
  }
7897
- export interface ListAssociationsResponse {
7898
- /**
7899
- * <p>A list of associations and their properties.</p>
7900
- */
7901
- AssociationSummaries?: AssociationSummary[];
7902
- /**
7903
- * <p>A token for getting the next set of associations, if there are any.</p>
7904
- */
7905
- NextToken?: string;
7906
- }
7907
- export interface ListAutoMLJobsRequest {
7908
- /**
7909
- * <p>Request a list of jobs, using a filter for time.</p>
7910
- */
7911
- CreationTimeAfter?: Date;
7912
- /**
7913
- * <p>Request a list of jobs, using a filter for time.</p>
7914
- */
7915
- CreationTimeBefore?: Date;
7916
- /**
7917
- * <p>Request a list of jobs, using a filter for time.</p>
7918
- */
7919
- LastModifiedTimeAfter?: Date;
7920
- /**
7921
- * <p>Request a list of jobs, using a filter for time.</p>
7922
- */
7923
- LastModifiedTimeBefore?: Date;
7924
- /**
7925
- * <p>Request a list of jobs, using a search filter for name.</p>
7926
- */
7927
- NameContains?: string;
7928
- /**
7929
- * <p>Request a list of jobs, using a filter for status.</p>
7930
- */
7931
- StatusEquals?: AutoMLJobStatus | string;
7932
- /**
7933
- * <p>The sort order for the results. The default is <code>Descending</code>.</p>
7934
- */
7935
- SortOrder?: AutoMLSortOrder | string;
7936
- /**
7937
- * <p>The parameter by which to sort the results. The default is <code>Name</code>.</p>
7938
- */
7939
- SortBy?: AutoMLSortBy | string;
7940
- /**
7941
- * <p>Request a list of jobs up to a specified limit.</p>
7942
- */
7943
- MaxResults?: number;
7944
- /**
7945
- * <p>If the previous response was truncated, you receive this token. Use it in your next
7946
- * request to receive the next set of results.</p>
7947
- */
7948
- NextToken?: string;
7949
- }
7950
- export interface ListAutoMLJobsResponse {
7951
- /**
7952
- * <p>Returns a summary list of jobs.</p>
7953
- */
7954
- AutoMLJobSummaries: AutoMLJobSummary[] | undefined;
7955
- /**
7956
- * <p>If the previous response was truncated, you receive this token. Use it in your next
7957
- * request to receive the next set of results.</p>
7958
- */
7959
- NextToken?: string;
7960
- }
7961
- export interface ListCandidatesForAutoMLJobRequest {
7962
- /**
7963
- * <p>List the candidates created for the job by providing the job's name.</p>
7964
- */
7965
- AutoMLJobName: string | undefined;
7966
- /**
7967
- * <p>List the candidates for the job and filter by status.</p>
7968
- */
7969
- StatusEquals?: CandidateStatus | string;
7970
- /**
7971
- * <p>List the candidates for the job and filter by candidate name.</p>
7972
- */
7973
- CandidateNameEquals?: string;
7974
- /**
7975
- * <p>The sort order for the results. The default is <code>Ascending</code>.</p>
7976
- */
7977
- SortOrder?: AutoMLSortOrder | string;
7978
- /**
7979
- * <p>The parameter by which to sort the results. The default is
7980
- * <code>Descending</code>.</p>
7981
- */
7982
- SortBy?: CandidateSortBy | string;
7983
- /**
7984
- * <p>List the job's candidates up to a specified limit.</p>
7985
- */
7986
- MaxResults?: number;
7987
- /**
7988
- * <p>If the previous response was truncated, you receive this token. Use it in your next
7989
- * request to receive the next set of results.</p>
7990
- */
7991
- NextToken?: string;
7992
- }
7993
- export interface ListCandidatesForAutoMLJobResponse {
7994
- /**
7995
- * <p>Summaries about the <code>AutoMLCandidates</code>.</p>
7996
- */
7997
- Candidates: AutoMLCandidate[] | undefined;
7998
- /**
7999
- * <p>If the previous response was truncated, you receive this token. Use it in your next
8000
- * request to receive the next set of results.</p>
8001
- */
8002
- NextToken?: string;
8003
- }
8083
+ /**
8084
+ * @internal
8085
+ */
8086
+ export declare const DescribeAlgorithmInputFilterSensitiveLog: (obj: DescribeAlgorithmInput) => any;
8087
+ /**
8088
+ * @internal
8089
+ */
8090
+ export declare const DescribeAlgorithmOutputFilterSensitiveLog: (obj: DescribeAlgorithmOutput) => any;
8091
+ /**
8092
+ * @internal
8093
+ */
8094
+ export declare const DescribeAppRequestFilterSensitiveLog: (obj: DescribeAppRequest) => any;
8004
8095
  /**
8005
8096
  * @internal
8006
8097
  */
@@ -8909,6 +9000,14 @@ export declare const ListAlgorithmsInputFilterSensitiveLog: (obj: ListAlgorithms
8909
9000
  * @internal
8910
9001
  */
8911
9002
  export declare const ListAlgorithmsOutputFilterSensitiveLog: (obj: ListAlgorithmsOutput) => any;
9003
+ /**
9004
+ * @internal
9005
+ */
9006
+ export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
9007
+ /**
9008
+ * @internal
9009
+ */
9010
+ export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
8912
9011
  /**
8913
9012
  * @internal
8914
9013
  */
@@ -8937,23 +9036,3 @@ export declare const ListArtifactsResponseFilterSensitiveLog: (obj: ListArtifact
8937
9036
  * @internal
8938
9037
  */
8939
9038
  export declare const ListAssociationsRequestFilterSensitiveLog: (obj: ListAssociationsRequest) => any;
8940
- /**
8941
- * @internal
8942
- */
8943
- export declare const ListAssociationsResponseFilterSensitiveLog: (obj: ListAssociationsResponse) => any;
8944
- /**
8945
- * @internal
8946
- */
8947
- export declare const ListAutoMLJobsRequestFilterSensitiveLog: (obj: ListAutoMLJobsRequest) => any;
8948
- /**
8949
- * @internal
8950
- */
8951
- export declare const ListAutoMLJobsResponseFilterSensitiveLog: (obj: ListAutoMLJobsResponse) => any;
8952
- /**
8953
- * @internal
8954
- */
8955
- export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobRequest) => any;
8956
- /**
8957
- * @internal
8958
- */
8959
- export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobResponse) => any;