@aws-sdk/client-sagemaker 3.682.0 → 3.684.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 (74) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +140 -24
  3. package/dist-es/SageMaker.js +2 -0
  4. package/dist-es/commands/BatchDeleteClusterNodesCommand.js +22 -0
  5. package/dist-es/commands/UpdateWorkforceCommand.js +1 -1
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/models/models_0.js +40 -2
  8. package/dist-es/models/models_2.js +0 -8
  9. package/dist-es/models/models_3.js +8 -5
  10. package/dist-es/models/models_4.js +5 -5
  11. package/dist-es/models/models_5.js +5 -1
  12. package/dist-es/protocols/Aws_json1_1.js +59 -0
  13. package/dist-types/SageMaker.d.ts +7 -0
  14. package/dist-types/SageMakerClient.d.ts +3 -2
  15. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +102 -0
  16. package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -4
  17. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +8 -8
  20. package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -0
  21. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +2 -1
  22. package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
  23. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +12 -3
  24. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
  25. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +8 -8
  29. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -2
  31. package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -0
  32. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
  33. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  35. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -2
  36. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -0
  37. package/dist-types/commands/SearchCommand.d.ts +13 -8
  38. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +5 -0
  40. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  41. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
  44. package/dist-types/commands/index.d.ts +1 -0
  45. package/dist-types/models/models_0.d.ts +116 -168
  46. package/dist-types/models/models_1.d.ts +215 -134
  47. package/dist-types/models/models_2.d.ts +117 -160
  48. package/dist-types/models/models_3.d.ts +161 -172
  49. package/dist-types/models/models_4.d.ts +201 -128
  50. package/dist-types/models/models_5.d.ts +127 -2
  51. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  52. package/dist-types/ts3.4/SageMaker.d.ts +17 -0
  53. package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
  54. package/dist-types/ts3.4/commands/BatchDeleteClusterNodesCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +4 -2
  61. package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +4 -2
  63. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  67. package/dist-types/ts3.4/models/models_0.d.ts +55 -26
  68. package/dist-types/ts3.4/models/models_1.d.ts +32 -25
  69. package/dist-types/ts3.4/models/models_2.d.ts +25 -43
  70. package/dist-types/ts3.4/models/models_3.d.ts +47 -44
  71. package/dist-types/ts3.4/models/models_4.d.ts +49 -35
  72. package/dist-types/ts3.4/models/models_5.d.ts +38 -2
  73. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  74. package/package.json +1 -1
@@ -1,6 +1,166 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
2
- import { AdditionalInferenceSpecificationDefinition, AmazonQSettings, AnnotationConsolidationConfig, AppInstanceType, AppLifecycleManagement, AppNetworkAccessType, AppSecurityGroupManagement, AppType, ArtifactSource, AsyncInferenceConfig, AuthMode, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoMountHomeEFS, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, ClusterInstanceGroupSpecification, ClusterNodeRecovery, ClusterOrchestrator, CodeEditorAppImageConfig, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, ConvergenceDetected, CustomImage, FeatureStatus, GitConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TransformJobDefinition, VpcConfig } from "./models_0";
2
+ import { AdditionalInferenceSpecificationDefinition, AlgorithmValidationSpecification, AmazonQSettings, AnnotationConsolidationConfig, AppInstanceType, AppLifecycleManagement, AppNetworkAccessType, AppSecurityGroupManagement, AppType, ArtifactSource, AsyncInferenceConfig, AuthMode, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoMountHomeEFS, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, ClusterInstanceGroupSpecification, ClusterNodeRecovery, ClusterOrchestrator, CodeEditorAppImageConfig, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, ConvergenceDetected, CustomImage, FeatureStatus, GitConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TrainingSpecification, TransformJobDefinition, VpcConfig } from "./models_0";
3
3
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface CreateAlgorithmInput {
8
+ /**
9
+ * <p>The name of the algorithm.</p>
10
+ * @public
11
+ */
12
+ AlgorithmName: string | undefined;
13
+ /**
14
+ * <p>A description of the algorithm.</p>
15
+ * @public
16
+ */
17
+ AlgorithmDescription?: string;
18
+ /**
19
+ * <p>Specifies details about training jobs run by this algorithm, including the
20
+ * following:</p>
21
+ * <ul>
22
+ * <li>
23
+ * <p>The Amazon ECR path of the container and the version digest of the
24
+ * algorithm.</p>
25
+ * </li>
26
+ * <li>
27
+ * <p>The hyperparameters that the algorithm supports.</p>
28
+ * </li>
29
+ * <li>
30
+ * <p>The instance types that the algorithm supports for training.</p>
31
+ * </li>
32
+ * <li>
33
+ * <p>Whether the algorithm supports distributed training.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>The metrics that the algorithm emits to Amazon CloudWatch.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>Which metrics that the algorithm emits can be used as the objective metric for
40
+ * hyperparameter tuning jobs.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>The input channels that the algorithm supports for training data. For example,
44
+ * an algorithm might support <code>train</code>, <code>validation</code>, and
45
+ * <code>test</code> channels.</p>
46
+ * </li>
47
+ * </ul>
48
+ * @public
49
+ */
50
+ TrainingSpecification: TrainingSpecification | undefined;
51
+ /**
52
+ * <p>Specifies details about inference jobs that the algorithm runs, including the
53
+ * following:</p>
54
+ * <ul>
55
+ * <li>
56
+ * <p>The Amazon ECR paths of containers that contain the inference code and model
57
+ * artifacts.</p>
58
+ * </li>
59
+ * <li>
60
+ * <p>The instance types that the algorithm supports for transform jobs and
61
+ * real-time endpoints used for inference.</p>
62
+ * </li>
63
+ * <li>
64
+ * <p>The input and output content formats that the algorithm supports for
65
+ * inference.</p>
66
+ * </li>
67
+ * </ul>
68
+ * @public
69
+ */
70
+ InferenceSpecification?: InferenceSpecification;
71
+ /**
72
+ * <p>Specifies configurations for one or more training jobs and that SageMaker runs to test the
73
+ * algorithm's training code and, optionally, one or more batch transform jobs that SageMaker
74
+ * runs to test the algorithm's inference code.</p>
75
+ * @public
76
+ */
77
+ ValidationSpecification?: AlgorithmValidationSpecification;
78
+ /**
79
+ * <p>Whether to certify the algorithm so that it can be listed in Amazon Web Services
80
+ * Marketplace.</p>
81
+ * @public
82
+ */
83
+ CertifyForMarketplace?: boolean;
84
+ /**
85
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
86
+ * resources in different ways, for example, by purpose, owner, or environment. For more
87
+ * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
88
+ * @public
89
+ */
90
+ Tags?: Tag[];
91
+ }
92
+ /**
93
+ * @public
94
+ */
95
+ export interface CreateAlgorithmOutput {
96
+ /**
97
+ * <p>The Amazon Resource Name (ARN) of the new algorithm.</p>
98
+ * @public
99
+ */
100
+ AlgorithmArn: string | undefined;
101
+ }
102
+ /**
103
+ * @public
104
+ */
105
+ export interface CreateAppRequest {
106
+ /**
107
+ * <p>The domain ID.</p>
108
+ * @public
109
+ */
110
+ DomainId: string | undefined;
111
+ /**
112
+ * <p>The user profile name. If this value is not set, then <code>SpaceName</code> must be
113
+ * set.</p>
114
+ * @public
115
+ */
116
+ UserProfileName?: string;
117
+ /**
118
+ * <p>The name of the space. If this value is not set, then <code>UserProfileName</code> must be
119
+ * set.</p>
120
+ * @public
121
+ */
122
+ SpaceName?: string;
123
+ /**
124
+ * <p>The type of app.</p>
125
+ * @public
126
+ */
127
+ AppType: AppType | undefined;
128
+ /**
129
+ * <p>The name of the app.</p>
130
+ * @public
131
+ */
132
+ AppName: string | undefined;
133
+ /**
134
+ * <p>Each tag consists of a key and an optional value. Tag keys must be unique per
135
+ * resource.</p>
136
+ * @public
137
+ */
138
+ Tags?: Tag[];
139
+ /**
140
+ * <p>The instance type and the Amazon Resource Name (ARN) of the SageMaker image
141
+ * created on the instance.</p>
142
+ * <note>
143
+ * <p>The value of <code>InstanceType</code> passed as part of the <code>ResourceSpec</code>
144
+ * in the <code>CreateApp</code> call overrides the value passed as part of the
145
+ * <code>ResourceSpec</code> configured for the user profile or the domain. If
146
+ * <code>InstanceType</code> is not specified in any of those three <code>ResourceSpec</code>
147
+ * values for a <code>KernelGateway</code> app, the <code>CreateApp</code> call fails with a
148
+ * request validation error.</p>
149
+ * </note>
150
+ * @public
151
+ */
152
+ ResourceSpec?: ResourceSpec;
153
+ }
154
+ /**
155
+ * @public
156
+ */
157
+ export interface CreateAppResponse {
158
+ /**
159
+ * <p>The Amazon Resource Name (ARN) of the app.</p>
160
+ * @public
161
+ */
162
+ AppArn?: string;
163
+ }
4
164
  /**
5
165
  * <p>Resource being accessed is in use.</p>
6
166
  * @public
@@ -1889,8 +2049,8 @@ export interface CreateDeviceFleetRequest {
1889
2049
  EnableIotRoleAlias?: boolean;
1890
2050
  }
1891
2051
  /**
1892
- * <p>The settings for assigning a custom Amazon EFS file system to a user profile
1893
- * or space for an Amazon SageMaker Domain.</p>
2052
+ * <p>The settings for assigning a custom Amazon EFS file system to a user profile or
2053
+ * space for an Amazon SageMaker Domain.</p>
1894
2054
  * @public
1895
2055
  */
1896
2056
  export interface EFSFileSystemConfig {
@@ -1900,15 +2060,15 @@ export interface EFSFileSystemConfig {
1900
2060
  */
1901
2061
  FileSystemId: string | undefined;
1902
2062
  /**
1903
- * <p>The path to the file system directory that is accessible in Amazon SageMaker
1904
- * Studio. Permitted users can access only this directory and below.</p>
2063
+ * <p>The path to the file system directory that is accessible in Amazon SageMaker Studio.
2064
+ * Permitted users can access only this directory and below.</p>
1905
2065
  * @public
1906
2066
  */
1907
2067
  FileSystemPath?: string;
1908
2068
  }
1909
2069
  /**
1910
- * <p>The settings for assigning a custom file system to a user profile or space for an
1911
- * Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
2070
+ * <p>The settings for assigning a custom file system to a user profile or space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker
2071
+ * Studio.</p>
1912
2072
  * @public
1913
2073
  */
1914
2074
  export type CustomFileSystemConfig = CustomFileSystemConfig.EFSFileSystemConfigMember | CustomFileSystemConfig.$UnknownMember;
@@ -2022,8 +2182,8 @@ export interface JupyterLabAppSettings {
2022
2182
  */
2023
2183
  EmrSettings?: EmrSettings;
2024
2184
  /**
2025
- * <p>The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default
2026
- * lifecycle configuration.</p>
2185
+ * <p>The lifecycle configuration that runs before the default lifecycle configuration. It can
2186
+ * override changes made in the default lifecycle configuration.</p>
2027
2187
  * @public
2028
2188
  */
2029
2189
  BuiltInLifecycleConfigArn?: string;
@@ -2118,7 +2278,8 @@ export interface DefaultSpaceStorageSettings {
2118
2278
  }
2119
2279
  /**
2120
2280
  * <p>The default settings for shared spaces that users create in the domain.</p>
2121
- * <p>SageMaker applies these settings only to shared spaces. It doesn't apply them to private spaces.</p>
2281
+ * <p>SageMaker applies these settings only to shared spaces. It doesn't apply them to private
2282
+ * spaces.</p>
2122
2283
  * @public
2123
2284
  */
2124
2285
  export interface DefaultSpaceSettings {
@@ -2323,16 +2484,12 @@ export type SageMakerImageName = (typeof SageMakerImageName)[keyof typeof SageMa
2323
2484
  */
2324
2485
  export interface HiddenSageMakerImage {
2325
2486
  /**
2326
- * <p>
2327
- * The SageMaker image name that you are hiding from the Studio user interface.
2328
- * </p>
2487
+ * <p> The SageMaker image name that you are hiding from the Studio user interface. </p>
2329
2488
  * @public
2330
2489
  */
2331
2490
  SageMakerImageName?: SageMakerImageName;
2332
2491
  /**
2333
- * <p>
2334
- * The version aliases you are hiding from the Studio user interface.
2335
- * </p>
2492
+ * <p> The version aliases you are hiding from the Studio user interface. </p>
2336
2493
  * @public
2337
2494
  */
2338
2495
  VersionAliases?: string[];
@@ -2355,16 +2512,12 @@ export interface StudioWebPortalSettings {
2355
2512
  */
2356
2513
  HiddenAppTypes?: AppType[];
2357
2514
  /**
2358
- * <p>
2359
- * The instance types you are hiding from the Studio user interface.
2360
- * </p>
2515
+ * <p> The instance types you are hiding from the Studio user interface. </p>
2361
2516
  * @public
2362
2517
  */
2363
2518
  HiddenInstanceTypes?: AppInstanceType[];
2364
2519
  /**
2365
- * <p>
2366
- * The version aliases you are hiding from the Studio user interface.
2367
- * </p>
2520
+ * <p> The version aliases you are hiding from the Studio user interface. </p>
2368
2521
  * @public
2369
2522
  */
2370
2523
  HiddenSageMakerImageVersionAliases?: HiddenSageMakerImage[];
@@ -2445,7 +2598,8 @@ export interface UserSettings {
2445
2598
  RSessionAppSettings?: RSessionAppSettings;
2446
2599
  /**
2447
2600
  * <p>The Canvas app settings.</p>
2448
- * <p>SageMaker applies these settings only to private spaces that SageMaker creates for the Canvas app.</p>
2601
+ * <p>SageMaker applies these settings only to private spaces that SageMaker creates for the Canvas
2602
+ * app.</p>
2449
2603
  * @public
2450
2604
  */
2451
2605
  CanvasAppSettings?: CanvasAppSettings;
@@ -2714,7 +2868,8 @@ export interface CreateDomainRequest {
2714
2868
  */
2715
2869
  AppSecurityGroupManagement?: AppSecurityGroupManagement;
2716
2870
  /**
2717
- * <p>Indicates whether custom tag propagation is supported for the domain. Defaults to <code>DISABLED</code>.</p>
2871
+ * <p>Indicates whether custom tag propagation is supported for the domain. Defaults to
2872
+ * <code>DISABLED</code>.</p>
2718
2873
  * @public
2719
2874
  */
2720
2875
  TagPropagation?: TagPropagation;
@@ -10303,6 +10458,35 @@ export interface ModelPackageModelCard {
10303
10458
  */
10304
10459
  ModelCardStatus?: ModelCardStatus;
10305
10460
  }
10461
+ /**
10462
+ * <p>
10463
+ * A structure describing the current state of the model in its life cycle.
10464
+ * </p>
10465
+ * @public
10466
+ */
10467
+ export interface ModelLifeCycle {
10468
+ /**
10469
+ * <p>
10470
+ * The current stage in the model life cycle.
10471
+ * </p>
10472
+ * @public
10473
+ */
10474
+ Stage: string | undefined;
10475
+ /**
10476
+ * <p>
10477
+ * The current status of a stage in model life cycle.
10478
+ * </p>
10479
+ * @public
10480
+ */
10481
+ StageStatus: string | undefined;
10482
+ /**
10483
+ * <p>
10484
+ * Describes the stage related details.
10485
+ * </p>
10486
+ * @public
10487
+ */
10488
+ StageDescription?: string;
10489
+ }
10306
10490
  /**
10307
10491
  * <p>Contains explainability metrics for a model.</p>
10308
10492
  * @public
@@ -10645,6 +10829,13 @@ export interface CreateModelPackageInput {
10645
10829
  * @public
10646
10830
  */
10647
10831
  ModelCard?: ModelPackageModelCard;
10832
+ /**
10833
+ * <p>
10834
+ * A structure describing the current state of the model in its life cycle.
10835
+ * </p>
10836
+ * @public
10837
+ */
10838
+ ModelLifeCycle?: ModelLifeCycle;
10648
10839
  }
10649
10840
  /**
10650
10841
  * @public
@@ -11717,116 +11908,6 @@ export interface CreateOptimizationJobRequest {
11717
11908
  */
11718
11909
  VpcConfig?: OptimizationVpcConfig;
11719
11910
  }
11720
- /**
11721
- * @public
11722
- */
11723
- export interface CreateOptimizationJobResponse {
11724
- /**
11725
- * <p>The Amazon Resource Name (ARN) of the optimization job.</p>
11726
- * @public
11727
- */
11728
- OptimizationJobArn: string | undefined;
11729
- }
11730
- /**
11731
- * <p>Configuration that controls the parallelism of the pipeline.
11732
- * By default, the parallelism configuration specified applies to all
11733
- * executions of the pipeline unless overridden.</p>
11734
- * @public
11735
- */
11736
- export interface ParallelismConfiguration {
11737
- /**
11738
- * <p>The max number of steps that can be executed in parallel. </p>
11739
- * @public
11740
- */
11741
- MaxParallelExecutionSteps: number | undefined;
11742
- }
11743
- /**
11744
- * <p>The location of the pipeline definition stored in Amazon S3.</p>
11745
- * @public
11746
- */
11747
- export interface PipelineDefinitionS3Location {
11748
- /**
11749
- * <p>Name of the S3 bucket.</p>
11750
- * @public
11751
- */
11752
- Bucket: string | undefined;
11753
- /**
11754
- * <p>The object key (or key name) uniquely identifies the
11755
- * object in an S3 bucket. </p>
11756
- * @public
11757
- */
11758
- ObjectKey: string | undefined;
11759
- /**
11760
- * <p>Version Id of the pipeline definition file. If not specified, Amazon SageMaker
11761
- * will retrieve the latest version.</p>
11762
- * @public
11763
- */
11764
- VersionId?: string;
11765
- }
11766
- /**
11767
- * @public
11768
- */
11769
- export interface CreatePipelineRequest {
11770
- /**
11771
- * <p>The name of the pipeline.</p>
11772
- * @public
11773
- */
11774
- PipelineName: string | undefined;
11775
- /**
11776
- * <p>The display name of the pipeline.</p>
11777
- * @public
11778
- */
11779
- PipelineDisplayName?: string;
11780
- /**
11781
- * <p>The <a href="https://aws-sagemaker-mlops.github.io/sagemaker-model-building-pipeline-definition-JSON-schema/">JSON
11782
- * pipeline definition</a> of the pipeline.</p>
11783
- * @public
11784
- */
11785
- PipelineDefinition?: string;
11786
- /**
11787
- * <p>The location of the pipeline definition stored in Amazon S3. If specified,
11788
- * SageMaker will retrieve the pipeline definition from this location.</p>
11789
- * @public
11790
- */
11791
- PipelineDefinitionS3Location?: PipelineDefinitionS3Location;
11792
- /**
11793
- * <p>A description of the pipeline.</p>
11794
- * @public
11795
- */
11796
- PipelineDescription?: string;
11797
- /**
11798
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
11799
- * operation. An idempotent operation completes no more than one time.</p>
11800
- * @public
11801
- */
11802
- ClientRequestToken?: string;
11803
- /**
11804
- * <p>The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.</p>
11805
- * @public
11806
- */
11807
- RoleArn: string | undefined;
11808
- /**
11809
- * <p>A list of tags to apply to the created pipeline.</p>
11810
- * @public
11811
- */
11812
- Tags?: Tag[];
11813
- /**
11814
- * <p>This is the configuration that controls the parallelism of the pipeline.
11815
- * If specified, it applies to all runs of this pipeline by default.</p>
11816
- * @public
11817
- */
11818
- ParallelismConfiguration?: ParallelismConfiguration;
11819
- }
11820
- /**
11821
- * @public
11822
- */
11823
- export interface CreatePipelineResponse {
11824
- /**
11825
- * <p>The Amazon Resource Name (ARN) of the created pipeline.</p>
11826
- * @public
11827
- */
11828
- PipelineArn?: string;
11829
- }
11830
11911
  /**
11831
11912
  * @internal
11832
11913
  */