@aws-sdk/client-sagemaker 3.832.0 → 3.833.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 (54) hide show
  1. package/dist-cjs/index.js +64 -23
  2. package/dist-es/models/models_0.js +0 -26
  3. package/dist-es/models/models_1.js +26 -5
  4. package/dist-es/models/models_2.js +5 -5
  5. package/dist-es/models/models_3.js +5 -5
  6. package/dist-es/models/models_4.js +5 -0
  7. package/dist-es/protocols/Aws_json1_1.js +47 -2
  8. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateProjectCommand.d.ts +15 -0
  11. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeProjectCommand.d.ts +20 -0
  15. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  16. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  17. package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  19. package/dist-types/commands/SearchCommand.d.ts +20 -0
  20. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -1
  21. package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +1 -1
  22. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  23. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  24. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -1
  25. package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateProjectCommand.d.ts +14 -0
  27. package/dist-types/models/models_0.d.ts +148 -88
  28. package/dist-types/models/models_1.d.ts +88 -167
  29. package/dist-types/models/models_2.d.ts +184 -233
  30. package/dist-types/models/models_3.d.ts +250 -256
  31. package/dist-types/models/models_4.d.ts +262 -124
  32. package/dist-types/models/models_5.d.ts +140 -4
  33. package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/StartInferenceExperimentCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +35 -33
  49. package/dist-types/ts3.4/models/models_1.d.ts +34 -46
  50. package/dist-types/ts3.4/models/models_2.d.ts +49 -62
  51. package/dist-types/ts3.4/models/models_3.d.ts +66 -76
  52. package/dist-types/ts3.4/models/models_4.d.ts +75 -35
  53. package/dist-types/ts3.4/models/models_5.d.ts +41 -1
  54. package/package.json +1 -1
@@ -1572,7 +1572,7 @@ export interface InstanceGroup {
1572
1572
  */
1573
1573
  export interface ResourceConfig {
1574
1574
  /**
1575
- * <p>The ML compute instance type. </p> <note> <p>SageMaker Training on Amazon Elastic Compute Cloud (EC2) P4de instances is in preview release starting December 9th, 2022. </p> <p> <a href="http://aws.amazon.com/ec2/instance-types/p4/">Amazon EC2 P4de instances</a> (currently in preview) are powered by 8 NVIDIA A100 GPUs with 80GB high-performance HBM2e GPU memory, which accelerate the speed of training ML models that need to be trained on large datasets of high-resolution data. In this preview release, Amazon SageMaker supports ML training jobs on P4de instances (<code>ml.p4de.24xlarge</code>) to reduce model training time. The <code>ml.p4de.24xlarge</code> instances are available in the following Amazon Web Services Regions. </p> <ul> <li> <p>US East (N. Virginia) (us-east-1)</p> </li> <li> <p>US West (Oregon) (us-west-2)</p> </li> </ul> <p>To request quota limit increase and start using P4de instances, contact the SageMaker Training service team through your account team.</p> </note>
1575
+ * <p>The ML compute instance type. </p>
1576
1576
  * @public
1577
1577
  */
1578
1578
  InstanceType?: TrainingInstanceType | undefined;
@@ -5086,6 +5086,153 @@ export interface CategoricalParameterRangeSpecification {
5086
5086
  */
5087
5087
  Values: string[] | undefined;
5088
5088
  }
5089
+ /**
5090
+ * <p> A key-value pair that represents a parameter for the CloudFormation stack. </p>
5091
+ * @public
5092
+ */
5093
+ export interface CfnStackCreateParameter {
5094
+ /**
5095
+ * <p> The name of the CloudFormation parameter. </p>
5096
+ * @public
5097
+ */
5098
+ Key: string | undefined;
5099
+ /**
5100
+ * <p> The value of the CloudFormation parameter. </p>
5101
+ * @public
5102
+ */
5103
+ Value?: string | undefined;
5104
+ }
5105
+ /**
5106
+ * <p> The CloudFormation template provider configuration for creating infrastructure resources. </p>
5107
+ * @public
5108
+ */
5109
+ export interface CfnCreateTemplateProvider {
5110
+ /**
5111
+ * <p> A unique identifier for the template within the project. </p>
5112
+ * @public
5113
+ */
5114
+ TemplateName: string | undefined;
5115
+ /**
5116
+ * <p> The Amazon S3 URL of the CloudFormation template. </p>
5117
+ * @public
5118
+ */
5119
+ TemplateURL: string | undefined;
5120
+ /**
5121
+ * <p> The IAM role that CloudFormation assumes when creating the stack. </p>
5122
+ * @public
5123
+ */
5124
+ RoleARN?: string | undefined;
5125
+ /**
5126
+ * <p> An array of CloudFormation stack parameters.</p>
5127
+ * @public
5128
+ */
5129
+ Parameters?: CfnStackCreateParameter[] | undefined;
5130
+ }
5131
+ /**
5132
+ * <p> Details about the CloudFormation stack. </p>
5133
+ * @public
5134
+ */
5135
+ export interface CfnStackDetail {
5136
+ /**
5137
+ * <p> The name of the CloudFormation stack. </p>
5138
+ * @public
5139
+ */
5140
+ Name?: string | undefined;
5141
+ /**
5142
+ * <p> The unique identifier of the CloudFormation stack. </p>
5143
+ * @public
5144
+ */
5145
+ Id?: string | undefined;
5146
+ /**
5147
+ * <p> A human-readable message about the stack's current status. </p>
5148
+ * @public
5149
+ */
5150
+ StatusMessage: string | undefined;
5151
+ }
5152
+ /**
5153
+ * <p> A key-value pair representing a parameter used in the CloudFormation stack. </p>
5154
+ * @public
5155
+ */
5156
+ export interface CfnStackParameter {
5157
+ /**
5158
+ * <p> The name of the CloudFormation parameter. </p>
5159
+ * @public
5160
+ */
5161
+ Key: string | undefined;
5162
+ /**
5163
+ * <p> The value of the CloudFormation parameter. </p>
5164
+ * @public
5165
+ */
5166
+ Value?: string | undefined;
5167
+ }
5168
+ /**
5169
+ * <p> A key-value pair representing a parameter used in the CloudFormation stack. </p>
5170
+ * @public
5171
+ */
5172
+ export interface CfnStackUpdateParameter {
5173
+ /**
5174
+ * <p> The name of the CloudFormation parameter. </p>
5175
+ * @public
5176
+ */
5177
+ Key: string | undefined;
5178
+ /**
5179
+ * <p> The value of the CloudFormation parameter. </p>
5180
+ * @public
5181
+ */
5182
+ Value?: string | undefined;
5183
+ }
5184
+ /**
5185
+ * <p> Details about a CloudFormation template provider configuration and associated provisioning information. </p>
5186
+ * @public
5187
+ */
5188
+ export interface CfnTemplateProviderDetail {
5189
+ /**
5190
+ * <p> The unique identifier of the template within the project. </p>
5191
+ * @public
5192
+ */
5193
+ TemplateName: string | undefined;
5194
+ /**
5195
+ * <p> The Amazon S3 URL of the CloudFormation template. </p>
5196
+ * @public
5197
+ */
5198
+ TemplateURL: string | undefined;
5199
+ /**
5200
+ * <p> The IAM role used by CloudFormation to create the stack. </p>
5201
+ * @public
5202
+ */
5203
+ RoleARN?: string | undefined;
5204
+ /**
5205
+ * <p> An array of CloudFormation stack parameters.</p>
5206
+ * @public
5207
+ */
5208
+ Parameters?: CfnStackParameter[] | undefined;
5209
+ /**
5210
+ * <p> Information about the CloudFormation stack created by the template provider. </p>
5211
+ * @public
5212
+ */
5213
+ StackDetail?: CfnStackDetail | undefined;
5214
+ }
5215
+ /**
5216
+ * <p> Contains configuration details for updating an existing CloudFormation template provider in the project. </p>
5217
+ * @public
5218
+ */
5219
+ export interface CfnUpdateTemplateProvider {
5220
+ /**
5221
+ * <p> The unique identifier of the template to update within the project. </p>
5222
+ * @public
5223
+ */
5224
+ TemplateName: string | undefined;
5225
+ /**
5226
+ * <p> The Amazon S3 URL of the CloudFormation template.</p>
5227
+ * @public
5228
+ */
5229
+ TemplateURL: string | undefined;
5230
+ /**
5231
+ * <p> An array of CloudFormation stack parameters. </p>
5232
+ * @public
5233
+ */
5234
+ Parameters?: CfnStackUpdateParameter[] | undefined;
5235
+ }
5089
5236
  /**
5090
5237
  * <p>Defines a named input source, called a channel, to be used by an algorithm.</p>
5091
5238
  * @public
@@ -6741,90 +6888,3 @@ export declare const ConditionOutcome: {
6741
6888
  * @public
6742
6889
  */
6743
6890
  export type ConditionOutcome = (typeof ConditionOutcome)[keyof typeof ConditionOutcome];
6744
- /**
6745
- * <p>Metadata for a Condition step.</p>
6746
- * @public
6747
- */
6748
- export interface ConditionStepMetadata {
6749
- /**
6750
- * <p>The outcome of the Condition step evaluation.</p>
6751
- * @public
6752
- */
6753
- Outcome?: ConditionOutcome | undefined;
6754
- }
6755
- /**
6756
- * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
6757
- * @public
6758
- */
6759
- export declare class ConflictException extends __BaseException {
6760
- readonly name: "ConflictException";
6761
- readonly $fault: "client";
6762
- Message?: string | undefined;
6763
- /**
6764
- * @internal
6765
- */
6766
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
6767
- }
6768
- /**
6769
- * @public
6770
- * @enum
6771
- */
6772
- export declare const RepositoryAccessMode: {
6773
- readonly PLATFORM: "Platform";
6774
- readonly VPC: "Vpc";
6775
- };
6776
- /**
6777
- * @public
6778
- */
6779
- export type RepositoryAccessMode = (typeof RepositoryAccessMode)[keyof typeof RepositoryAccessMode];
6780
- /**
6781
- * <p>Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field of the <code>ImageConfig</code> object that you passed to a call to <code>CreateModel</code> and the private Docker registry where the model image is hosted requires authentication.</p>
6782
- * @public
6783
- */
6784
- export interface RepositoryAuthConfig {
6785
- /**
6786
- * <p>The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html">Create a Lambda function with the console</a> in the <i>Amazon Web Services Lambda Developer Guide</i>.</p>
6787
- * @public
6788
- */
6789
- RepositoryCredentialsProviderArn: string | undefined;
6790
- }
6791
- /**
6792
- * <p>Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).</p>
6793
- * @public
6794
- */
6795
- export interface ImageConfig {
6796
- /**
6797
- * <p>Set this to one of the following values:</p> <ul> <li> <p> <code>Platform</code> - The model image is hosted in Amazon ECR.</p> </li> <li> <p> <code>Vpc</code> - The model image is hosted in a private Docker registry in your VPC.</p> </li> </ul>
6798
- * @public
6799
- */
6800
- RepositoryAccessMode: RepositoryAccessMode | undefined;
6801
- /**
6802
- * <p>(Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field, and the private Docker registry where the model image is hosted requires authentication.</p>
6803
- * @public
6804
- */
6805
- RepositoryAuthConfig?: RepositoryAuthConfig | undefined;
6806
- }
6807
- /**
6808
- * @public
6809
- * @enum
6810
- */
6811
- export declare const ContainerMode: {
6812
- readonly MULTI_MODEL: "MultiModel";
6813
- readonly SINGLE_MODEL: "SingleModel";
6814
- };
6815
- /**
6816
- * @public
6817
- */
6818
- export type ContainerMode = (typeof ContainerMode)[keyof typeof ContainerMode];
6819
- /**
6820
- * @public
6821
- * @enum
6822
- */
6823
- export declare const ModelCacheSetting: {
6824
- readonly DISABLED: "Disabled";
6825
- readonly ENABLED: "Enabled";
6826
- };
6827
- /**
6828
- * @public
6829
- */
6830
- export type ModelCacheSetting = (typeof ModelCacheSetting)[keyof typeof ModelCacheSetting];
@@ -1,6 +1,93 @@
1
1
  import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion, ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ActionSource, ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AdditionalModelDataSource, AdditionalS3DataSource, 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, CapacityReservationPreference, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, CategoricalParameterRangeSpecification, Channel, ChannelSpecification, CheckpointConfig, ClarifyExplainerConfig, ClusterInstanceGroupSpecification, ClusterNodeRecovery, ClusterOrchestrator, CodeEditorAppImageConfig, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, CompleteOnConvergence, ComputeQuotaConfig, ComputeQuotaTarget, ContainerMode, CustomImage, FeatureStatus, GitConfig, ImageConfig, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelCacheSetting, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TransformJobDefinition, VpcConfig } from "./models_0";
2
+ import { ActionSource, ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AdditionalModelDataSource, AdditionalS3DataSource, 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, CapacityReservationPreference, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, CategoricalParameterRangeSpecification, Channel, ChannelSpecification, CheckpointConfig, ClarifyExplainerConfig, ClusterInstanceGroupSpecification, ClusterNodeRecovery, ClusterOrchestrator, CodeEditorAppImageConfig, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, CompleteOnConvergence, ComputeQuotaConfig, ComputeQuotaTarget, ConditionOutcome, CustomImage, FeatureStatus, GitConfig, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TransformJobDefinition, VpcConfig } from "./models_0";
3
3
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
4
+ /**
5
+ * <p>Metadata for a Condition step.</p>
6
+ * @public
7
+ */
8
+ export interface ConditionStepMetadata {
9
+ /**
10
+ * <p>The outcome of the Condition step evaluation.</p>
11
+ * @public
12
+ */
13
+ Outcome?: ConditionOutcome | undefined;
14
+ }
15
+ /**
16
+ * <p>There was a conflict when you attempted to modify a SageMaker entity such as an <code>Experiment</code> or <code>Artifact</code>.</p>
17
+ * @public
18
+ */
19
+ export declare class ConflictException extends __BaseException {
20
+ readonly name: "ConflictException";
21
+ readonly $fault: "client";
22
+ Message?: string | undefined;
23
+ /**
24
+ * @internal
25
+ */
26
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
27
+ }
28
+ /**
29
+ * @public
30
+ * @enum
31
+ */
32
+ export declare const RepositoryAccessMode: {
33
+ readonly PLATFORM: "Platform";
34
+ readonly VPC: "Vpc";
35
+ };
36
+ /**
37
+ * @public
38
+ */
39
+ export type RepositoryAccessMode = (typeof RepositoryAccessMode)[keyof typeof RepositoryAccessMode];
40
+ /**
41
+ * <p>Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field of the <code>ImageConfig</code> object that you passed to a call to <code>CreateModel</code> and the private Docker registry where the model image is hosted requires authentication.</p>
42
+ * @public
43
+ */
44
+ export interface RepositoryAuthConfig {
45
+ /**
46
+ * <p>The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html">Create a Lambda function with the console</a> in the <i>Amazon Web Services Lambda Developer Guide</i>.</p>
47
+ * @public
48
+ */
49
+ RepositoryCredentialsProviderArn: string | undefined;
50
+ }
51
+ /**
52
+ * <p>Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).</p>
53
+ * @public
54
+ */
55
+ export interface ImageConfig {
56
+ /**
57
+ * <p>Set this to one of the following values:</p> <ul> <li> <p> <code>Platform</code> - The model image is hosted in Amazon ECR.</p> </li> <li> <p> <code>Vpc</code> - The model image is hosted in a private Docker registry in your VPC.</p> </li> </ul>
58
+ * @public
59
+ */
60
+ RepositoryAccessMode: RepositoryAccessMode | undefined;
61
+ /**
62
+ * <p>(Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified <code>Vpc</code> as the value for the <code>RepositoryAccessMode</code> field, and the private Docker registry where the model image is hosted requires authentication.</p>
63
+ * @public
64
+ */
65
+ RepositoryAuthConfig?: RepositoryAuthConfig | undefined;
66
+ }
67
+ /**
68
+ * @public
69
+ * @enum
70
+ */
71
+ export declare const ContainerMode: {
72
+ readonly MULTI_MODEL: "MultiModel";
73
+ readonly SINGLE_MODEL: "SingleModel";
74
+ };
75
+ /**
76
+ * @public
77
+ */
78
+ export type ContainerMode = (typeof ContainerMode)[keyof typeof ContainerMode];
79
+ /**
80
+ * @public
81
+ * @enum
82
+ */
83
+ export declare const ModelCacheSetting: {
84
+ readonly DISABLED: "Disabled";
85
+ readonly ENABLED: "Enabled";
86
+ };
87
+ /**
88
+ * @public
89
+ */
90
+ export type ModelCacheSetting = (typeof ModelCacheSetting)[keyof typeof ModelCacheSetting];
4
91
  /**
5
92
  * <p>Specifies additional configuration for hosting multi-model endpoints.</p>
6
93
  * @public
@@ -6747,172 +6834,6 @@ export interface CreateModelPackageGroupInput {
6747
6834
  */
6748
6835
  Tags?: Tag[] | undefined;
6749
6836
  }
6750
- /**
6751
- * @public
6752
- */
6753
- export interface CreateModelPackageGroupOutput {
6754
- /**
6755
- * <p>The Amazon Resource Name (ARN) of the model group.</p>
6756
- * @public
6757
- */
6758
- ModelPackageGroupArn: string | undefined;
6759
- }
6760
- /**
6761
- * @public
6762
- * @enum
6763
- */
6764
- export declare const MonitoringProblemType: {
6765
- readonly BINARY_CLASSIFICATION: "BinaryClassification";
6766
- readonly MULTICLASS_CLASSIFICATION: "MulticlassClassification";
6767
- readonly REGRESSION: "Regression";
6768
- };
6769
- /**
6770
- * @public
6771
- */
6772
- export type MonitoringProblemType = (typeof MonitoringProblemType)[keyof typeof MonitoringProblemType];
6773
- /**
6774
- * <p>Container image configuration object for the monitoring job.</p>
6775
- * @public
6776
- */
6777
- export interface ModelQualityAppSpecification {
6778
- /**
6779
- * <p>The address of the container image that the monitoring job runs.</p>
6780
- * @public
6781
- */
6782
- ImageUri: string | undefined;
6783
- /**
6784
- * <p>Specifies the entrypoint for a container that the monitoring job runs.</p>
6785
- * @public
6786
- */
6787
- ContainerEntrypoint?: string[] | undefined;
6788
- /**
6789
- * <p>An array of arguments for the container used to run the monitoring job.</p>
6790
- * @public
6791
- */
6792
- ContainerArguments?: string[] | undefined;
6793
- /**
6794
- * <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.</p>
6795
- * @public
6796
- */
6797
- RecordPreprocessorSourceUri?: string | undefined;
6798
- /**
6799
- * <p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.</p>
6800
- * @public
6801
- */
6802
- PostAnalyticsProcessorSourceUri?: string | undefined;
6803
- /**
6804
- * <p>The machine learning problem type of the model that the monitoring job monitors.</p>
6805
- * @public
6806
- */
6807
- ProblemType?: MonitoringProblemType | undefined;
6808
- /**
6809
- * <p>Sets the environment variables in the container that the monitoring job runs.</p>
6810
- * @public
6811
- */
6812
- Environment?: Record<string, string> | undefined;
6813
- }
6814
- /**
6815
- * <p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.</p>
6816
- * @public
6817
- */
6818
- export interface ModelQualityBaselineConfig {
6819
- /**
6820
- * <p>The name of the job that performs baselining for the monitoring job.</p>
6821
- * @public
6822
- */
6823
- BaseliningJobName?: string | undefined;
6824
- /**
6825
- * <p>The constraints resource for a monitoring job.</p>
6826
- * @public
6827
- */
6828
- ConstraintsResource?: MonitoringConstraintsResource | undefined;
6829
- }
6830
- /**
6831
- * <p>The input for the model quality monitoring job. Currently endpoints are supported for input for model quality monitoring jobs.</p>
6832
- * @public
6833
- */
6834
- export interface ModelQualityJobInput {
6835
- /**
6836
- * <p>Input object for the endpoint</p>
6837
- * @public
6838
- */
6839
- EndpointInput?: EndpointInput | undefined;
6840
- /**
6841
- * <p>Input object for the batch transform job.</p>
6842
- * @public
6843
- */
6844
- BatchTransformInput?: BatchTransformInput | undefined;
6845
- /**
6846
- * <p>The ground truth label provided for the model.</p>
6847
- * @public
6848
- */
6849
- GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
6850
- }
6851
- /**
6852
- * @public
6853
- */
6854
- export interface CreateModelQualityJobDefinitionRequest {
6855
- /**
6856
- * <p>The name of the monitoring job definition.</p>
6857
- * @public
6858
- */
6859
- JobDefinitionName: string | undefined;
6860
- /**
6861
- * <p>Specifies the constraints and baselines for the monitoring job.</p>
6862
- * @public
6863
- */
6864
- ModelQualityBaselineConfig?: ModelQualityBaselineConfig | undefined;
6865
- /**
6866
- * <p>The container that runs the monitoring job.</p>
6867
- * @public
6868
- */
6869
- ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
6870
- /**
6871
- * <p>A list of the inputs that are monitored. Currently endpoints are supported.</p>
6872
- * @public
6873
- */
6874
- ModelQualityJobInput: ModelQualityJobInput | undefined;
6875
- /**
6876
- * <p>The output configuration for monitoring jobs.</p>
6877
- * @public
6878
- */
6879
- ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
6880
- /**
6881
- * <p>Identifies the resources to deploy for a monitoring job.</p>
6882
- * @public
6883
- */
6884
- JobResources: MonitoringResources | undefined;
6885
- /**
6886
- * <p>Specifies the network configuration for the monitoring job.</p>
6887
- * @public
6888
- */
6889
- NetworkConfig?: MonitoringNetworkConfig | undefined;
6890
- /**
6891
- * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.</p>
6892
- * @public
6893
- */
6894
- RoleArn: string | undefined;
6895
- /**
6896
- * <p>A time limit for how long the monitoring job is allowed to run before stopping.</p>
6897
- * @public
6898
- */
6899
- StoppingCondition?: MonitoringStoppingCondition | undefined;
6900
- /**
6901
- * <p>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL"> Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
6902
- * @public
6903
- */
6904
- Tags?: Tag[] | undefined;
6905
- }
6906
- /**
6907
- * @public
6908
- */
6909
- export interface CreateModelQualityJobDefinitionResponse {
6910
- /**
6911
- * <p>The Amazon Resource Name (ARN) of the model quality monitoring job.</p>
6912
- * @public
6913
- */
6914
- JobDefinitionArn: string | undefined;
6915
- }
6916
6837
  /**
6917
6838
  * @internal
6918
6839
  */