@aws-sdk/client-sagemaker 3.456.0 → 3.458.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.
@@ -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
  */
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { DeleteCodeRepositoryInput } from "../models/models_1";
9
+ import { DeleteCodeRepositoryInput } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -1902,6 +1902,9 @@ export declare const ModelCompressionType: {
1902
1902
  };
1903
1903
  export type ModelCompressionType =
1904
1904
  (typeof ModelCompressionType)[keyof typeof ModelCompressionType];
1905
+ export interface ModelAccessConfig {
1906
+ AcceptEula: boolean | undefined;
1907
+ }
1905
1908
  export declare const S3ModelDataType: {
1906
1909
  readonly S3Object: "S3Object";
1907
1910
  readonly S3Prefix: "S3Prefix";
@@ -1912,6 +1915,7 @@ export interface S3ModelDataSource {
1912
1915
  S3Uri: string | undefined;
1913
1916
  S3DataType: S3ModelDataType | undefined;
1914
1917
  CompressionType: ModelCompressionType | undefined;
1918
+ ModelAccessConfig?: ModelAccessConfig;
1915
1919
  }
1916
1920
  export interface ModelDataSource {
1917
1921
  S3DataSource: S3ModelDataSource | undefined;
@@ -2308,8 +2312,3 @@ export interface MonitoringClusterConfig {
2308
2312
  export interface MonitoringResources {
2309
2313
  ClusterConfig: MonitoringClusterConfig | undefined;
2310
2314
  }
2311
- export interface MonitoringNetworkConfig {
2312
- EnableInterContainerTrafficEncryption?: boolean;
2313
- EnableNetworkIsolation?: boolean;
2314
- VpcConfig?: VpcConfig;
2315
- }
@@ -53,7 +53,6 @@ import {
53
53
  MetricsSource,
54
54
  ModelApprovalStatus,
55
55
  MonitoringConstraintsResource,
56
- MonitoringNetworkConfig,
57
56
  MonitoringOutputConfig,
58
57
  MonitoringResources,
59
58
  MonitoringStatisticsResource,
@@ -75,6 +74,11 @@ import {
75
74
  TransformResources,
76
75
  VpcConfig,
77
76
  } from "./models_0";
77
+ export interface MonitoringNetworkConfig {
78
+ EnableInterContainerTrafficEncryption?: boolean;
79
+ EnableNetworkIsolation?: boolean;
80
+ VpcConfig?: VpcConfig;
81
+ }
78
82
  export interface MonitoringStoppingCondition {
79
83
  MaxRuntimeInSeconds: number | undefined;
80
84
  }
@@ -1873,9 +1877,6 @@ export interface DeleteAssociationResponse {
1873
1877
  SourceArn?: string;
1874
1878
  DestinationArn?: string;
1875
1879
  }
1876
- export interface DeleteCodeRepositoryInput {
1877
- CodeRepositoryName: string | undefined;
1878
- }
1879
1880
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1880
1881
  obj: CreateModelCardRequest
1881
1882
  ) => any;
@@ -52,7 +52,6 @@ import {
52
52
  ModelApprovalStatus,
53
53
  ModelDeployConfig,
54
54
  ModelPackageStatus,
55
- MonitoringNetworkConfig,
56
55
  MonitoringOutputConfig,
57
56
  MonitoringResources,
58
57
  NeoVpcConfig,
@@ -133,6 +132,7 @@ import {
133
132
  ModelQualityAppSpecification,
134
133
  ModelQualityBaselineConfig,
135
134
  ModelQualityJobInput,
135
+ MonitoringNetworkConfig,
136
136
  MonitoringScheduleConfig,
137
137
  MonitoringStoppingCondition,
138
138
  MonitoringType,
@@ -173,6 +173,9 @@ import {
173
173
  UserSettings,
174
174
  VendorGuidance,
175
175
  } from "./models_1";
176
+ export interface DeleteCodeRepositoryInput {
177
+ CodeRepositoryName: string | undefined;
178
+ }
176
179
  export interface DeleteContextRequest {
177
180
  ContextName: string | undefined;
178
181
  }
@@ -2292,19 +2295,6 @@ export interface EMRStepMetadata {
2292
2295
  }
2293
2296
  export interface EnableSagemakerServicecatalogPortfolioInput {}
2294
2297
  export interface EnableSagemakerServicecatalogPortfolioOutput {}
2295
- export interface MonitoringSchedule {
2296
- MonitoringScheduleArn?: string;
2297
- MonitoringScheduleName?: string;
2298
- MonitoringScheduleStatus?: ScheduleStatus;
2299
- MonitoringType?: MonitoringType;
2300
- FailureReason?: string;
2301
- CreationTime?: Date;
2302
- LastModifiedTime?: Date;
2303
- MonitoringScheduleConfig?: MonitoringScheduleConfig;
2304
- EndpointName?: string;
2305
- LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
2306
- Tags?: Tag[];
2307
- }
2308
2298
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2309
2299
  obj: DescribeModelCardResponse
2310
2300
  ) => any;
@@ -50,8 +50,8 @@ import {
50
50
  InferenceExperimentSchedule,
51
51
  InferenceExperimentType,
52
52
  LabelingJobInputConfig,
53
- ModelCardSecurityConfig,
54
53
  ModelCardStatus,
54
+ MonitoringScheduleConfig,
55
55
  MonitoringType,
56
56
  OfflineStoreConfig,
57
57
  OnlineStoreConfig,
@@ -99,7 +99,6 @@ import {
99
99
  ModelConfiguration,
100
100
  ModelPackageGroupStatus,
101
101
  MonitoringExecutionSummary,
102
- MonitoringSchedule,
103
102
  NotebookInstanceStatus,
104
103
  ObjectiveStatusCounters,
105
104
  OfflineStoreStatus,
@@ -124,6 +123,19 @@ import {
124
123
  Workforce,
125
124
  Workteam,
126
125
  } from "./models_2";
126
+ export interface MonitoringSchedule {
127
+ MonitoringScheduleArn?: string;
128
+ MonitoringScheduleName?: string;
129
+ MonitoringScheduleStatus?: ScheduleStatus;
130
+ MonitoringType?: MonitoringType;
131
+ FailureReason?: string;
132
+ CreationTime?: Date;
133
+ LastModifiedTime?: Date;
134
+ MonitoringScheduleConfig?: MonitoringScheduleConfig;
135
+ EndpointName?: string;
136
+ LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
137
+ Tags?: Tag[];
138
+ }
127
139
  export interface Endpoint {
128
140
  EndpointName: string | undefined;
129
141
  EndpointArn: string | undefined;
@@ -2208,20 +2220,3 @@ export interface Model {
2208
2220
  Tags?: Tag[];
2209
2221
  DeploymentRecommendation?: DeploymentRecommendation;
2210
2222
  }
2211
- export interface ModelCard {
2212
- ModelCardArn?: string;
2213
- ModelCardName?: string;
2214
- ModelCardVersion?: number;
2215
- Content?: string;
2216
- ModelCardStatus?: ModelCardStatus;
2217
- SecurityConfig?: ModelCardSecurityConfig;
2218
- CreationTime?: Date;
2219
- CreatedBy?: UserContext;
2220
- LastModifiedTime?: Date;
2221
- LastModifiedBy?: UserContext;
2222
- Tags?: Tag[];
2223
- ModelId?: string;
2224
- RiskRating?: string;
2225
- ModelPackageGroupName?: string;
2226
- }
2227
- export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
@@ -127,11 +127,26 @@ import {
127
127
  InferenceExperimentStopDesiredState,
128
128
  LineageType,
129
129
  Model,
130
- ModelCard,
131
130
  MonitoringAlertSummary,
132
131
  Parameter,
133
132
  ResourceType,
134
133
  } from "./models_3";
134
+ export interface ModelCard {
135
+ ModelCardArn?: string;
136
+ ModelCardName?: string;
137
+ ModelCardVersion?: number;
138
+ Content?: string;
139
+ ModelCardStatus?: ModelCardStatus;
140
+ SecurityConfig?: ModelCardSecurityConfig;
141
+ CreationTime?: Date;
142
+ CreatedBy?: UserContext;
143
+ LastModifiedTime?: Date;
144
+ LastModifiedBy?: UserContext;
145
+ Tags?: Tag[];
146
+ ModelId?: string;
147
+ RiskRating?: string;
148
+ ModelPackageGroupName?: string;
149
+ }
135
150
  export interface ModelDashboardEndpoint {
136
151
  EndpointName: string | undefined;
137
152
  EndpointArn: string | undefined;
@@ -947,6 +962,7 @@ export interface SearchRequest {
947
962
  MaxResults?: number;
948
963
  CrossAccountFilterOption?: CrossAccountFilterOption;
949
964
  }
965
+ export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
950
966
  export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
951
967
  export declare const SearchResponseFilterSensitiveLog: (
952
968
  obj: SearchResponse
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.456.0",
4
+ "version": "3.458.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.454.0",
24
+ "@aws-sdk/client-sts": "3.458.0",
25
25
  "@aws-sdk/core": "3.451.0",
26
- "@aws-sdk/credential-provider-node": "3.451.0",
26
+ "@aws-sdk/credential-provider-node": "3.458.0",
27
27
  "@aws-sdk/middleware-host-header": "3.451.0",
28
28
  "@aws-sdk/middleware-logger": "3.451.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.451.0",