@aws-sdk/client-sagemaker 3.600.0 → 3.606.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 (75) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +171 -37
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
  5. package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_1.js +15 -0
  8. package/dist-es/models/models_2.js +5 -24
  9. package/dist-es/models/models_3.js +24 -8
  10. package/dist-es/models/models_4.js +8 -0
  11. package/dist-es/protocols/Aws_json1_1.js +76 -0
  12. package/dist-types/SageMaker.d.ts +14 -0
  13. package/dist-types/SageMakerClient.d.ts +4 -2
  14. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
  15. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
  16. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateDomainCommand.d.ts +8 -0
  18. package/dist-types/commands/CreateHubCommand.d.ts +0 -3
  19. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
  20. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
  22. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateUserProfileCommand.d.ts +8 -0
  24. package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
  25. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
  26. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
  27. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
  28. package/dist-types/commands/DescribeDomainCommand.d.ts +8 -0
  29. package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
  30. package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
  31. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
  32. package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
  34. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeUserProfileCommand.d.ts +8 -0
  37. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
  38. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
  39. package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
  40. package/dist-types/commands/ListHubsCommand.d.ts +0 -3
  41. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
  42. package/dist-types/commands/ListModelsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  44. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -2
  45. package/dist-types/commands/SearchCommand.d.ts +9 -0
  46. package/dist-types/commands/UpdateDomainCommand.d.ts +8 -0
  47. package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
  48. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  49. package/dist-types/commands/UpdateUserProfileCommand.d.ts +8 -0
  50. package/dist-types/commands/index.d.ts +2 -0
  51. package/dist-types/models/models_0.d.ts +18 -12
  52. package/dist-types/models/models_1.d.ts +100 -81
  53. package/dist-types/models/models_2.d.ts +134 -345
  54. package/dist-types/models/models_3.d.ts +356 -162
  55. package/dist-types/models/models_4.d.ts +162 -2
  56. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  57. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  58. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  59. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
  63. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  69. package/dist-types/ts3.4/models/models_0.d.ts +4 -3
  70. package/dist-types/ts3.4/models/models_1.d.ts +36 -21
  71. package/dist-types/ts3.4/models/models_2.d.ts +42 -96
  72. package/dist-types/ts3.4/models/models_3.d.ts +91 -45
  73. package/dist-types/ts3.4/models/models_4.d.ts +47 -5
  74. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  75. package/package.json +3 -3
@@ -1,5 +1,15 @@
1
1
  import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
2
- import { AdditionalInferenceSpecificationDefinition, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, ConvergenceDetected, CustomImage, FeatureStatus, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TransformJobDefinition, VpcConfig } from "./models_0";
2
+ import { AdditionalInferenceSpecificationDefinition, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, ConvergenceDetected, CustomImage, FeatureStatus, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TransformJobDefinition, VpcConfig } from "./models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateCodeRepositoryOutput {
7
+ /**
8
+ * <p>The Amazon Resource Name (ARN) of the new repository.</p>
9
+ * @public
10
+ */
11
+ CodeRepositoryArn: string | undefined;
12
+ }
3
13
  /**
4
14
  * @public
5
15
  * @enum
@@ -1801,6 +1811,45 @@ export declare const StudioWebPortal: {
1801
1811
  * @public
1802
1812
  */
1803
1813
  export type StudioWebPortal = (typeof StudioWebPortal)[keyof typeof StudioWebPortal];
1814
+ /**
1815
+ * @public
1816
+ * @enum
1817
+ */
1818
+ export declare const MlTools: {
1819
+ readonly AUTO_ML: "AutoMl";
1820
+ readonly DATA_WRANGLER: "DataWrangler";
1821
+ readonly EMR_CLUSTERS: "EmrClusters";
1822
+ readonly ENDPOINTS: "Endpoints";
1823
+ readonly EXPERIMENTS: "Experiments";
1824
+ readonly FEATURE_STORE: "FeatureStore";
1825
+ readonly INFERENCE_RECOMMENDER: "InferenceRecommender";
1826
+ readonly JUMP_START: "JumpStart";
1827
+ readonly MODELS: "Models";
1828
+ readonly MODEL_EVALUATION: "ModelEvaluation";
1829
+ readonly PIPELINES: "Pipelines";
1830
+ readonly PROJECTS: "Projects";
1831
+ readonly TRAINING: "Training";
1832
+ };
1833
+ /**
1834
+ * @public
1835
+ */
1836
+ export type MlTools = (typeof MlTools)[keyof typeof MlTools];
1837
+ /**
1838
+ * <p>Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.</p>
1839
+ * @public
1840
+ */
1841
+ export interface StudioWebPortalSettings {
1842
+ /**
1843
+ * <p>The machine learning tools that are hidden from the Studio left navigation pane.</p>
1844
+ * @public
1845
+ */
1846
+ HiddenMlTools?: MlTools[];
1847
+ /**
1848
+ * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-apps.html">Applications supported in Studio</a> that are hidden from the Studio left navigation pane.</p>
1849
+ * @public
1850
+ */
1851
+ HiddenAppTypes?: AppType[];
1852
+ }
1804
1853
  /**
1805
1854
  * <p>The TensorBoard app settings.</p>
1806
1855
  * @public
@@ -1921,6 +1970,11 @@ export interface UserSettings {
1921
1970
  * @public
1922
1971
  */
1923
1972
  CustomFileSystemConfigs?: CustomFileSystemConfig[];
1973
+ /**
1974
+ * <p>Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.</p>
1975
+ * @public
1976
+ */
1977
+ StudioWebPortalSettings?: StudioWebPortalSettings;
1924
1978
  }
1925
1979
  /**
1926
1980
  * <p>A collection of settings that configure the domain's Docker interaction.</p>
@@ -4385,6 +4439,51 @@ export interface CreateHubResponse {
4385
4439
  */
4386
4440
  HubArn: string | undefined;
4387
4441
  }
4442
+ /**
4443
+ * @public
4444
+ */
4445
+ export interface CreateHubContentReferenceRequest {
4446
+ /**
4447
+ * <p>The name of the hub to add the hub content reference to.</p>
4448
+ * @public
4449
+ */
4450
+ HubName: string | undefined;
4451
+ /**
4452
+ * <p>The ARN of the public hub content to reference.</p>
4453
+ * @public
4454
+ */
4455
+ SageMakerPublicHubContentArn: string | undefined;
4456
+ /**
4457
+ * <p>The name of the hub content to reference.</p>
4458
+ * @public
4459
+ */
4460
+ HubContentName?: string;
4461
+ /**
4462
+ * <p>The minimum version of the hub content to reference.</p>
4463
+ * @public
4464
+ */
4465
+ MinVersion?: string;
4466
+ /**
4467
+ * <p>Any tags associated with the hub content to reference.</p>
4468
+ * @public
4469
+ */
4470
+ Tags?: Tag[];
4471
+ }
4472
+ /**
4473
+ * @public
4474
+ */
4475
+ export interface CreateHubContentReferenceResponse {
4476
+ /**
4477
+ * <p>The ARN of the hub that the hub content reference was added to.</p>
4478
+ * @public
4479
+ */
4480
+ HubArn: string | undefined;
4481
+ /**
4482
+ * <p>The ARN of the hub content.</p>
4483
+ * @public
4484
+ */
4485
+ HubContentArn: string | undefined;
4486
+ }
4388
4487
  /**
4389
4488
  * <p>The Liquid template for the worker user interface.</p>
4390
4489
  * @public
@@ -11565,86 +11664,6 @@ export interface ServiceCatalogProvisioningDetails {
11565
11664
  */
11566
11665
  ProvisioningParameters?: ProvisioningParameter[];
11567
11666
  }
11568
- /**
11569
- * @public
11570
- */
11571
- export interface CreateProjectInput {
11572
- /**
11573
- * <p>The name of the project.</p>
11574
- * @public
11575
- */
11576
- ProjectName: string | undefined;
11577
- /**
11578
- * <p>A description for the project.</p>
11579
- * @public
11580
- */
11581
- ProjectDescription?: string;
11582
- /**
11583
- * <p>The product ID and provisioning artifact ID to provision a service catalog. The provisioning
11584
- * artifact ID will default to the latest provisioning artifact ID of the product, if you don't
11585
- * provide the provisioning artifact ID. For more information, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service
11586
- * Catalog</a>.</p>
11587
- * @public
11588
- */
11589
- ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetails | undefined;
11590
- /**
11591
- * <p>An array of key-value pairs that you want to use to organize and track your Amazon Web Services
11592
- * resource costs. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
11593
- * @public
11594
- */
11595
- Tags?: Tag[];
11596
- }
11597
- /**
11598
- * @public
11599
- */
11600
- export interface CreateProjectOutput {
11601
- /**
11602
- * <p>The Amazon Resource Name (ARN) of the project.</p>
11603
- * @public
11604
- */
11605
- ProjectArn: string | undefined;
11606
- /**
11607
- * <p>The ID of the new project.</p>
11608
- * @public
11609
- */
11610
- ProjectId: string | undefined;
11611
- }
11612
- /**
11613
- * <p>The collection of ownership settings for a space.</p>
11614
- * @public
11615
- */
11616
- export interface OwnershipSettings {
11617
- /**
11618
- * <p>The user profile who is the owner of the space.</p>
11619
- * @public
11620
- */
11621
- OwnerUserProfileName: string | undefined;
11622
- }
11623
- /**
11624
- * <p>The application settings for a Code Editor space.</p>
11625
- * @public
11626
- */
11627
- export interface SpaceCodeEditorAppSettings {
11628
- /**
11629
- * <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
11630
- * the version runs on.</p>
11631
- * @public
11632
- */
11633
- DefaultResourceSpec?: ResourceSpec;
11634
- }
11635
- /**
11636
- * <p>A file system, created by you in Amazon EFS, that you assign to a user profile
11637
- * or space for an Amazon SageMaker Domain. Permitted users can access this file
11638
- * system in Amazon SageMaker Studio.</p>
11639
- * @public
11640
- */
11641
- export interface EFSFileSystem {
11642
- /**
11643
- * <p>The ID of your Amazon EFS file system.</p>
11644
- * @public
11645
- */
11646
- FileSystemId: string | undefined;
11647
- }
11648
11667
  /**
11649
11668
  * @internal
11650
11669
  */