@aws-sdk/client-sagemaker 3.832.0 → 3.833.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/dist-cjs/index.js +64 -23
  2. package/dist-es/models/models_0.js +0 -26
  3. package/dist-es/models/models_1.js +26 -5
  4. package/dist-es/models/models_2.js +5 -5
  5. package/dist-es/models/models_3.js +5 -5
  6. package/dist-es/models/models_4.js +5 -0
  7. package/dist-es/protocols/Aws_json1_1.js +47 -2
  8. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateProjectCommand.d.ts +15 -0
  11. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeProjectCommand.d.ts +20 -0
  15. package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  16. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  17. package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  19. package/dist-types/commands/SearchCommand.d.ts +20 -0
  20. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -1
  21. package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +1 -1
  22. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  23. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  24. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -1
  25. package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateProjectCommand.d.ts +14 -0
  27. package/dist-types/models/models_0.d.ts +148 -88
  28. package/dist-types/models/models_1.d.ts +88 -167
  29. package/dist-types/models/models_2.d.ts +184 -233
  30. package/dist-types/models/models_3.d.ts +250 -256
  31. package/dist-types/models/models_4.d.ts +262 -124
  32. package/dist-types/models/models_5.d.ts +140 -4
  33. package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/StartInferenceExperimentCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +35 -33
  49. package/dist-types/ts3.4/models/models_1.d.ts +34 -46
  50. package/dist-types/ts3.4/models/models_2.d.ts +49 -62
  51. package/dist-types/ts3.4/models/models_3.d.ts +66 -76
  52. package/dist-types/ts3.4/models/models_4.d.ts +75 -35
  53. package/dist-types/ts3.4/models/models_5.d.ts +41 -1
  54. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListClustersRequest, ListClustersResponse } from "../models/models_3";
3
+ import { ListClustersRequest, ListClustersResponse } from "../models/models_4";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartInferenceExperimentRequest,
5
5
  StartInferenceExperimentResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartMlflowTrackingServerRequest,
5
5
  StartMlflowTrackingServerResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { StartMonitoringScheduleRequest } from "../models/models_4";
3
+ import { StartMonitoringScheduleRequest } from "../models/models_5";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { StartNotebookInstanceInput } from "../models/models_4";
3
+ import { StartNotebookInstanceInput } from "../models/models_5";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartPipelineExecutionRequest,
5
5
  StartPipelineExecutionResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { StopAutoMLJobRequest } from "../models/models_4";
3
+ import { StopAutoMLJobRequest } from "../models/models_5";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -2115,6 +2115,41 @@ export interface CategoricalParameterRange {
2115
2115
  export interface CategoricalParameterRangeSpecification {
2116
2116
  Values: string[] | undefined;
2117
2117
  }
2118
+ export interface CfnStackCreateParameter {
2119
+ Key: string | undefined;
2120
+ Value?: string | undefined;
2121
+ }
2122
+ export interface CfnCreateTemplateProvider {
2123
+ TemplateName: string | undefined;
2124
+ TemplateURL: string | undefined;
2125
+ RoleARN?: string | undefined;
2126
+ Parameters?: CfnStackCreateParameter[] | undefined;
2127
+ }
2128
+ export interface CfnStackDetail {
2129
+ Name?: string | undefined;
2130
+ Id?: string | undefined;
2131
+ StatusMessage: string | undefined;
2132
+ }
2133
+ export interface CfnStackParameter {
2134
+ Key: string | undefined;
2135
+ Value?: string | undefined;
2136
+ }
2137
+ export interface CfnStackUpdateParameter {
2138
+ Key: string | undefined;
2139
+ Value?: string | undefined;
2140
+ }
2141
+ export interface CfnTemplateProviderDetail {
2142
+ TemplateName: string | undefined;
2143
+ TemplateURL: string | undefined;
2144
+ RoleARN?: string | undefined;
2145
+ Parameters?: CfnStackParameter[] | undefined;
2146
+ StackDetail?: CfnStackDetail | undefined;
2147
+ }
2148
+ export interface CfnUpdateTemplateProvider {
2149
+ TemplateName: string | undefined;
2150
+ TemplateURL: string | undefined;
2151
+ Parameters?: CfnStackUpdateParameter[] | undefined;
2152
+ }
2118
2153
  export interface ChannelSpecification {
2119
2154
  Name: string | undefined;
2120
2155
  Description?: string | undefined;
@@ -2776,36 +2811,3 @@ export declare const ConditionOutcome: {
2776
2811
  };
2777
2812
  export type ConditionOutcome =
2778
2813
  (typeof ConditionOutcome)[keyof typeof ConditionOutcome];
2779
- export interface ConditionStepMetadata {
2780
- Outcome?: ConditionOutcome | undefined;
2781
- }
2782
- export declare class ConflictException extends __BaseException {
2783
- readonly name: "ConflictException";
2784
- readonly $fault: "client";
2785
- Message?: string | undefined;
2786
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
2787
- }
2788
- export declare const RepositoryAccessMode: {
2789
- readonly PLATFORM: "Platform";
2790
- readonly VPC: "Vpc";
2791
- };
2792
- export type RepositoryAccessMode =
2793
- (typeof RepositoryAccessMode)[keyof typeof RepositoryAccessMode];
2794
- export interface RepositoryAuthConfig {
2795
- RepositoryCredentialsProviderArn: string | undefined;
2796
- }
2797
- export interface ImageConfig {
2798
- RepositoryAccessMode: RepositoryAccessMode | undefined;
2799
- RepositoryAuthConfig?: RepositoryAuthConfig | undefined;
2800
- }
2801
- export declare const ContainerMode: {
2802
- readonly MULTI_MODEL: "MultiModel";
2803
- readonly SINGLE_MODEL: "SingleModel";
2804
- };
2805
- export type ContainerMode = (typeof ContainerMode)[keyof typeof ContainerMode];
2806
- export declare const ModelCacheSetting: {
2807
- readonly DISABLED: "Disabled";
2808
- readonly ENABLED: "Enabled";
2809
- };
2810
- export type ModelCacheSetting =
2811
- (typeof ModelCacheSetting)[keyof typeof ModelCacheSetting];
@@ -61,18 +61,16 @@ import {
61
61
  CompleteOnConvergence,
62
62
  ComputeQuotaConfig,
63
63
  ComputeQuotaTarget,
64
- ContainerMode,
64
+ ConditionOutcome,
65
65
  CustomImage,
66
66
  FeatureStatus,
67
67
  GitConfig,
68
- ImageConfig,
69
68
  InferenceSpecification,
70
69
  JupyterLabAppImageConfig,
71
70
  KernelGatewayImageConfig,
72
71
  MetricDefinition,
73
72
  MetricsSource,
74
73
  ModelApprovalStatus,
75
- ModelCacheSetting,
76
74
  ModelDataSource,
77
75
  OutputDataConfig,
78
76
  ProblemType,
@@ -93,6 +91,39 @@ import {
93
91
  VpcConfig,
94
92
  } from "./models_0";
95
93
  import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
94
+ export interface ConditionStepMetadata {
95
+ Outcome?: ConditionOutcome | undefined;
96
+ }
97
+ export declare class ConflictException extends __BaseException {
98
+ readonly name: "ConflictException";
99
+ readonly $fault: "client";
100
+ Message?: string | undefined;
101
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
102
+ }
103
+ export declare const RepositoryAccessMode: {
104
+ readonly PLATFORM: "Platform";
105
+ readonly VPC: "Vpc";
106
+ };
107
+ export type RepositoryAccessMode =
108
+ (typeof RepositoryAccessMode)[keyof typeof RepositoryAccessMode];
109
+ export interface RepositoryAuthConfig {
110
+ RepositoryCredentialsProviderArn: string | undefined;
111
+ }
112
+ export interface ImageConfig {
113
+ RepositoryAccessMode: RepositoryAccessMode | undefined;
114
+ RepositoryAuthConfig?: RepositoryAuthConfig | undefined;
115
+ }
116
+ export declare const ContainerMode: {
117
+ readonly MULTI_MODEL: "MultiModel";
118
+ readonly SINGLE_MODEL: "SingleModel";
119
+ };
120
+ export type ContainerMode = (typeof ContainerMode)[keyof typeof ContainerMode];
121
+ export declare const ModelCacheSetting: {
122
+ readonly DISABLED: "Disabled";
123
+ readonly ENABLED: "Enabled";
124
+ };
125
+ export type ModelCacheSetting =
126
+ (typeof ModelCacheSetting)[keyof typeof ModelCacheSetting];
96
127
  export interface MultiModelConfig {
97
128
  ModelCacheSetting?: ModelCacheSetting | undefined;
98
129
  }
@@ -2125,49 +2156,6 @@ export interface CreateModelPackageGroupInput {
2125
2156
  ModelPackageGroupDescription?: string | undefined;
2126
2157
  Tags?: Tag[] | undefined;
2127
2158
  }
2128
- export interface CreateModelPackageGroupOutput {
2129
- ModelPackageGroupArn: string | undefined;
2130
- }
2131
- export declare const MonitoringProblemType: {
2132
- readonly BINARY_CLASSIFICATION: "BinaryClassification";
2133
- readonly MULTICLASS_CLASSIFICATION: "MulticlassClassification";
2134
- readonly REGRESSION: "Regression";
2135
- };
2136
- export type MonitoringProblemType =
2137
- (typeof MonitoringProblemType)[keyof typeof MonitoringProblemType];
2138
- export interface ModelQualityAppSpecification {
2139
- ImageUri: string | undefined;
2140
- ContainerEntrypoint?: string[] | undefined;
2141
- ContainerArguments?: string[] | undefined;
2142
- RecordPreprocessorSourceUri?: string | undefined;
2143
- PostAnalyticsProcessorSourceUri?: string | undefined;
2144
- ProblemType?: MonitoringProblemType | undefined;
2145
- Environment?: Record<string, string> | undefined;
2146
- }
2147
- export interface ModelQualityBaselineConfig {
2148
- BaseliningJobName?: string | undefined;
2149
- ConstraintsResource?: MonitoringConstraintsResource | undefined;
2150
- }
2151
- export interface ModelQualityJobInput {
2152
- EndpointInput?: EndpointInput | undefined;
2153
- BatchTransformInput?: BatchTransformInput | undefined;
2154
- GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
2155
- }
2156
- export interface CreateModelQualityJobDefinitionRequest {
2157
- JobDefinitionName: string | undefined;
2158
- ModelQualityBaselineConfig?: ModelQualityBaselineConfig | undefined;
2159
- ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
2160
- ModelQualityJobInput: ModelQualityJobInput | undefined;
2161
- ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
2162
- JobResources: MonitoringResources | undefined;
2163
- NetworkConfig?: MonitoringNetworkConfig | undefined;
2164
- RoleArn: string | undefined;
2165
- StoppingCondition?: MonitoringStoppingCondition | undefined;
2166
- Tags?: Tag[] | undefined;
2167
- }
2168
- export interface CreateModelQualityJobDefinitionResponse {
2169
- JobDefinitionArn: string | undefined;
2170
- }
2171
2159
  export declare const CreateModelCardRequestFilterSensitiveLog: (
2172
2160
  obj: CreateModelCardRequest
2173
2161
  ) => any;
@@ -37,6 +37,7 @@ import {
37
37
  BatchTransformInput,
38
38
  CapacityReservationPreference,
39
39
  CaptureStatus,
40
+ CfnCreateTemplateProvider,
40
41
  Channel,
41
42
  CheckpointConfig,
42
43
  ClusterInstanceGroupDetails,
@@ -90,22 +91,19 @@ import {
90
91
  EdgePresetDeploymentType,
91
92
  EndpointInput,
92
93
  ExplainerConfig,
93
- FeatureDefinition,
94
- FeatureType,
95
94
  InputConfig,
96
95
  JupyterServerAppSettings,
97
96
  KernelGatewayAppSettings,
98
97
  MetadataProperties,
99
98
  ModelDeployConfig,
100
99
  MonitoringConstraintsResource,
100
+ MonitoringGroundTruthS3Input,
101
101
  MonitoringNetworkConfig,
102
102
  MonitoringOutputConfig,
103
103
  MonitoringResources,
104
104
  MonitoringStatisticsResource,
105
105
  MonitoringStoppingCondition,
106
106
  NeoVpcConfig,
107
- OfflineStoreConfig,
108
- OnlineStoreConfig,
109
107
  OutputConfig,
110
108
  ProcessingInstanceType,
111
109
  ProcessingS3UploadMode,
@@ -117,10 +115,52 @@ import {
117
115
  RetryStrategy,
118
116
  SchedulerConfig,
119
117
  TagPropagation,
120
- ThroughputMode,
121
118
  TrainingSpecification,
122
119
  UserSettings,
123
120
  } from "./models_1";
121
+ export interface CreateModelPackageGroupOutput {
122
+ ModelPackageGroupArn: string | undefined;
123
+ }
124
+ export declare const MonitoringProblemType: {
125
+ readonly BINARY_CLASSIFICATION: "BinaryClassification";
126
+ readonly MULTICLASS_CLASSIFICATION: "MulticlassClassification";
127
+ readonly REGRESSION: "Regression";
128
+ };
129
+ export type MonitoringProblemType =
130
+ (typeof MonitoringProblemType)[keyof typeof MonitoringProblemType];
131
+ export interface ModelQualityAppSpecification {
132
+ ImageUri: string | undefined;
133
+ ContainerEntrypoint?: string[] | undefined;
134
+ ContainerArguments?: string[] | undefined;
135
+ RecordPreprocessorSourceUri?: string | undefined;
136
+ PostAnalyticsProcessorSourceUri?: string | undefined;
137
+ ProblemType?: MonitoringProblemType | undefined;
138
+ Environment?: Record<string, string> | undefined;
139
+ }
140
+ export interface ModelQualityBaselineConfig {
141
+ BaseliningJobName?: string | undefined;
142
+ ConstraintsResource?: MonitoringConstraintsResource | undefined;
143
+ }
144
+ export interface ModelQualityJobInput {
145
+ EndpointInput?: EndpointInput | undefined;
146
+ BatchTransformInput?: BatchTransformInput | undefined;
147
+ GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
148
+ }
149
+ export interface CreateModelQualityJobDefinitionRequest {
150
+ JobDefinitionName: string | undefined;
151
+ ModelQualityBaselineConfig?: ModelQualityBaselineConfig | undefined;
152
+ ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
153
+ ModelQualityJobInput: ModelQualityJobInput | undefined;
154
+ ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
155
+ JobResources: MonitoringResources | undefined;
156
+ NetworkConfig?: MonitoringNetworkConfig | undefined;
157
+ RoleArn: string | undefined;
158
+ StoppingCondition?: MonitoringStoppingCondition | undefined;
159
+ Tags?: Tag[] | undefined;
160
+ }
161
+ export interface CreateModelQualityJobDefinitionResponse {
162
+ JobDefinitionArn: string | undefined;
163
+ }
124
164
  export interface MonitoringBaselineConfig {
125
165
  BaseliningJobName?: string | undefined;
126
166
  ConstraintsResource?: MonitoringConstraintsResource | undefined;
@@ -584,6 +624,9 @@ export interface ServiceCatalogProvisioningDetails {
584
624
  PathId?: string | undefined;
585
625
  ProvisioningParameters?: ProvisioningParameter[] | undefined;
586
626
  }
627
+ export interface CreateTemplateProvider {
628
+ CfnTemplateProvider?: CfnCreateTemplateProvider | undefined;
629
+ }
587
630
  export interface CreateProjectInput {
588
631
  ProjectName: string | undefined;
589
632
  ProjectDescription?: string | undefined;
@@ -591,6 +634,7 @@ export interface CreateProjectInput {
591
634
  | ServiceCatalogProvisioningDetails
592
635
  | undefined;
593
636
  Tags?: Tag[] | undefined;
637
+ TemplateProviders?: CreateTemplateProvider[] | undefined;
594
638
  }
595
639
  export interface CreateProjectOutput {
596
640
  ProjectArn: string | undefined;
@@ -1880,63 +1924,6 @@ export interface LastUpdateStatus {
1880
1924
  Status: LastUpdateStatusValue | undefined;
1881
1925
  FailureReason?: string | undefined;
1882
1926
  }
1883
- export declare const OfflineStoreStatusValue: {
1884
- readonly ACTIVE: "Active";
1885
- readonly BLOCKED: "Blocked";
1886
- readonly DISABLED: "Disabled";
1887
- };
1888
- export type OfflineStoreStatusValue =
1889
- (typeof OfflineStoreStatusValue)[keyof typeof OfflineStoreStatusValue];
1890
- export interface OfflineStoreStatus {
1891
- Status: OfflineStoreStatusValue | undefined;
1892
- BlockedReason?: string | undefined;
1893
- }
1894
- export interface ThroughputConfigDescription {
1895
- ThroughputMode: ThroughputMode | undefined;
1896
- ProvisionedReadCapacityUnits?: number | undefined;
1897
- ProvisionedWriteCapacityUnits?: number | undefined;
1898
- }
1899
- export interface DescribeFeatureGroupResponse {
1900
- FeatureGroupArn: string | undefined;
1901
- FeatureGroupName: string | undefined;
1902
- RecordIdentifierFeatureName: string | undefined;
1903
- EventTimeFeatureName: string | undefined;
1904
- FeatureDefinitions: FeatureDefinition[] | undefined;
1905
- CreationTime: Date | undefined;
1906
- LastModifiedTime?: Date | undefined;
1907
- OnlineStoreConfig?: OnlineStoreConfig | undefined;
1908
- OfflineStoreConfig?: OfflineStoreConfig | undefined;
1909
- ThroughputConfig?: ThroughputConfigDescription | undefined;
1910
- RoleArn?: string | undefined;
1911
- FeatureGroupStatus?: FeatureGroupStatus | undefined;
1912
- OfflineStoreStatus?: OfflineStoreStatus | undefined;
1913
- LastUpdateStatus?: LastUpdateStatus | undefined;
1914
- FailureReason?: string | undefined;
1915
- Description?: string | undefined;
1916
- NextToken: string | undefined;
1917
- OnlineStoreTotalSizeBytes?: number | undefined;
1918
- }
1919
- export interface DescribeFeatureMetadataRequest {
1920
- FeatureGroupName: string | undefined;
1921
- FeatureName: string | undefined;
1922
- }
1923
- export interface FeatureParameter {
1924
- Key?: string | undefined;
1925
- Value?: string | undefined;
1926
- }
1927
- export interface DescribeFeatureMetadataResponse {
1928
- FeatureGroupArn: string | undefined;
1929
- FeatureGroupName: string | undefined;
1930
- FeatureName: string | undefined;
1931
- FeatureType: FeatureType | undefined;
1932
- CreationTime: Date | undefined;
1933
- LastModifiedTime: Date | undefined;
1934
- Description?: string | undefined;
1935
- Parameters?: FeatureParameter[] | undefined;
1936
- }
1937
- export interface DescribeFlowDefinitionRequest {
1938
- FlowDefinitionName: string | undefined;
1939
- }
1940
1927
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
1941
1928
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
1942
1929
  obj: CreateWorkforceRequest
@@ -14,7 +14,6 @@ import {
14
14
  ArtifactSummary,
15
15
  AssociationEdgeType,
16
16
  AssociationSummary,
17
- AutoMLCandidate,
18
17
  AutoMLJobStatus,
19
18
  AutoMLJobSummary,
20
19
  AutoMLSortBy,
@@ -23,14 +22,9 @@ import {
23
22
  Autotune,
24
23
  BatchDataCaptureConfig,
25
24
  BatchStrategy,
26
- CandidateSortBy,
27
- CandidateStatus,
25
+ CfnTemplateProviderDetail,
28
26
  Channel,
29
27
  CheckpointConfig,
30
- ClusterNodeSummary,
31
- ClusterSchedulerConfigSummary,
32
- ClusterSortBy,
33
- ClusterSummary,
34
28
  CognitoConfig,
35
29
  InferenceSpecification,
36
30
  ModelApprovalStatus,
@@ -41,7 +35,6 @@ import {
41
35
  ProductionVariantInstanceType,
42
36
  ResourceConfig,
43
37
  ResourceSpec,
44
- SchedulerResourceStatus,
45
38
  StoppingCondition,
46
39
  Tag,
47
40
  TransformInput,
@@ -98,9 +91,6 @@ import {
98
91
  ModelPackageModelCard,
99
92
  ModelPackageSecurityConfig,
100
93
  ModelPackageValidationSpecification,
101
- ModelQualityAppSpecification,
102
- ModelQualityBaselineConfig,
103
- ModelQualityJobInput,
104
94
  MonitoringNetworkConfig,
105
95
  MonitoringOutputConfig,
106
96
  MonitoringResources,
@@ -117,6 +107,7 @@ import {
117
107
  ShadowModeConfig,
118
108
  SkipModelValidation,
119
109
  SourceAlgorithmSpecification,
110
+ ThroughputMode,
120
111
  TrackingServerSize,
121
112
  UnifiedStudioSettings,
122
113
  UserSettings,
@@ -138,7 +129,6 @@ import {
138
129
  ExperimentConfig,
139
130
  ExperimentSource,
140
131
  FeatureGroupStatus,
141
- FeatureParameter,
142
132
  HubContentType,
143
133
  InfraCheckConfig,
144
134
  InstanceMetadataServiceConfiguration,
@@ -146,13 +136,15 @@ import {
146
136
  MemberDefinition,
147
137
  ModelArtifacts,
148
138
  ModelClientConfig,
139
+ ModelQualityAppSpecification,
140
+ ModelQualityBaselineConfig,
141
+ ModelQualityJobInput,
149
142
  MonitoringScheduleConfig,
150
143
  MonitoringType,
151
144
  NetworkConfig,
152
145
  NotebookInstanceAcceleratorType,
153
146
  NotebookInstanceLifecycleHook,
154
147
  NotificationConfiguration,
155
- OfflineStoreStatus,
156
148
  OptimizationConfig,
157
149
  OptimizationJobDeploymentInstanceType,
158
150
  OptimizationJobModelSource,
@@ -185,6 +177,63 @@ import {
185
177
  TrialComponentStatus,
186
178
  WorkerAccessConfiguration,
187
179
  } from "./models_2";
180
+ export declare const OfflineStoreStatusValue: {
181
+ readonly ACTIVE: "Active";
182
+ readonly BLOCKED: "Blocked";
183
+ readonly DISABLED: "Disabled";
184
+ };
185
+ export type OfflineStoreStatusValue =
186
+ (typeof OfflineStoreStatusValue)[keyof typeof OfflineStoreStatusValue];
187
+ export interface OfflineStoreStatus {
188
+ Status: OfflineStoreStatusValue | undefined;
189
+ BlockedReason?: string | undefined;
190
+ }
191
+ export interface ThroughputConfigDescription {
192
+ ThroughputMode: ThroughputMode | undefined;
193
+ ProvisionedReadCapacityUnits?: number | undefined;
194
+ ProvisionedWriteCapacityUnits?: number | undefined;
195
+ }
196
+ export interface DescribeFeatureGroupResponse {
197
+ FeatureGroupArn: string | undefined;
198
+ FeatureGroupName: string | undefined;
199
+ RecordIdentifierFeatureName: string | undefined;
200
+ EventTimeFeatureName: string | undefined;
201
+ FeatureDefinitions: FeatureDefinition[] | undefined;
202
+ CreationTime: Date | undefined;
203
+ LastModifiedTime?: Date | undefined;
204
+ OnlineStoreConfig?: OnlineStoreConfig | undefined;
205
+ OfflineStoreConfig?: OfflineStoreConfig | undefined;
206
+ ThroughputConfig?: ThroughputConfigDescription | undefined;
207
+ RoleArn?: string | undefined;
208
+ FeatureGroupStatus?: FeatureGroupStatus | undefined;
209
+ OfflineStoreStatus?: OfflineStoreStatus | undefined;
210
+ LastUpdateStatus?: LastUpdateStatus | undefined;
211
+ FailureReason?: string | undefined;
212
+ Description?: string | undefined;
213
+ NextToken: string | undefined;
214
+ OnlineStoreTotalSizeBytes?: number | undefined;
215
+ }
216
+ export interface DescribeFeatureMetadataRequest {
217
+ FeatureGroupName: string | undefined;
218
+ FeatureName: string | undefined;
219
+ }
220
+ export interface FeatureParameter {
221
+ Key?: string | undefined;
222
+ Value?: string | undefined;
223
+ }
224
+ export interface DescribeFeatureMetadataResponse {
225
+ FeatureGroupArn: string | undefined;
226
+ FeatureGroupName: string | undefined;
227
+ FeatureName: string | undefined;
228
+ FeatureType: FeatureType | undefined;
229
+ CreationTime: Date | undefined;
230
+ LastModifiedTime: Date | undefined;
231
+ Description?: string | undefined;
232
+ Parameters?: FeatureParameter[] | undefined;
233
+ }
234
+ export interface DescribeFlowDefinitionRequest {
235
+ FlowDefinitionName: string | undefined;
236
+ }
188
237
  export declare const FlowDefinitionStatus: {
189
238
  readonly ACTIVE: "Active";
190
239
  readonly DELETING: "Deleting";
@@ -1228,6 +1277,9 @@ export interface ServiceCatalogProvisionedProductDetails {
1228
1277
  ProvisionedProductId?: string | undefined;
1229
1278
  ProvisionedProductStatusMessage?: string | undefined;
1230
1279
  }
1280
+ export interface TemplateProviderDetail {
1281
+ CfnTemplateProviderDetail?: CfnTemplateProviderDetail | undefined;
1282
+ }
1231
1283
  export interface DescribeProjectOutput {
1232
1284
  ProjectArn: string | undefined;
1233
1285
  ProjectName: string | undefined;
@@ -1240,6 +1292,7 @@ export interface DescribeProjectOutput {
1240
1292
  | ServiceCatalogProvisionedProductDetails
1241
1293
  | undefined;
1242
1294
  ProjectStatus: ProjectStatus | undefined;
1295
+ TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
1243
1296
  CreatedBy?: UserContext | undefined;
1244
1297
  CreationTime: Date | undefined;
1245
1298
  LastModifiedTime?: Date | undefined;
@@ -2511,69 +2564,6 @@ export interface ListAutoMLJobsResponse {
2511
2564
  AutoMLJobSummaries: AutoMLJobSummary[] | undefined;
2512
2565
  NextToken?: string | undefined;
2513
2566
  }
2514
- export interface ListCandidatesForAutoMLJobRequest {
2515
- AutoMLJobName: string | undefined;
2516
- StatusEquals?: CandidateStatus | undefined;
2517
- CandidateNameEquals?: string | undefined;
2518
- SortOrder?: AutoMLSortOrder | undefined;
2519
- SortBy?: CandidateSortBy | undefined;
2520
- MaxResults?: number | undefined;
2521
- NextToken?: string | undefined;
2522
- }
2523
- export interface ListCandidatesForAutoMLJobResponse {
2524
- Candidates: AutoMLCandidate[] | undefined;
2525
- NextToken?: string | undefined;
2526
- }
2527
- export interface ListClusterNodesRequest {
2528
- ClusterName: string | undefined;
2529
- CreationTimeAfter?: Date | undefined;
2530
- CreationTimeBefore?: Date | undefined;
2531
- InstanceGroupNameContains?: string | undefined;
2532
- MaxResults?: number | undefined;
2533
- NextToken?: string | undefined;
2534
- SortBy?: ClusterSortBy | undefined;
2535
- SortOrder?: SortOrder | undefined;
2536
- }
2537
- export interface ListClusterNodesResponse {
2538
- NextToken?: string | undefined;
2539
- ClusterNodeSummaries: ClusterNodeSummary[] | undefined;
2540
- }
2541
- export interface ListClustersRequest {
2542
- CreationTimeAfter?: Date | undefined;
2543
- CreationTimeBefore?: Date | undefined;
2544
- MaxResults?: number | undefined;
2545
- NameContains?: string | undefined;
2546
- NextToken?: string | undefined;
2547
- SortBy?: ClusterSortBy | undefined;
2548
- SortOrder?: SortOrder | undefined;
2549
- TrainingPlanArn?: string | undefined;
2550
- }
2551
- export interface ListClustersResponse {
2552
- NextToken?: string | undefined;
2553
- ClusterSummaries: ClusterSummary[] | undefined;
2554
- }
2555
- export declare const SortClusterSchedulerConfigBy: {
2556
- readonly CREATION_TIME: "CreationTime";
2557
- readonly NAME: "Name";
2558
- readonly STATUS: "Status";
2559
- };
2560
- export type SortClusterSchedulerConfigBy =
2561
- (typeof SortClusterSchedulerConfigBy)[keyof typeof SortClusterSchedulerConfigBy];
2562
- export interface ListClusterSchedulerConfigsRequest {
2563
- CreatedAfter?: Date | undefined;
2564
- CreatedBefore?: Date | undefined;
2565
- NameContains?: string | undefined;
2566
- ClusterArn?: string | undefined;
2567
- Status?: SchedulerResourceStatus | undefined;
2568
- SortBy?: SortClusterSchedulerConfigBy | undefined;
2569
- SortOrder?: SortOrder | undefined;
2570
- NextToken?: string | undefined;
2571
- MaxResults?: number | undefined;
2572
- }
2573
- export interface ListClusterSchedulerConfigsResponse {
2574
- ClusterSchedulerConfigSummaries?: ClusterSchedulerConfigSummary[] | undefined;
2575
- NextToken?: string | undefined;
2576
- }
2577
2567
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2578
2568
  obj: DescribeModelCardResponse
2579
2569
  ) => any;