@aws-sdk/client-sagemaker 3.645.0 → 3.648.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 (55) hide show
  1. package/dist-cjs/index.js +17317 -17254
  2. package/dist-es/commands/DescribeModelCardCommand.js +1 -1
  3. package/dist-es/models/models_0.js +13 -13
  4. package/dist-es/models/models_1.js +15 -16
  5. package/dist-es/models/models_2.js +15 -23
  6. package/dist-es/models/models_3.js +23 -11
  7. package/dist-es/models/models_4.js +11 -0
  8. package/dist-es/protocols/Aws_json1_1.js +50 -1
  9. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -2
  12. package/dist-types/commands/CreateClusterCommand.d.ts +9 -0
  13. package/dist-types/commands/CreateDomainCommand.d.ts +24 -0
  14. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +2 -1
  15. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateSpaceCommand.d.ts +10 -0
  17. package/dist-types/commands/CreateUserProfileCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeClusterCommand.d.ts +9 -0
  19. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeDomainCommand.d.ts +24 -0
  21. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -2
  24. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -0
  26. package/dist-types/commands/DescribeUserProfileCommand.d.ts +16 -0
  27. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  28. package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListModelCardsCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
  31. package/dist-types/commands/UpdateDomainCommand.d.ts +24 -0
  32. package/dist-types/commands/UpdateSpaceCommand.d.ts +10 -0
  33. package/dist-types/commands/UpdateUserProfileCommand.d.ts +16 -0
  34. package/dist-types/models/models_0.d.ts +111 -199
  35. package/dist-types/models/models_1.d.ts +222 -122
  36. package/dist-types/models/models_2.d.ts +164 -294
  37. package/dist-types/models/models_3.d.ts +295 -265
  38. package/dist-types/models/models_4.d.ts +271 -4
  39. package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +4 -2
  47. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListModelCardExportJobsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListModelCardsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +37 -43
  51. package/dist-types/ts3.4/models/models_1.d.ts +61 -38
  52. package/dist-types/ts3.4/models/models_2.d.ts +49 -93
  53. package/dist-types/ts3.4/models/models_3.d.ts +90 -66
  54. package/dist-types/ts3.4/models/models_4.d.ts +69 -3
  55. package/package.json +1 -1
@@ -1,16 +1,23 @@
1
- import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
1
+ import {
2
+ ExceptionOptionType as __ExceptionOptionType,
3
+ LazyJsonString as __LazyJsonString,
4
+ } from "@smithy/smithy-client";
2
5
  import {
3
6
  AdditionalInferenceSpecificationDefinition,
4
7
  AmazonQSettings,
5
8
  AnnotationConsolidationConfig,
9
+ AppLifecycleManagement,
6
10
  AppNetworkAccessType,
7
11
  AppSecurityGroupManagement,
8
12
  AppType,
13
+ ArtifactSource,
9
14
  AsyncInferenceConfig,
10
15
  AuthMode,
16
+ AutoMLChannel,
11
17
  AutoMLComputeConfig,
12
18
  AutoMLDataSplitConfig,
13
19
  AutoMLJobChannel,
20
+ AutoMLJobConfig,
14
21
  AutoMLJobObjective,
15
22
  AutoMLOutputDataConfig,
16
23
  AutoMLProblemTypeConfig,
@@ -34,6 +41,9 @@ import {
34
41
  CheckpointConfig,
35
42
  ClarifyExplainerConfig,
36
43
  ClusterInstanceGroupSpecification,
44
+ ClusterNodeRecovery,
45
+ ClusterOrchestrator,
46
+ CodeEditorAppImageConfig,
37
47
  CodeEditorAppSettings,
38
48
  CodeRepository,
39
49
  CollectionConfig,
@@ -49,13 +59,15 @@ import {
49
59
  HyperParameterScalingType,
50
60
  HyperParameterTuningJobObjective,
51
61
  InferenceSpecification,
62
+ JupyterLabAppImageConfig,
63
+ KernelGatewayImageConfig,
52
64
  MetadataProperties,
53
65
  MetricDefinition,
54
66
  MetricsSource,
55
67
  ModelApprovalStatus,
56
68
  ModelDataSource,
57
- ModelDeployConfig,
58
69
  OutputDataConfig,
70
+ ProblemType,
59
71
  ProcessingS3DataDistributionType,
60
72
  ProcessingS3InputMode,
61
73
  ProductionVariantInstanceType,
@@ -72,6 +84,50 @@ import {
72
84
  TransformJobDefinition,
73
85
  VpcConfig,
74
86
  } from "./models_0";
87
+ import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
88
+ export declare class ResourceInUse extends __BaseException {
89
+ readonly name: "ResourceInUse";
90
+ readonly $fault: "client";
91
+ Message?: string;
92
+ constructor(opts: __ExceptionOptionType<ResourceInUse, __BaseException>);
93
+ }
94
+ export interface CreateAppImageConfigRequest {
95
+ AppImageConfigName: string | undefined;
96
+ Tags?: Tag[];
97
+ KernelGatewayImageConfig?: KernelGatewayImageConfig;
98
+ JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
99
+ CodeEditorAppImageConfig?: CodeEditorAppImageConfig;
100
+ }
101
+ export interface CreateAppImageConfigResponse {
102
+ AppImageConfigArn?: string;
103
+ }
104
+ export interface CreateArtifactRequest {
105
+ ArtifactName?: string;
106
+ Source: ArtifactSource | undefined;
107
+ ArtifactType: string | undefined;
108
+ Properties?: Record<string, string>;
109
+ MetadataProperties?: MetadataProperties;
110
+ Tags?: Tag[];
111
+ }
112
+ export interface CreateArtifactResponse {
113
+ ArtifactArn?: string;
114
+ }
115
+ export interface ModelDeployConfig {
116
+ AutoGenerateEndpointName?: boolean;
117
+ EndpointName?: string;
118
+ }
119
+ export interface CreateAutoMLJobRequest {
120
+ AutoMLJobName: string | undefined;
121
+ InputDataConfig: AutoMLChannel[] | undefined;
122
+ OutputDataConfig: AutoMLOutputDataConfig | undefined;
123
+ ProblemType?: ProblemType;
124
+ AutoMLJobObjective?: AutoMLJobObjective;
125
+ AutoMLJobConfig?: AutoMLJobConfig;
126
+ RoleArn: string | undefined;
127
+ GenerateCandidateDefinitionsOnly?: boolean;
128
+ Tags?: Tag[];
129
+ ModelDeployConfig?: ModelDeployConfig;
130
+ }
75
131
  export interface CreateAutoMLJobResponse {
76
132
  AutoMLJobArn: string | undefined;
77
133
  }
@@ -96,6 +152,8 @@ export interface CreateClusterRequest {
96
152
  InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
97
153
  VpcConfig?: VpcConfig;
98
154
  Tags?: Tag[];
155
+ Orchestrator?: ClusterOrchestrator;
156
+ NodeRecovery?: ClusterNodeRecovery;
99
157
  }
100
158
  export interface CreateClusterResponse {
101
159
  ClusterArn: string | undefined;
@@ -370,6 +428,7 @@ export interface JupyterLabAppSettings {
370
428
  CustomImages?: CustomImage[];
371
429
  LifecycleConfigArns?: string[];
372
430
  CodeRepositories?: CodeRepository[];
431
+ AppLifecycleManagement?: AppLifecycleManagement;
373
432
  EmrSettings?: EmrSettings;
374
433
  }
375
434
  export interface JupyterServerAppSettings {
@@ -2015,42 +2074,6 @@ export interface CreatePresignedMlflowTrackingServerUrlRequest {
2015
2074
  ExpiresInSeconds?: number;
2016
2075
  SessionExpirationDurationInSeconds?: number;
2017
2076
  }
2018
- export interface CreatePresignedMlflowTrackingServerUrlResponse {
2019
- AuthorizedUrl?: string;
2020
- }
2021
- export interface CreatePresignedNotebookInstanceUrlInput {
2022
- NotebookInstanceName: string | undefined;
2023
- SessionExpirationDurationInSeconds?: number;
2024
- }
2025
- export interface CreatePresignedNotebookInstanceUrlOutput {
2026
- AuthorizedUrl?: string;
2027
- }
2028
- export interface ExperimentConfig {
2029
- ExperimentName?: string;
2030
- TrialName?: string;
2031
- TrialComponentDisplayName?: string;
2032
- RunName?: string;
2033
- }
2034
- export declare const DataDistributionType: {
2035
- readonly FULLYREPLICATED: "FullyReplicated";
2036
- readonly SHARDEDBYS3KEY: "ShardedByS3Key";
2037
- };
2038
- export type DataDistributionType =
2039
- (typeof DataDistributionType)[keyof typeof DataDistributionType];
2040
- export declare const InputMode: {
2041
- readonly FILE: "File";
2042
- readonly PIPE: "Pipe";
2043
- };
2044
- export type InputMode = (typeof InputMode)[keyof typeof InputMode];
2045
- export declare const RedshiftResultCompressionType: {
2046
- readonly BZIP2: "BZIP2";
2047
- readonly GZIP: "GZIP";
2048
- readonly NONE: "None";
2049
- readonly SNAPPY: "SNAPPY";
2050
- readonly ZSTD: "ZSTD";
2051
- };
2052
- export type RedshiftResultCompressionType =
2053
- (typeof RedshiftResultCompressionType)[keyof typeof RedshiftResultCompressionType];
2054
2077
  export declare const CreateModelCardRequestFilterSensitiveLog: (
2055
2078
  obj: CreateModelCardRequest
2056
2079
  ) => any;
@@ -39,6 +39,8 @@ import {
39
39
  CheckpointConfig,
40
40
  ClusterInstanceGroupDetails,
41
41
  ClusterNodeDetails,
42
+ ClusterNodeRecovery,
43
+ ClusterOrchestrator,
42
44
  ClusterStatus,
43
45
  CodeEditorAppImageConfig,
44
46
  CodeRepository,
@@ -46,7 +48,6 @@ import {
46
48
  CognitoMemberDefinition,
47
49
  CollectionConfiguration,
48
50
  CompilationJobStatus,
49
- ContainerDefinition,
50
51
  ContextSource,
51
52
  GitConfig,
52
53
  HyperParameterTuningJobObjectiveType,
@@ -54,7 +55,6 @@ import {
54
55
  JupyterLabAppImageConfig,
55
56
  KernelGatewayImageConfig,
56
57
  MetadataProperties,
57
- ModelDeployConfig,
58
58
  ObjectiveStatus,
59
59
  OutputDataConfig,
60
60
  ProblemType,
@@ -74,7 +74,6 @@ import {
74
74
  } from "./models_0";
75
75
  import {
76
76
  DataCaptureConfig,
77
- DataDistributionType,
78
77
  DataQualityAppSpecification,
79
78
  DataQualityBaselineConfig,
80
79
  DataQualityJobInput,
@@ -87,7 +86,6 @@ import {
87
86
  EdgeOutputConfig,
88
87
  EdgePresetDeploymentType,
89
88
  EndpointInfo,
90
- ExperimentConfig,
91
89
  ExplainerConfig,
92
90
  FeatureDefinition,
93
91
  FeatureType,
@@ -102,12 +100,10 @@ import {
102
100
  HyperParameterTuningJobWarmStartConfig,
103
101
  InferenceComponentComputeResourceRequirements,
104
102
  InferenceComponentStartupParameters,
105
- InferenceExecutionConfig,
106
103
  InferenceExperimentDataStorageConfig,
107
104
  InferenceExperimentSchedule,
108
105
  InferenceExperimentType,
109
106
  InputConfig,
110
- InputMode,
111
107
  JobType,
112
108
  JupyterServerAppSettings,
113
109
  KernelGatewayAppSettings,
@@ -115,9 +111,7 @@ import {
115
111
  LabelingJobInputConfig,
116
112
  LabelingJobOutputConfig,
117
113
  LabelingJobStoppingConditions,
118
- ModelBiasAppSpecification,
119
- ModelBiasBaselineConfig,
120
- ModelBiasJobInput,
114
+ ModelDeployConfig,
121
115
  ModelInfrastructureConfig,
122
116
  MonitoringNetworkConfig,
123
117
  MonitoringOutputConfig,
@@ -139,14 +133,48 @@ import {
139
133
  RecommendationJobInputConfig,
140
134
  RecommendationJobStoppingConditions,
141
135
  RecommendationJobType,
142
- RedshiftResultCompressionType,
143
136
  RetryStrategy,
144
137
  ShadowModeConfig,
145
138
  ThroughputMode,
146
- TrackingServerSize,
147
139
  UserSettings,
148
140
  VendorGuidance,
149
141
  } from "./models_1";
142
+ export interface CreatePresignedMlflowTrackingServerUrlResponse {
143
+ AuthorizedUrl?: string;
144
+ }
145
+ export interface CreatePresignedNotebookInstanceUrlInput {
146
+ NotebookInstanceName: string | undefined;
147
+ SessionExpirationDurationInSeconds?: number;
148
+ }
149
+ export interface CreatePresignedNotebookInstanceUrlOutput {
150
+ AuthorizedUrl?: string;
151
+ }
152
+ export interface ExperimentConfig {
153
+ ExperimentName?: string;
154
+ TrialName?: string;
155
+ TrialComponentDisplayName?: string;
156
+ RunName?: string;
157
+ }
158
+ export declare const DataDistributionType: {
159
+ readonly FULLYREPLICATED: "FullyReplicated";
160
+ readonly SHARDEDBYS3KEY: "ShardedByS3Key";
161
+ };
162
+ export type DataDistributionType =
163
+ (typeof DataDistributionType)[keyof typeof DataDistributionType];
164
+ export declare const InputMode: {
165
+ readonly FILE: "File";
166
+ readonly PIPE: "Pipe";
167
+ };
168
+ export type InputMode = (typeof InputMode)[keyof typeof InputMode];
169
+ export declare const RedshiftResultCompressionType: {
170
+ readonly BZIP2: "BZIP2";
171
+ readonly GZIP: "GZIP";
172
+ readonly NONE: "None";
173
+ readonly SNAPPY: "SNAPPY";
174
+ readonly ZSTD: "ZSTD";
175
+ };
176
+ export type RedshiftResultCompressionType =
177
+ (typeof RedshiftResultCompressionType)[keyof typeof RedshiftResultCompressionType];
150
178
  export declare const RedshiftResultFormat: {
151
179
  readonly CSV: "CSV";
152
180
  readonly PARQUET: "PARQUET";
@@ -268,8 +296,15 @@ export interface CreateProjectOutput {
268
296
  export interface OwnershipSettings {
269
297
  OwnerUserProfileName: string | undefined;
270
298
  }
299
+ export interface SpaceIdleSettings {
300
+ IdleTimeoutInMinutes?: number;
301
+ }
302
+ export interface SpaceAppLifecycleManagement {
303
+ IdleSettings?: SpaceIdleSettings;
304
+ }
271
305
  export interface SpaceCodeEditorAppSettings {
272
306
  DefaultResourceSpec?: ResourceSpec;
307
+ AppLifecycleManagement?: SpaceAppLifecycleManagement;
273
308
  }
274
309
  export interface EFSFileSystem {
275
310
  FileSystemId: string | undefined;
@@ -295,6 +330,7 @@ export declare namespace CustomFileSystem {
295
330
  export interface SpaceJupyterLabAppSettings {
296
331
  DefaultResourceSpec?: ResourceSpec;
297
332
  CodeRepositories?: CodeRepository[];
333
+ AppLifecycleManagement?: SpaceAppLifecycleManagement;
298
334
  }
299
335
  export interface EbsStorageSettings {
300
336
  EbsVolumeSizeInGb: number | undefined;
@@ -1092,6 +1128,8 @@ export interface DescribeClusterResponse {
1092
1128
  FailureMessage?: string;
1093
1129
  InstanceGroups: ClusterInstanceGroupDetails[] | undefined;
1094
1130
  VpcConfig?: VpcConfig;
1131
+ Orchestrator?: ClusterOrchestrator;
1132
+ NodeRecovery?: ClusterNodeRecovery;
1095
1133
  }
1096
1134
  export interface DescribeClusterNodeRequest {
1097
1135
  ClusterName: string | undefined;
@@ -1972,88 +2010,6 @@ export interface DescribeLineageGroupResponse {
1972
2010
  LastModifiedTime?: Date;
1973
2011
  LastModifiedBy?: UserContext;
1974
2012
  }
1975
- export interface DescribeMlflowTrackingServerRequest {
1976
- TrackingServerName: string | undefined;
1977
- }
1978
- export declare const IsTrackingServerActive: {
1979
- readonly ACTIVE: "Active";
1980
- readonly INACTIVE: "Inactive";
1981
- };
1982
- export type IsTrackingServerActive =
1983
- (typeof IsTrackingServerActive)[keyof typeof IsTrackingServerActive];
1984
- export declare const TrackingServerStatus: {
1985
- readonly CREATED: "Created";
1986
- readonly CREATE_FAILED: "CreateFailed";
1987
- readonly CREATING: "Creating";
1988
- readonly DELETE_FAILED: "DeleteFailed";
1989
- readonly DELETING: "Deleting";
1990
- readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
1991
- readonly MAINTENANCE_FAILED: "MaintenanceFailed";
1992
- readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
1993
- readonly STARTED: "Started";
1994
- readonly STARTING: "Starting";
1995
- readonly START_FAILED: "StartFailed";
1996
- readonly STOPPED: "Stopped";
1997
- readonly STOPPING: "Stopping";
1998
- readonly STOP_FAILED: "StopFailed";
1999
- readonly UPDATED: "Updated";
2000
- readonly UPDATE_FAILED: "UpdateFailed";
2001
- readonly UPDATING: "Updating";
2002
- };
2003
- export type TrackingServerStatus =
2004
- (typeof TrackingServerStatus)[keyof typeof TrackingServerStatus];
2005
- export interface DescribeMlflowTrackingServerResponse {
2006
- TrackingServerArn?: string;
2007
- TrackingServerName?: string;
2008
- ArtifactStoreUri?: string;
2009
- TrackingServerSize?: TrackingServerSize;
2010
- MlflowVersion?: string;
2011
- RoleArn?: string;
2012
- TrackingServerStatus?: TrackingServerStatus;
2013
- IsActive?: IsTrackingServerActive;
2014
- TrackingServerUrl?: string;
2015
- WeeklyMaintenanceWindowStart?: string;
2016
- AutomaticModelRegistration?: boolean;
2017
- CreationTime?: Date;
2018
- CreatedBy?: UserContext;
2019
- LastModifiedTime?: Date;
2020
- LastModifiedBy?: UserContext;
2021
- }
2022
- export interface DescribeModelInput {
2023
- ModelName: string | undefined;
2024
- }
2025
- export interface DescribeModelOutput {
2026
- ModelName: string | undefined;
2027
- PrimaryContainer?: ContainerDefinition;
2028
- Containers?: ContainerDefinition[];
2029
- InferenceExecutionConfig?: InferenceExecutionConfig;
2030
- ExecutionRoleArn?: string;
2031
- VpcConfig?: VpcConfig;
2032
- CreationTime: Date | undefined;
2033
- ModelArn: string | undefined;
2034
- EnableNetworkIsolation?: boolean;
2035
- DeploymentRecommendation?: DeploymentRecommendation;
2036
- }
2037
- export interface DescribeModelBiasJobDefinitionRequest {
2038
- JobDefinitionName: string | undefined;
2039
- }
2040
- export interface DescribeModelBiasJobDefinitionResponse {
2041
- JobDefinitionArn: string | undefined;
2042
- JobDefinitionName: string | undefined;
2043
- CreationTime: Date | undefined;
2044
- ModelBiasBaselineConfig?: ModelBiasBaselineConfig;
2045
- ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
2046
- ModelBiasJobInput: ModelBiasJobInput | undefined;
2047
- ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
2048
- JobResources: MonitoringResources | undefined;
2049
- NetworkConfig?: MonitoringNetworkConfig;
2050
- RoleArn: string | undefined;
2051
- StoppingCondition?: MonitoringStoppingCondition;
2052
- }
2053
- export interface DescribeModelCardRequest {
2054
- ModelCardName: string | undefined;
2055
- ModelCardVersion?: number;
2056
- }
2057
2013
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
2058
2014
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
2059
2015
  obj: CreateWorkforceRequest
@@ -34,6 +34,7 @@ import {
34
34
  CognitoConfig,
35
35
  CompilationJobStatus,
36
36
  CompilationJobSummary,
37
+ ContainerDefinition,
37
38
  ContextSummary,
38
39
  InferenceSpecification,
39
40
  MetadataProperties,
@@ -58,17 +59,20 @@ import {
58
59
  DriftCheckBaselines,
59
60
  EdgeOutputConfig,
60
61
  ExecutionRoleIdentityConfig,
61
- ExperimentConfig,
62
62
  FeatureDefinition,
63
63
  FeatureType,
64
64
  HyperParameterTrainingJobDefinition,
65
65
  HyperParameterTuningJobConfig,
66
66
  HyperParameterTuningJobStrategyType,
67
67
  HyperParameterTuningJobWarmStartConfig,
68
+ InferenceExecutionConfig,
68
69
  InferenceExperimentSchedule,
69
70
  InferenceExperimentType,
70
71
  InstanceMetadataServiceConfiguration,
71
72
  LabelingJobInputConfig,
73
+ ModelBiasAppSpecification,
74
+ ModelBiasBaselineConfig,
75
+ ModelBiasJobInput,
72
76
  ModelCardExportOutputConfig,
73
77
  ModelCardSecurityConfig,
74
78
  ModelCardStatus,
@@ -105,6 +109,7 @@ import {
105
109
  RootAccess,
106
110
  SkipModelValidation,
107
111
  SourceAlgorithmSpecification,
112
+ TrackingServerSize,
108
113
  UserSettings,
109
114
  } from "./models_1";
110
115
  import {
@@ -114,10 +119,12 @@ import {
114
119
  DebugHookConfig,
115
120
  DebugRuleConfiguration,
116
121
  DebugRuleEvaluationStatus,
122
+ DeploymentRecommendation,
117
123
  DomainStatus,
118
124
  EdgePackagingJobStatus,
119
125
  EndpointOutputConfiguration,
120
126
  EndpointStatus,
127
+ ExperimentConfig,
121
128
  ExperimentSource,
122
129
  FeatureGroupStatus,
123
130
  FeatureParameter,
@@ -136,7 +143,6 @@ import {
136
143
  InferenceExperimentStatus,
137
144
  InferenceMetrics,
138
145
  InfraCheckConfig,
139
- IsTrackingServerActive,
140
146
  LabelCounters,
141
147
  LabelingJobOutput,
142
148
  LabelingJobStatus,
@@ -167,7 +173,6 @@ import {
167
173
  SpaceSharingSettings,
168
174
  StudioLifecycleConfigAppType,
169
175
  TensorBoardOutputConfig,
170
- TrackingServerStatus,
171
176
  TrainingJobStatus,
172
177
  TrainingJobStatusCounters,
173
178
  TrialComponentArtifact,
@@ -175,6 +180,88 @@ import {
175
180
  TrialComponentStatus,
176
181
  WorkerAccessConfiguration,
177
182
  } from "./models_2";
183
+ export interface DescribeMlflowTrackingServerRequest {
184
+ TrackingServerName: string | undefined;
185
+ }
186
+ export declare const IsTrackingServerActive: {
187
+ readonly ACTIVE: "Active";
188
+ readonly INACTIVE: "Inactive";
189
+ };
190
+ export type IsTrackingServerActive =
191
+ (typeof IsTrackingServerActive)[keyof typeof IsTrackingServerActive];
192
+ export declare const TrackingServerStatus: {
193
+ readonly CREATED: "Created";
194
+ readonly CREATE_FAILED: "CreateFailed";
195
+ readonly CREATING: "Creating";
196
+ readonly DELETE_FAILED: "DeleteFailed";
197
+ readonly DELETING: "Deleting";
198
+ readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
199
+ readonly MAINTENANCE_FAILED: "MaintenanceFailed";
200
+ readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
201
+ readonly STARTED: "Started";
202
+ readonly STARTING: "Starting";
203
+ readonly START_FAILED: "StartFailed";
204
+ readonly STOPPED: "Stopped";
205
+ readonly STOPPING: "Stopping";
206
+ readonly STOP_FAILED: "StopFailed";
207
+ readonly UPDATED: "Updated";
208
+ readonly UPDATE_FAILED: "UpdateFailed";
209
+ readonly UPDATING: "Updating";
210
+ };
211
+ export type TrackingServerStatus =
212
+ (typeof TrackingServerStatus)[keyof typeof TrackingServerStatus];
213
+ export interface DescribeMlflowTrackingServerResponse {
214
+ TrackingServerArn?: string;
215
+ TrackingServerName?: string;
216
+ ArtifactStoreUri?: string;
217
+ TrackingServerSize?: TrackingServerSize;
218
+ MlflowVersion?: string;
219
+ RoleArn?: string;
220
+ TrackingServerStatus?: TrackingServerStatus;
221
+ IsActive?: IsTrackingServerActive;
222
+ TrackingServerUrl?: string;
223
+ WeeklyMaintenanceWindowStart?: string;
224
+ AutomaticModelRegistration?: boolean;
225
+ CreationTime?: Date;
226
+ CreatedBy?: UserContext;
227
+ LastModifiedTime?: Date;
228
+ LastModifiedBy?: UserContext;
229
+ }
230
+ export interface DescribeModelInput {
231
+ ModelName: string | undefined;
232
+ }
233
+ export interface DescribeModelOutput {
234
+ ModelName: string | undefined;
235
+ PrimaryContainer?: ContainerDefinition;
236
+ Containers?: ContainerDefinition[];
237
+ InferenceExecutionConfig?: InferenceExecutionConfig;
238
+ ExecutionRoleArn?: string;
239
+ VpcConfig?: VpcConfig;
240
+ CreationTime: Date | undefined;
241
+ ModelArn: string | undefined;
242
+ EnableNetworkIsolation?: boolean;
243
+ DeploymentRecommendation?: DeploymentRecommendation;
244
+ }
245
+ export interface DescribeModelBiasJobDefinitionRequest {
246
+ JobDefinitionName: string | undefined;
247
+ }
248
+ export interface DescribeModelBiasJobDefinitionResponse {
249
+ JobDefinitionArn: string | undefined;
250
+ JobDefinitionName: string | undefined;
251
+ CreationTime: Date | undefined;
252
+ ModelBiasBaselineConfig?: ModelBiasBaselineConfig;
253
+ ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
254
+ ModelBiasJobInput: ModelBiasJobInput | undefined;
255
+ ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
256
+ JobResources: MonitoringResources | undefined;
257
+ NetworkConfig?: MonitoringNetworkConfig;
258
+ RoleArn: string | undefined;
259
+ StoppingCondition?: MonitoringStoppingCondition;
260
+ }
261
+ export interface DescribeModelCardRequest {
262
+ ModelCardName: string | undefined;
263
+ ModelCardVersion?: number;
264
+ }
178
265
  export declare const ModelCardProcessingStatus: {
179
266
  readonly CONTENT_DELETED: "ContentDeleted";
180
267
  readonly DELETE_COMPLETED: "DeleteCompleted";
@@ -2386,69 +2473,6 @@ export declare const ModelCardExportJobSortOrder: {
2386
2473
  };
2387
2474
  export type ModelCardExportJobSortOrder =
2388
2475
  (typeof ModelCardExportJobSortOrder)[keyof typeof ModelCardExportJobSortOrder];
2389
- export interface ListModelCardExportJobsRequest {
2390
- ModelCardName: string | undefined;
2391
- ModelCardVersion?: number;
2392
- CreationTimeAfter?: Date;
2393
- CreationTimeBefore?: Date;
2394
- ModelCardExportJobNameContains?: string;
2395
- StatusEquals?: ModelCardExportJobStatus;
2396
- SortBy?: ModelCardExportJobSortBy;
2397
- SortOrder?: ModelCardExportJobSortOrder;
2398
- NextToken?: string;
2399
- MaxResults?: number;
2400
- }
2401
- export interface ModelCardExportJobSummary {
2402
- ModelCardExportJobName: string | undefined;
2403
- ModelCardExportJobArn: string | undefined;
2404
- Status: ModelCardExportJobStatus | undefined;
2405
- ModelCardName: string | undefined;
2406
- ModelCardVersion: number | undefined;
2407
- CreatedAt: Date | undefined;
2408
- LastModifiedAt: Date | undefined;
2409
- }
2410
- export interface ListModelCardExportJobsResponse {
2411
- ModelCardExportJobSummaries: ModelCardExportJobSummary[] | undefined;
2412
- NextToken?: string;
2413
- }
2414
- export declare const ModelCardSortBy: {
2415
- readonly CREATION_TIME: "CreationTime";
2416
- readonly NAME: "Name";
2417
- };
2418
- export type ModelCardSortBy =
2419
- (typeof ModelCardSortBy)[keyof typeof ModelCardSortBy];
2420
- export declare const ModelCardSortOrder: {
2421
- readonly ASCENDING: "Ascending";
2422
- readonly DESCENDING: "Descending";
2423
- };
2424
- export type ModelCardSortOrder =
2425
- (typeof ModelCardSortOrder)[keyof typeof ModelCardSortOrder];
2426
- export interface ListModelCardsRequest {
2427
- CreationTimeAfter?: Date;
2428
- CreationTimeBefore?: Date;
2429
- MaxResults?: number;
2430
- NameContains?: string;
2431
- ModelCardStatus?: ModelCardStatus;
2432
- NextToken?: string;
2433
- SortBy?: ModelCardSortBy;
2434
- SortOrder?: ModelCardSortOrder;
2435
- }
2436
- export interface ModelCardSummary {
2437
- ModelCardName: string | undefined;
2438
- ModelCardArn: string | undefined;
2439
- ModelCardStatus: ModelCardStatus | undefined;
2440
- CreationTime: Date | undefined;
2441
- LastModifiedTime?: Date;
2442
- }
2443
- export interface ListModelCardsResponse {
2444
- ModelCardSummaries: ModelCardSummary[] | undefined;
2445
- NextToken?: string;
2446
- }
2447
- export declare const ModelCardVersionSortBy: {
2448
- readonly VERSION: "Version";
2449
- };
2450
- export type ModelCardVersionSortBy =
2451
- (typeof ModelCardVersionSortBy)[keyof typeof ModelCardVersionSortBy];
2452
2476
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2453
2477
  obj: DescribeModelCardResponse
2454
2478
  ) => any;