@aws-sdk/client-sagemaker 3.454.0 → 3.457.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.
@@ -75,6 +75,9 @@ export interface CreateModelCommandOutput extends CreateModelOutput, __MetadataB
75
75
  * S3Uri: "STRING_VALUE", // required
76
76
  * S3DataType: "S3Prefix" || "S3Object", // required
77
77
  * CompressionType: "None" || "Gzip", // required
78
+ * ModelAccessConfig: { // ModelAccessConfig
79
+ * AcceptEula: true || false, // required
80
+ * },
78
81
  * },
79
82
  * },
80
83
  * },
@@ -103,6 +106,9 @@ export interface CreateModelCommandOutput extends CreateModelOutput, __MetadataB
103
106
  * S3Uri: "STRING_VALUE", // required
104
107
  * S3DataType: "S3Prefix" || "S3Object", // required
105
108
  * CompressionType: "None" || "Gzip", // required
109
+ * ModelAccessConfig: {
110
+ * AcceptEula: true || false, // required
111
+ * },
106
112
  * },
107
113
  * },
108
114
  * },
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { DeleteCodeRepositoryInput } from "../models/models_1";
4
+ import { DeleteCodeRepositoryInput } from "../models/models_2";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
7
  * @public
@@ -62,6 +62,9 @@ export interface DescribeModelCommandOutput extends DescribeModelOutput, __Metad
62
62
  * // S3Uri: "STRING_VALUE", // required
63
63
  * // S3DataType: "S3Prefix" || "S3Object", // required
64
64
  * // CompressionType: "None" || "Gzip", // required
65
+ * // ModelAccessConfig: { // ModelAccessConfig
66
+ * // AcceptEula: true || false, // required
67
+ * // },
65
68
  * // },
66
69
  * // },
67
70
  * // },
@@ -90,6 +93,9 @@ export interface DescribeModelCommandOutput extends DescribeModelOutput, __Metad
90
93
  * // S3Uri: "STRING_VALUE", // required
91
94
  * // S3DataType: "S3Prefix" || "S3Object", // required
92
95
  * // CompressionType: "None" || "Gzip", // required
96
+ * // ModelAccessConfig: {
97
+ * // AcceptEula: true || false, // required
98
+ * // },
93
99
  * // },
94
100
  * // },
95
101
  * // },
@@ -1749,6 +1749,9 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
1749
1749
  * // S3Uri: "STRING_VALUE", // required
1750
1750
  * // S3DataType: "S3Prefix" || "S3Object", // required
1751
1751
  * // CompressionType: "None" || "Gzip", // required
1752
+ * // ModelAccessConfig: { // ModelAccessConfig
1753
+ * // AcceptEula: true || false, // required
1754
+ * // },
1752
1755
  * // },
1753
1756
  * // },
1754
1757
  * // },
@@ -1775,6 +1778,9 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
1775
1778
  * // S3Uri: "STRING_VALUE", // required
1776
1779
  * // S3DataType: "S3Prefix" || "S3Object", // required
1777
1780
  * // CompressionType: "None" || "Gzip", // required
1781
+ * // ModelAccessConfig: {
1782
+ * // AcceptEula: true || false, // required
1783
+ * // },
1778
1784
  * // },
1779
1785
  * // },
1780
1786
  * // },
@@ -1618,7 +1618,7 @@ export interface StoppingCondition {
1618
1618
  MaxWaitTimeInSeconds?: number;
1619
1619
  /**
1620
1620
  * @public
1621
- * <p>The maximum pending time in seconds.</p>
1621
+ * <p>The maximum length of time, in seconds, that a training or compilation job can be pending before it is stopped.</p>
1622
1622
  */
1623
1623
  MaxPendingTimeInSeconds?: number;
1624
1624
  }
@@ -8105,6 +8105,23 @@ export declare const ModelCompressionType: {
8105
8105
  * @public
8106
8106
  */
8107
8107
  export type ModelCompressionType = (typeof ModelCompressionType)[keyof typeof ModelCompressionType];
8108
+ /**
8109
+ * @public
8110
+ * <p>The access configuration file for the ML model. You can explicitly accept the model
8111
+ * end-user license agreement (EULA) within the <code>ModelAccessConfig</code>. For more
8112
+ * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-choose.html#jumpstart-foundation-models-choose-eula">End-user license agreements</a>.</p>
8113
+ */
8114
+ export interface ModelAccessConfig {
8115
+ /**
8116
+ * @public
8117
+ * <p>Specifies agreement to the model end-user license agreement (EULA). The
8118
+ * <code>AcceptEula</code> value must be explicitly defined as <code>True</code> in
8119
+ * order to accept the EULA that this model requires. You are responsible for reviewing and
8120
+ * complying with any applicable license terms and making sure they are acceptable for your
8121
+ * use case before downloading or using a model.</p>
8122
+ */
8123
+ AcceptEula: boolean | undefined;
8124
+ }
8108
8125
  /**
8109
8126
  * @public
8110
8127
  * @enum
@@ -8209,6 +8226,15 @@ export interface S3ModelDataSource {
8209
8226
  * </ul>
8210
8227
  */
8211
8228
  CompressionType: ModelCompressionType | undefined;
8229
+ /**
8230
+ * @public
8231
+ * <p>Specifies the access configuration file for the ML model. You can explicitly accept
8232
+ * the model end-user license agreement (EULA) within the <code>ModelAccessConfig</code>.
8233
+ * You are responsible for reviewing and complying with any applicable license terms and
8234
+ * making sure they are acceptable for your use case before downloading or using a
8235
+ * model.</p>
8236
+ */
8237
+ ModelAccessConfig?: ModelAccessConfig;
8212
8238
  }
8213
8239
  /**
8214
8240
  * @public
@@ -10595,30 +10621,3 @@ export interface MonitoringResources {
10595
10621
  */
10596
10622
  ClusterConfig: MonitoringClusterConfig | undefined;
10597
10623
  }
10598
- /**
10599
- * @public
10600
- * <p>The networking configuration for the monitoring job.</p>
10601
- */
10602
- export interface MonitoringNetworkConfig {
10603
- /**
10604
- * @public
10605
- * <p>Whether to encrypt all communications between the instances used for the monitoring
10606
- * jobs. Choose <code>True</code> to encrypt communications. Encryption provides greater
10607
- * security for distributed jobs, but the processing might take longer.</p>
10608
- */
10609
- EnableInterContainerTrafficEncryption?: boolean;
10610
- /**
10611
- * @public
10612
- * <p>Whether to allow inbound and outbound network calls to and from the containers used for
10613
- * the monitoring job.</p>
10614
- */
10615
- EnableNetworkIsolation?: boolean;
10616
- /**
10617
- * @public
10618
- * <p>Specifies a VPC that your training jobs and hosted models have access to. Control
10619
- * access to and from your training and model containers by configuring the VPC. For more
10620
- * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html">Protect Endpoints by Using an Amazon Virtual Private Cloud</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs
10621
- * by Using an Amazon Virtual Private Cloud</a>. </p>
10622
- */
10623
- VpcConfig?: VpcConfig;
10624
- }
@@ -1,5 +1,32 @@
1
1
  import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
2
- import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfig, CollectionConfiguration, CollectionType, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
2
+ import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfig, CollectionConfiguration, CollectionType, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
3
+ /**
4
+ * @public
5
+ * <p>The networking configuration for the monitoring job.</p>
6
+ */
7
+ export interface MonitoringNetworkConfig {
8
+ /**
9
+ * @public
10
+ * <p>Whether to encrypt all communications between the instances used for the monitoring
11
+ * jobs. Choose <code>True</code> to encrypt communications. Encryption provides greater
12
+ * security for distributed jobs, but the processing might take longer.</p>
13
+ */
14
+ EnableInterContainerTrafficEncryption?: boolean;
15
+ /**
16
+ * @public
17
+ * <p>Whether to allow inbound and outbound network calls to and from the containers used for
18
+ * the monitoring job.</p>
19
+ */
20
+ EnableNetworkIsolation?: boolean;
21
+ /**
22
+ * @public
23
+ * <p>Specifies a VPC that your training jobs and hosted models have access to. Control
24
+ * access to and from your training and model containers by configuring the VPC. For more
25
+ * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html">Protect Endpoints by Using an Amazon Virtual Private Cloud</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs
26
+ * by Using an Amazon Virtual Private Cloud</a>. </p>
27
+ */
28
+ VpcConfig?: VpcConfig;
29
+ }
3
30
  /**
4
31
  * @public
5
32
  * <p>A time limit for how long the monitoring job is allowed to run before stopping.</p>
@@ -10960,16 +10987,6 @@ export interface DeleteAssociationResponse {
10960
10987
  */
10961
10988
  DestinationArn?: string;
10962
10989
  }
10963
- /**
10964
- * @public
10965
- */
10966
- export interface DeleteCodeRepositoryInput {
10967
- /**
10968
- * @public
10969
- * <p>The name of the Git repository to delete.</p>
10970
- */
10971
- CodeRepositoryName: string | undefined;
10972
- }
10973
10990
  /**
10974
10991
  * @internal
10975
10992
  */
@@ -1,5 +1,15 @@
1
- import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, CustomizedMetricSpecification, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, 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, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
1
+ import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringOutputConfig, MonitoringResources, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
+ import { _InstanceType, CustomizedMetricSpecification, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, 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, MonitoringNetworkConfig, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface DeleteCodeRepositoryInput {
7
+ /**
8
+ * @public
9
+ * <p>The name of the Git repository to delete.</p>
10
+ */
11
+ CodeRepositoryName: string | undefined;
12
+ }
3
13
  /**
4
14
  * @public
5
15
  */
@@ -1985,8 +1995,7 @@ export interface DescribeDomainResponse {
1985
1995
  SingleSignOnManagedApplicationInstanceId?: string;
1986
1996
  /**
1987
1997
  * @public
1988
- * <p>The ARN of the associated Amazon Web Services Single Sign-On application
1989
- * for this Domain.</p>
1998
+ * <p>The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after September 19, 2023.</p>
1990
1999
  */
1991
2000
  SingleSignOnApplicationArn?: string;
1992
2001
  /**
@@ -9223,88 +9232,6 @@ export interface EnableSagemakerServicecatalogPortfolioInput {
9223
9232
  */
9224
9233
  export interface EnableSagemakerServicecatalogPortfolioOutput {
9225
9234
  }
9226
- /**
9227
- * @public
9228
- * <p>A schedule for a model monitoring job. For information about model monitor, see
9229
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model
9230
- * Monitor</a>.</p>
9231
- */
9232
- export interface MonitoringSchedule {
9233
- /**
9234
- * @public
9235
- * <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
9236
- */
9237
- MonitoringScheduleArn?: string;
9238
- /**
9239
- * @public
9240
- * <p>The name of the monitoring schedule.</p>
9241
- */
9242
- MonitoringScheduleName?: string;
9243
- /**
9244
- * @public
9245
- * <p>The status of the monitoring schedule. This can be one of the following values.</p>
9246
- * <ul>
9247
- * <li>
9248
- * <p>
9249
- * <code>PENDING</code> - The schedule is pending being created.</p>
9250
- * </li>
9251
- * <li>
9252
- * <p>
9253
- * <code>FAILED</code> - The schedule failed.</p>
9254
- * </li>
9255
- * <li>
9256
- * <p>
9257
- * <code>SCHEDULED</code> - The schedule was successfully created.</p>
9258
- * </li>
9259
- * <li>
9260
- * <p>
9261
- * <code>STOPPED</code> - The schedule was stopped.</p>
9262
- * </li>
9263
- * </ul>
9264
- */
9265
- MonitoringScheduleStatus?: ScheduleStatus;
9266
- /**
9267
- * @public
9268
- * <p>The type of the monitoring job definition to schedule.</p>
9269
- */
9270
- MonitoringType?: MonitoringType;
9271
- /**
9272
- * @public
9273
- * <p>If the monitoring schedule failed, the reason it failed.</p>
9274
- */
9275
- FailureReason?: string;
9276
- /**
9277
- * @public
9278
- * <p>The time that the monitoring schedule was created.</p>
9279
- */
9280
- CreationTime?: Date;
9281
- /**
9282
- * @public
9283
- * <p>The last time the monitoring schedule was changed.</p>
9284
- */
9285
- LastModifiedTime?: Date;
9286
- /**
9287
- * @public
9288
- * <p>Configures the monitoring schedule and defines the monitoring job.</p>
9289
- */
9290
- MonitoringScheduleConfig?: MonitoringScheduleConfig;
9291
- /**
9292
- * @public
9293
- * <p>The endpoint that hosts the model being monitored.</p>
9294
- */
9295
- EndpointName?: string;
9296
- /**
9297
- * @public
9298
- * <p>Summary of information about the last monitoring job to run.</p>
9299
- */
9300
- LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
9301
- /**
9302
- * @public
9303
- * <p>A list of the tags associated with the monitoring schedlue. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
9304
- * resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
9305
- */
9306
- Tags?: Tag[];
9307
- }
9308
9235
  /**
9309
9236
  * @internal
9310
9237
  */
@@ -1,6 +1,88 @@
1
1
  import { ActionSummary, AgentVersion, AlgorithmSortBy, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, ModelApprovalStatus, ModelPackageStatus, OutputParameter, Tag, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, DataCaptureConfigSummary, EdgeOutputConfig, FeatureDefinition, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardSecurityConfig, ModelCardStatus, MonitoringType, OfflineStoreConfig, OnlineStoreConfig, RecommendationJobType, ResourceLimits, StudioLifecycleConfigAppType, TrialComponentStatus } from "./models_1";
3
- import { DeploymentRecommendation, DeviceDeploymentSummary, DeviceFleetSummary, DeviceStats, DeviceSummary, DomainDetails, DynamicScalingConfiguration, EdgeDeploymentPlanSummary, EdgeModelStat, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointOutputConfiguration, EndpointStatus, ExecutionStatus, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExperimentStatus, InferenceMetrics, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, MonitoringSchedule, NotebookInstanceStatus, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, PipelineExecutionStatus, ProcessingJobStatus, ProductionVariantSummary, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ScheduleStatus, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TrainingJobStatusCounters, TransformJobStatus, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
2
+ import { _InstanceType, DataCaptureConfigSummary, EdgeOutputConfig, FeatureDefinition, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardStatus, MonitoringScheduleConfig, MonitoringType, OfflineStoreConfig, OnlineStoreConfig, RecommendationJobType, ResourceLimits, StudioLifecycleConfigAppType, TrialComponentStatus } from "./models_1";
3
+ import { DeploymentRecommendation, DeviceDeploymentSummary, DeviceFleetSummary, DeviceStats, DeviceSummary, DomainDetails, DynamicScalingConfiguration, EdgeDeploymentPlanSummary, EdgeModelStat, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointOutputConfiguration, EndpointStatus, ExecutionStatus, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExperimentStatus, InferenceMetrics, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, NotebookInstanceStatus, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, PipelineExecutionStatus, ProcessingJobStatus, ProductionVariantSummary, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ScheduleStatus, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TrainingJobStatusCounters, TransformJobStatus, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
4
+ /**
5
+ * @public
6
+ * <p>A schedule for a model monitoring job. For information about model monitor, see
7
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model
8
+ * Monitor</a>.</p>
9
+ */
10
+ export interface MonitoringSchedule {
11
+ /**
12
+ * @public
13
+ * <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
14
+ */
15
+ MonitoringScheduleArn?: string;
16
+ /**
17
+ * @public
18
+ * <p>The name of the monitoring schedule.</p>
19
+ */
20
+ MonitoringScheduleName?: string;
21
+ /**
22
+ * @public
23
+ * <p>The status of the monitoring schedule. This can be one of the following values.</p>
24
+ * <ul>
25
+ * <li>
26
+ * <p>
27
+ * <code>PENDING</code> - The schedule is pending being created.</p>
28
+ * </li>
29
+ * <li>
30
+ * <p>
31
+ * <code>FAILED</code> - The schedule failed.</p>
32
+ * </li>
33
+ * <li>
34
+ * <p>
35
+ * <code>SCHEDULED</code> - The schedule was successfully created.</p>
36
+ * </li>
37
+ * <li>
38
+ * <p>
39
+ * <code>STOPPED</code> - The schedule was stopped.</p>
40
+ * </li>
41
+ * </ul>
42
+ */
43
+ MonitoringScheduleStatus?: ScheduleStatus;
44
+ /**
45
+ * @public
46
+ * <p>The type of the monitoring job definition to schedule.</p>
47
+ */
48
+ MonitoringType?: MonitoringType;
49
+ /**
50
+ * @public
51
+ * <p>If the monitoring schedule failed, the reason it failed.</p>
52
+ */
53
+ FailureReason?: string;
54
+ /**
55
+ * @public
56
+ * <p>The time that the monitoring schedule was created.</p>
57
+ */
58
+ CreationTime?: Date;
59
+ /**
60
+ * @public
61
+ * <p>The last time the monitoring schedule was changed.</p>
62
+ */
63
+ LastModifiedTime?: Date;
64
+ /**
65
+ * @public
66
+ * <p>Configures the monitoring schedule and defines the monitoring job.</p>
67
+ */
68
+ MonitoringScheduleConfig?: MonitoringScheduleConfig;
69
+ /**
70
+ * @public
71
+ * <p>The endpoint that hosts the model being monitored.</p>
72
+ */
73
+ EndpointName?: string;
74
+ /**
75
+ * @public
76
+ * <p>Summary of information about the last monitoring job to run.</p>
77
+ */
78
+ LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
79
+ /**
80
+ * @public
81
+ * <p>A list of the tags associated with the monitoring schedlue. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
82
+ * resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
83
+ */
84
+ Tags?: Tag[];
85
+ }
4
86
  /**
5
87
  * @public
6
88
  * <p>A hosted endpoint for real-time inference.</p>
@@ -8881,105 +8963,3 @@ export interface Model {
8881
8963
  */
8882
8964
  DeploymentRecommendation?: DeploymentRecommendation;
8883
8965
  }
8884
- /**
8885
- * @public
8886
- * <p>An Amazon SageMaker Model Card.</p>
8887
- */
8888
- export interface ModelCard {
8889
- /**
8890
- * @public
8891
- * <p>The Amazon Resource Name (ARN) of the model card.</p>
8892
- */
8893
- ModelCardArn?: string;
8894
- /**
8895
- * @public
8896
- * <p>The unique name of the model card.</p>
8897
- */
8898
- ModelCardName?: string;
8899
- /**
8900
- * @public
8901
- * <p>The version of the model card.</p>
8902
- */
8903
- ModelCardVersion?: number;
8904
- /**
8905
- * @public
8906
- * <p>The content of the model card. Content uses the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html#model-cards-json-schema">model card JSON schema</a> and provided as a string.</p>
8907
- */
8908
- Content?: string;
8909
- /**
8910
- * @public
8911
- * <p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p>
8912
- * <ul>
8913
- * <li>
8914
- * <p>
8915
- * <code>Draft</code>: The model card is a work in progress.</p>
8916
- * </li>
8917
- * <li>
8918
- * <p>
8919
- * <code>PendingReview</code>: The model card is pending review.</p>
8920
- * </li>
8921
- * <li>
8922
- * <p>
8923
- * <code>Approved</code>: The model card is approved.</p>
8924
- * </li>
8925
- * <li>
8926
- * <p>
8927
- * <code>Archived</code>: The model card is archived. No more updates should be made to the model
8928
- * card, but it can still be exported.</p>
8929
- * </li>
8930
- * </ul>
8931
- */
8932
- ModelCardStatus?: ModelCardStatus;
8933
- /**
8934
- * @public
8935
- * <p>The security configuration used to protect model card data.</p>
8936
- */
8937
- SecurityConfig?: ModelCardSecurityConfig;
8938
- /**
8939
- * @public
8940
- * <p>The date and time that the model card was created.</p>
8941
- */
8942
- CreationTime?: Date;
8943
- /**
8944
- * @public
8945
- * <p>Information about the user who created or modified an experiment, trial, trial
8946
- * component, lineage group, project, or model card.</p>
8947
- */
8948
- CreatedBy?: UserContext;
8949
- /**
8950
- * @public
8951
- * <p>The date and time that the model card was last modified.</p>
8952
- */
8953
- LastModifiedTime?: Date;
8954
- /**
8955
- * @public
8956
- * <p>Information about the user who created or modified an experiment, trial, trial
8957
- * component, lineage group, project, or model card.</p>
8958
- */
8959
- LastModifiedBy?: UserContext;
8960
- /**
8961
- * @public
8962
- * <p>Key-value pairs used to manage metadata for the model card.</p>
8963
- */
8964
- Tags?: Tag[];
8965
- /**
8966
- * @public
8967
- * <p>The unique name (ID) of the model.</p>
8968
- */
8969
- ModelId?: string;
8970
- /**
8971
- * @public
8972
- * <p>The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards-risk-rating.html">Risk ratings</a>.</p>
8973
- */
8974
- RiskRating?: string;
8975
- /**
8976
- * @public
8977
- * <p>The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.
8978
- * </p>
8979
- */
8980
- ModelPackageGroupName?: string;
8981
- }
8982
- /**
8983
- * @internal
8984
- */
8985
- export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
@@ -1,7 +1,105 @@
1
1
  import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSecurityGroupManagement, AppSpecification, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, Channel, CheckpointConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, TtlDuration, UiTemplate, UserSettings, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
3
3
  import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, EndpointStatus, FeatureParameter, MetricData, ModelArtifacts, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_2";
4
- import { Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, Model, ModelCard, MonitoringAlertSummary, Parameter, ResourceType } from "./models_3";
4
+ import { Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, Model, MonitoringAlertSummary, Parameter, ResourceType } from "./models_3";
5
+ /**
6
+ * @public
7
+ * <p>An Amazon SageMaker Model Card.</p>
8
+ */
9
+ export interface ModelCard {
10
+ /**
11
+ * @public
12
+ * <p>The Amazon Resource Name (ARN) of the model card.</p>
13
+ */
14
+ ModelCardArn?: string;
15
+ /**
16
+ * @public
17
+ * <p>The unique name of the model card.</p>
18
+ */
19
+ ModelCardName?: string;
20
+ /**
21
+ * @public
22
+ * <p>The version of the model card.</p>
23
+ */
24
+ ModelCardVersion?: number;
25
+ /**
26
+ * @public
27
+ * <p>The content of the model card. Content uses the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html#model-cards-json-schema">model card JSON schema</a> and provided as a string.</p>
28
+ */
29
+ Content?: string;
30
+ /**
31
+ * @public
32
+ * <p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p>
33
+ * <ul>
34
+ * <li>
35
+ * <p>
36
+ * <code>Draft</code>: The model card is a work in progress.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>
40
+ * <code>PendingReview</code>: The model card is pending review.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>
44
+ * <code>Approved</code>: The model card is approved.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>
48
+ * <code>Archived</code>: The model card is archived. No more updates should be made to the model
49
+ * card, but it can still be exported.</p>
50
+ * </li>
51
+ * </ul>
52
+ */
53
+ ModelCardStatus?: ModelCardStatus;
54
+ /**
55
+ * @public
56
+ * <p>The security configuration used to protect model card data.</p>
57
+ */
58
+ SecurityConfig?: ModelCardSecurityConfig;
59
+ /**
60
+ * @public
61
+ * <p>The date and time that the model card was created.</p>
62
+ */
63
+ CreationTime?: Date;
64
+ /**
65
+ * @public
66
+ * <p>Information about the user who created or modified an experiment, trial, trial
67
+ * component, lineage group, project, or model card.</p>
68
+ */
69
+ CreatedBy?: UserContext;
70
+ /**
71
+ * @public
72
+ * <p>The date and time that the model card was last modified.</p>
73
+ */
74
+ LastModifiedTime?: Date;
75
+ /**
76
+ * @public
77
+ * <p>Information about the user who created or modified an experiment, trial, trial
78
+ * component, lineage group, project, or model card.</p>
79
+ */
80
+ LastModifiedBy?: UserContext;
81
+ /**
82
+ * @public
83
+ * <p>Key-value pairs used to manage metadata for the model card.</p>
84
+ */
85
+ Tags?: Tag[];
86
+ /**
87
+ * @public
88
+ * <p>The unique name (ID) of the model.</p>
89
+ */
90
+ ModelId?: string;
91
+ /**
92
+ * @public
93
+ * <p>The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards-risk-rating.html">Risk ratings</a>.</p>
94
+ */
95
+ RiskRating?: string;
96
+ /**
97
+ * @public
98
+ * <p>The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.
99
+ * </p>
100
+ */
101
+ ModelPackageGroupName?: string;
102
+ }
5
103
  /**
6
104
  * @public
7
105
  * <p>An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.</p>
@@ -4167,6 +4265,10 @@ export interface SearchRequest {
4167
4265
  */
4168
4266
  CrossAccountFilterOption?: CrossAccountFilterOption;
4169
4267
  }
4268
+ /**
4269
+ * @internal
4270
+ */
4271
+ export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
4170
4272
  /**
4171
4273
  * @internal
4172
4274
  */