@aws-sdk/client-sagemaker 3.609.0 → 3.614.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.
- package/README.md +40 -0
- package/dist-cjs/index.js +4869 -4441
- package/dist-es/SageMaker.js +10 -0
- package/dist-es/commands/CreateOptimizationJobCommand.js +24 -0
- package/dist-es/commands/DeleteOptimizationJobCommand.js +24 -0
- package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
- package/dist-es/commands/DescribeOptimizationJobCommand.js +24 -0
- package/dist-es/commands/ListOptimizationJobsCommand.js +24 -0
- package/dist-es/commands/StopOptimizationJobCommand.js +24 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +38 -0
- package/dist-es/models/models_2.js +0 -19
- package/dist-es/models/models_3.js +27 -17
- package/dist-es/models/models_4.js +22 -0
- package/dist-es/pagination/ListOptimizationJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +278 -0
- package/dist-types/SageMaker.d.ts +36 -0
- package/dist-types/SageMakerClient.d.ts +7 -2
- package/dist-types/commands/CreateAppCommand.d.ts +3 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +22 -18
- package/dist-types/commands/CreateModelCommand.d.ts +22 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +124 -0
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +15 -15
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -6
- package/dist-types/commands/DeleteOptimizationJobCommand.d.ts +61 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +4 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +4 -0
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +22 -0
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -2
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +119 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelsCommand.d.ts +1 -2
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +85 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -1
- package/dist-types/commands/SearchCommand.d.ts +32 -0
- package/dist-types/commands/StopOptimizationJobCommand.d.ts +61 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +69 -61
- package/dist-types/models/models_1.d.ts +421 -442
- package/dist-types/models/models_2.d.ts +436 -556
- package/dist-types/models/models_3.d.ts +5535 -5371
- package/dist-types/models/models_4.d.ts +740 -38
- package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/SageMaker.d.ts +86 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteOptimizationJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopOptimizationJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -13
- package/dist-types/ts3.4/models/models_1.d.ts +109 -71
- package/dist-types/ts3.4/models/models_2.d.ts +81 -142
- package/dist-types/ts3.4/models/models_3.d.ts +192 -125
- package/dist-types/ts3.4/models/models_4.d.ts +170 -9
- package/dist-types/ts3.4/pagination/ListOptimizationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +20 -20
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ActionSource,
|
|
3
3
|
ActionStatus,
|
|
4
|
-
AdditionalInferenceSpecificationDefinition,
|
|
5
4
|
AlgorithmSpecification,
|
|
6
5
|
AlgorithmStatus,
|
|
7
6
|
AlgorithmStatusDetails,
|
|
8
7
|
AlgorithmValidationSpecification,
|
|
9
8
|
AppNetworkAccessType,
|
|
10
9
|
AppSecurityGroupManagement,
|
|
10
|
+
AppSpecification,
|
|
11
11
|
AppStatus,
|
|
12
12
|
AppType,
|
|
13
13
|
ArtifactSource,
|
|
@@ -52,12 +52,12 @@ import {
|
|
|
52
52
|
JupyterLabAppImageConfig,
|
|
53
53
|
KernelGatewayImageConfig,
|
|
54
54
|
MetadataProperties,
|
|
55
|
-
ModelApprovalStatus,
|
|
56
55
|
ModelDeployConfig,
|
|
57
|
-
ModelPackageStatus,
|
|
58
56
|
ObjectiveStatus,
|
|
59
57
|
OutputDataConfig,
|
|
60
58
|
ProblemType,
|
|
59
|
+
ProcessingS3DataDistributionType,
|
|
60
|
+
ProcessingS3InputMode,
|
|
61
61
|
ProductionVariantInstanceType,
|
|
62
62
|
ResourceConfig,
|
|
63
63
|
ResourceSpec,
|
|
@@ -75,11 +75,11 @@ import {
|
|
|
75
75
|
DataQualityAppSpecification,
|
|
76
76
|
DataQualityBaselineConfig,
|
|
77
77
|
DataQualityJobInput,
|
|
78
|
+
DatasetDefinition,
|
|
78
79
|
DefaultSpaceSettings,
|
|
79
80
|
DeploymentConfig,
|
|
80
81
|
DeviceSelectionConfig,
|
|
81
82
|
DomainSettings,
|
|
82
|
-
DriftCheckBaselines,
|
|
83
83
|
EdgeDeploymentConfig,
|
|
84
84
|
EdgeDeploymentModelConfig,
|
|
85
85
|
EdgeOutputConfig,
|
|
@@ -115,29 +115,22 @@ import {
|
|
|
115
115
|
ModelBiasAppSpecification,
|
|
116
116
|
ModelBiasBaselineConfig,
|
|
117
117
|
ModelBiasJobInput,
|
|
118
|
-
ModelCardExportOutputConfig,
|
|
119
118
|
ModelCardSecurityConfig,
|
|
120
119
|
ModelCardStatus,
|
|
121
|
-
ModelExplainabilityAppSpecification,
|
|
122
|
-
ModelExplainabilityBaselineConfig,
|
|
123
|
-
ModelExplainabilityJobInput,
|
|
124
120
|
ModelInfrastructureConfig,
|
|
125
|
-
ModelMetrics,
|
|
126
|
-
ModelPackageModelCard,
|
|
127
|
-
ModelPackageSecurityConfig,
|
|
128
|
-
ModelPackageValidationSpecification,
|
|
129
|
-
ModelQualityAppSpecification,
|
|
130
|
-
ModelQualityBaselineConfig,
|
|
131
|
-
ModelQualityJobInput,
|
|
132
121
|
MonitoringNetworkConfig,
|
|
133
122
|
MonitoringOutputConfig,
|
|
134
123
|
MonitoringResources,
|
|
135
124
|
MonitoringStoppingCondition,
|
|
136
125
|
NeoVpcConfig,
|
|
126
|
+
NetworkConfig,
|
|
137
127
|
OfflineStoreConfig,
|
|
138
128
|
OnlineStoreConfig,
|
|
139
129
|
OutputConfig,
|
|
140
130
|
ProcessingInstanceType,
|
|
131
|
+
ProcessingS3CompressionType,
|
|
132
|
+
ProcessingS3DataType,
|
|
133
|
+
ProcessingS3UploadMode,
|
|
141
134
|
Processor,
|
|
142
135
|
ProductionVariant,
|
|
143
136
|
ProductionVariantAcceleratorType,
|
|
@@ -148,15 +141,82 @@ import {
|
|
|
148
141
|
RecommendationJobStoppingConditions,
|
|
149
142
|
RecommendationJobType,
|
|
150
143
|
RetryStrategy,
|
|
151
|
-
ServiceCatalogProvisioningDetails,
|
|
152
144
|
ShadowModeConfig,
|
|
153
|
-
SkipModelValidation,
|
|
154
|
-
SourceAlgorithmSpecification,
|
|
155
145
|
ThroughputMode,
|
|
156
146
|
TrackingServerSize,
|
|
157
147
|
UserSettings,
|
|
158
148
|
VendorGuidance,
|
|
159
149
|
} from "./models_1";
|
|
150
|
+
export interface ProcessingS3Input {
|
|
151
|
+
S3Uri: string | undefined;
|
|
152
|
+
LocalPath?: string;
|
|
153
|
+
S3DataType: ProcessingS3DataType | undefined;
|
|
154
|
+
S3InputMode?: ProcessingS3InputMode;
|
|
155
|
+
S3DataDistributionType?: ProcessingS3DataDistributionType;
|
|
156
|
+
S3CompressionType?: ProcessingS3CompressionType;
|
|
157
|
+
}
|
|
158
|
+
export interface ProcessingInput {
|
|
159
|
+
InputName: string | undefined;
|
|
160
|
+
AppManaged?: boolean;
|
|
161
|
+
S3Input?: ProcessingS3Input;
|
|
162
|
+
DatasetDefinition?: DatasetDefinition;
|
|
163
|
+
}
|
|
164
|
+
export interface ProcessingFeatureStoreOutput {
|
|
165
|
+
FeatureGroupName: string | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface ProcessingS3Output {
|
|
168
|
+
S3Uri: string | undefined;
|
|
169
|
+
LocalPath: string | undefined;
|
|
170
|
+
S3UploadMode: ProcessingS3UploadMode | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface ProcessingOutput {
|
|
173
|
+
OutputName: string | undefined;
|
|
174
|
+
S3Output?: ProcessingS3Output;
|
|
175
|
+
FeatureStoreOutput?: ProcessingFeatureStoreOutput;
|
|
176
|
+
AppManaged?: boolean;
|
|
177
|
+
}
|
|
178
|
+
export interface ProcessingOutputConfig {
|
|
179
|
+
Outputs: ProcessingOutput[] | undefined;
|
|
180
|
+
KmsKeyId?: string;
|
|
181
|
+
}
|
|
182
|
+
export interface ProcessingClusterConfig {
|
|
183
|
+
InstanceCount: number | undefined;
|
|
184
|
+
InstanceType: ProcessingInstanceType | undefined;
|
|
185
|
+
VolumeSizeInGB: number | undefined;
|
|
186
|
+
VolumeKmsKeyId?: string;
|
|
187
|
+
}
|
|
188
|
+
export interface ProcessingResources {
|
|
189
|
+
ClusterConfig: ProcessingClusterConfig | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface ProcessingStoppingCondition {
|
|
192
|
+
MaxRuntimeInSeconds: number | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface CreateProcessingJobRequest {
|
|
195
|
+
ProcessingInputs?: ProcessingInput[];
|
|
196
|
+
ProcessingOutputConfig?: ProcessingOutputConfig;
|
|
197
|
+
ProcessingJobName: string | undefined;
|
|
198
|
+
ProcessingResources: ProcessingResources | undefined;
|
|
199
|
+
StoppingCondition?: ProcessingStoppingCondition;
|
|
200
|
+
AppSpecification: AppSpecification | undefined;
|
|
201
|
+
Environment?: Record<string, string>;
|
|
202
|
+
NetworkConfig?: NetworkConfig;
|
|
203
|
+
RoleArn: string | undefined;
|
|
204
|
+
Tags?: Tag[];
|
|
205
|
+
ExperimentConfig?: ExperimentConfig;
|
|
206
|
+
}
|
|
207
|
+
export interface CreateProcessingJobResponse {
|
|
208
|
+
ProcessingJobArn: string | undefined;
|
|
209
|
+
}
|
|
210
|
+
export interface ProvisioningParameter {
|
|
211
|
+
Key?: string;
|
|
212
|
+
Value?: string;
|
|
213
|
+
}
|
|
214
|
+
export interface ServiceCatalogProvisioningDetails {
|
|
215
|
+
ProductId: string | undefined;
|
|
216
|
+
ProvisioningArtifactId?: string;
|
|
217
|
+
PathId?: string;
|
|
218
|
+
ProvisioningParameters?: ProvisioningParameter[];
|
|
219
|
+
}
|
|
160
220
|
export interface CreateProjectInput {
|
|
161
221
|
ProjectName: string | undefined;
|
|
162
222
|
ProjectDescription?: string;
|
|
@@ -735,6 +795,9 @@ export interface DeleteNotebookInstanceInput {
|
|
|
735
795
|
export interface DeleteNotebookInstanceLifecycleConfigInput {
|
|
736
796
|
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
737
797
|
}
|
|
798
|
+
export interface DeleteOptimizationJobRequest {
|
|
799
|
+
OptimizationJobName: string | undefined;
|
|
800
|
+
}
|
|
738
801
|
export interface DeletePipelineRequest {
|
|
739
802
|
PipelineName: string | undefined;
|
|
740
803
|
ClientRequestToken?: string;
|
|
@@ -1990,127 +2053,6 @@ export declare const ModelCardExportJobStatus: {
|
|
|
1990
2053
|
};
|
|
1991
2054
|
export type ModelCardExportJobStatus =
|
|
1992
2055
|
(typeof ModelCardExportJobStatus)[keyof typeof ModelCardExportJobStatus];
|
|
1993
|
-
export interface DescribeModelCardExportJobResponse {
|
|
1994
|
-
ModelCardExportJobName: string | undefined;
|
|
1995
|
-
ModelCardExportJobArn: string | undefined;
|
|
1996
|
-
Status: ModelCardExportJobStatus | undefined;
|
|
1997
|
-
ModelCardName: string | undefined;
|
|
1998
|
-
ModelCardVersion: number | undefined;
|
|
1999
|
-
OutputConfig: ModelCardExportOutputConfig | undefined;
|
|
2000
|
-
CreatedAt: Date | undefined;
|
|
2001
|
-
LastModifiedAt: Date | undefined;
|
|
2002
|
-
FailureReason?: string;
|
|
2003
|
-
ExportArtifacts?: ModelCardExportArtifacts;
|
|
2004
|
-
}
|
|
2005
|
-
export interface DescribeModelExplainabilityJobDefinitionRequest {
|
|
2006
|
-
JobDefinitionName: string | undefined;
|
|
2007
|
-
}
|
|
2008
|
-
export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
2009
|
-
JobDefinitionArn: string | undefined;
|
|
2010
|
-
JobDefinitionName: string | undefined;
|
|
2011
|
-
CreationTime: Date | undefined;
|
|
2012
|
-
ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
|
|
2013
|
-
ModelExplainabilityAppSpecification:
|
|
2014
|
-
| ModelExplainabilityAppSpecification
|
|
2015
|
-
| undefined;
|
|
2016
|
-
ModelExplainabilityJobInput: ModelExplainabilityJobInput | undefined;
|
|
2017
|
-
ModelExplainabilityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
2018
|
-
JobResources: MonitoringResources | undefined;
|
|
2019
|
-
NetworkConfig?: MonitoringNetworkConfig;
|
|
2020
|
-
RoleArn: string | undefined;
|
|
2021
|
-
StoppingCondition?: MonitoringStoppingCondition;
|
|
2022
|
-
}
|
|
2023
|
-
export interface DescribeModelPackageInput {
|
|
2024
|
-
ModelPackageName: string | undefined;
|
|
2025
|
-
}
|
|
2026
|
-
export declare const DetailedModelPackageStatus: {
|
|
2027
|
-
readonly COMPLETED: "Completed";
|
|
2028
|
-
readonly FAILED: "Failed";
|
|
2029
|
-
readonly IN_PROGRESS: "InProgress";
|
|
2030
|
-
readonly NOT_STARTED: "NotStarted";
|
|
2031
|
-
};
|
|
2032
|
-
export type DetailedModelPackageStatus =
|
|
2033
|
-
(typeof DetailedModelPackageStatus)[keyof typeof DetailedModelPackageStatus];
|
|
2034
|
-
export interface ModelPackageStatusItem {
|
|
2035
|
-
Name: string | undefined;
|
|
2036
|
-
Status: DetailedModelPackageStatus | undefined;
|
|
2037
|
-
FailureReason?: string;
|
|
2038
|
-
}
|
|
2039
|
-
export interface ModelPackageStatusDetails {
|
|
2040
|
-
ValidationStatuses: ModelPackageStatusItem[] | undefined;
|
|
2041
|
-
ImageScanStatuses?: ModelPackageStatusItem[];
|
|
2042
|
-
}
|
|
2043
|
-
export interface DescribeModelPackageOutput {
|
|
2044
|
-
ModelPackageName: string | undefined;
|
|
2045
|
-
ModelPackageGroupName?: string;
|
|
2046
|
-
ModelPackageVersion?: number;
|
|
2047
|
-
ModelPackageArn: string | undefined;
|
|
2048
|
-
ModelPackageDescription?: string;
|
|
2049
|
-
CreationTime: Date | undefined;
|
|
2050
|
-
InferenceSpecification?: InferenceSpecification;
|
|
2051
|
-
SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
|
|
2052
|
-
ValidationSpecification?: ModelPackageValidationSpecification;
|
|
2053
|
-
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
2054
|
-
ModelPackageStatusDetails: ModelPackageStatusDetails | undefined;
|
|
2055
|
-
CertifyForMarketplace?: boolean;
|
|
2056
|
-
ModelApprovalStatus?: ModelApprovalStatus;
|
|
2057
|
-
CreatedBy?: UserContext;
|
|
2058
|
-
MetadataProperties?: MetadataProperties;
|
|
2059
|
-
ModelMetrics?: ModelMetrics;
|
|
2060
|
-
LastModifiedTime?: Date;
|
|
2061
|
-
LastModifiedBy?: UserContext;
|
|
2062
|
-
ApprovalDescription?: string;
|
|
2063
|
-
Domain?: string;
|
|
2064
|
-
Task?: string;
|
|
2065
|
-
SamplePayloadUrl?: string;
|
|
2066
|
-
CustomerMetadataProperties?: Record<string, string>;
|
|
2067
|
-
DriftCheckBaselines?: DriftCheckBaselines;
|
|
2068
|
-
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
|
|
2069
|
-
SkipModelValidation?: SkipModelValidation;
|
|
2070
|
-
SourceUri?: string;
|
|
2071
|
-
SecurityConfig?: ModelPackageSecurityConfig;
|
|
2072
|
-
ModelCard?: ModelPackageModelCard;
|
|
2073
|
-
}
|
|
2074
|
-
export interface DescribeModelPackageGroupInput {
|
|
2075
|
-
ModelPackageGroupName: string | undefined;
|
|
2076
|
-
}
|
|
2077
|
-
export declare const ModelPackageGroupStatus: {
|
|
2078
|
-
readonly COMPLETED: "Completed";
|
|
2079
|
-
readonly DELETE_FAILED: "DeleteFailed";
|
|
2080
|
-
readonly DELETING: "Deleting";
|
|
2081
|
-
readonly FAILED: "Failed";
|
|
2082
|
-
readonly IN_PROGRESS: "InProgress";
|
|
2083
|
-
readonly PENDING: "Pending";
|
|
2084
|
-
};
|
|
2085
|
-
export type ModelPackageGroupStatus =
|
|
2086
|
-
(typeof ModelPackageGroupStatus)[keyof typeof ModelPackageGroupStatus];
|
|
2087
|
-
export interface DescribeModelPackageGroupOutput {
|
|
2088
|
-
ModelPackageGroupName: string | undefined;
|
|
2089
|
-
ModelPackageGroupArn: string | undefined;
|
|
2090
|
-
ModelPackageGroupDescription?: string;
|
|
2091
|
-
CreationTime: Date | undefined;
|
|
2092
|
-
CreatedBy: UserContext | undefined;
|
|
2093
|
-
ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
|
|
2094
|
-
}
|
|
2095
|
-
export interface DescribeModelQualityJobDefinitionRequest {
|
|
2096
|
-
JobDefinitionName: string | undefined;
|
|
2097
|
-
}
|
|
2098
|
-
export interface DescribeModelQualityJobDefinitionResponse {
|
|
2099
|
-
JobDefinitionArn: string | undefined;
|
|
2100
|
-
JobDefinitionName: string | undefined;
|
|
2101
|
-
CreationTime: Date | undefined;
|
|
2102
|
-
ModelQualityBaselineConfig?: ModelQualityBaselineConfig;
|
|
2103
|
-
ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
|
|
2104
|
-
ModelQualityJobInput: ModelQualityJobInput | undefined;
|
|
2105
|
-
ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
2106
|
-
JobResources: MonitoringResources | undefined;
|
|
2107
|
-
NetworkConfig?: MonitoringNetworkConfig;
|
|
2108
|
-
RoleArn: string | undefined;
|
|
2109
|
-
StoppingCondition?: MonitoringStoppingCondition;
|
|
2110
|
-
}
|
|
2111
|
-
export interface DescribeMonitoringScheduleRequest {
|
|
2112
|
-
MonitoringScheduleName: string | undefined;
|
|
2113
|
-
}
|
|
2114
2056
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
2115
2057
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
2116
2058
|
obj: CreateWorkforceRequest
|
|
@@ -2118,6 +2060,3 @@ export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
|
2118
2060
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2119
2061
|
obj: DescribeModelCardResponse
|
|
2120
2062
|
) => any;
|
|
2121
|
-
export declare const DescribeModelPackageOutputFilterSensitiveLog: (
|
|
2122
|
-
obj: DescribeModelPackageOutput
|
|
2123
|
-
) => any;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ActionSummary,
|
|
3
|
+
AdditionalInferenceSpecificationDefinition,
|
|
3
4
|
AgentVersion,
|
|
4
5
|
AlgorithmSortBy,
|
|
5
6
|
AlgorithmSpecification,
|
|
6
7
|
AlgorithmSummary,
|
|
8
|
+
AmazonQSettings,
|
|
7
9
|
AppDetails,
|
|
8
10
|
AppImageConfigDetails,
|
|
9
11
|
AppImageConfigSortKey,
|
|
@@ -33,6 +35,7 @@ import {
|
|
|
33
35
|
CompilationJobStatus,
|
|
34
36
|
CompilationJobSummary,
|
|
35
37
|
ContextSummary,
|
|
38
|
+
InferenceSpecification,
|
|
36
39
|
MetadataProperties,
|
|
37
40
|
ModelApprovalStatus,
|
|
38
41
|
ModelPackageStatus,
|
|
@@ -52,6 +55,7 @@ import {
|
|
|
52
55
|
_InstanceType,
|
|
53
56
|
DirectInternetAccess,
|
|
54
57
|
DockerSettings,
|
|
58
|
+
DriftCheckBaselines,
|
|
55
59
|
EdgeOutputConfig,
|
|
56
60
|
ExecutionRoleIdentityConfig,
|
|
57
61
|
ExperimentConfig,
|
|
@@ -65,28 +69,44 @@ import {
|
|
|
65
69
|
InferenceExperimentType,
|
|
66
70
|
InstanceMetadataServiceConfiguration,
|
|
67
71
|
LabelingJobInputConfig,
|
|
72
|
+
ModelCardExportOutputConfig,
|
|
68
73
|
ModelCardStatus,
|
|
74
|
+
ModelExplainabilityAppSpecification,
|
|
75
|
+
ModelExplainabilityBaselineConfig,
|
|
76
|
+
ModelExplainabilityJobInput,
|
|
77
|
+
ModelMetrics,
|
|
78
|
+
ModelPackageModelCard,
|
|
79
|
+
ModelPackageSecurityConfig,
|
|
80
|
+
ModelPackageValidationSpecification,
|
|
81
|
+
ModelQualityAppSpecification,
|
|
82
|
+
ModelQualityBaselineConfig,
|
|
83
|
+
ModelQualityJobInput,
|
|
84
|
+
MonitoringNetworkConfig,
|
|
85
|
+
MonitoringOutputConfig,
|
|
86
|
+
MonitoringResources,
|
|
69
87
|
MonitoringScheduleConfig,
|
|
88
|
+
MonitoringStoppingCondition,
|
|
70
89
|
MonitoringType,
|
|
71
90
|
NetworkConfig,
|
|
72
91
|
NotebookInstanceAcceleratorType,
|
|
73
92
|
NotebookInstanceLifecycleHook,
|
|
74
93
|
OfflineStoreConfig,
|
|
75
94
|
OnlineStoreConfig,
|
|
95
|
+
OptimizationConfig,
|
|
96
|
+
OptimizationJobDeploymentInstanceType,
|
|
97
|
+
OptimizationJobModelSource,
|
|
98
|
+
OptimizationJobOutputConfig,
|
|
99
|
+
OptimizationVpcConfig,
|
|
76
100
|
ParallelismConfiguration,
|
|
77
|
-
ProcessingInput,
|
|
78
|
-
ProcessingOutputConfig,
|
|
79
|
-
ProcessingResources,
|
|
80
|
-
ProcessingStoppingCondition,
|
|
81
101
|
RecommendationJobType,
|
|
82
102
|
ResourceLimits,
|
|
83
103
|
RetryStrategy,
|
|
84
104
|
RootAccess,
|
|
85
|
-
|
|
105
|
+
SkipModelValidation,
|
|
106
|
+
SourceAlgorithmSpecification,
|
|
86
107
|
UserSettings,
|
|
87
108
|
} from "./models_1";
|
|
88
109
|
import {
|
|
89
|
-
CrossAccountFilterOption,
|
|
90
110
|
CustomizedMetricSpecification,
|
|
91
111
|
DataCaptureConfigSummary,
|
|
92
112
|
DataProcessing,
|
|
@@ -122,15 +142,19 @@ import {
|
|
|
122
142
|
LastUpdateStatus,
|
|
123
143
|
MemberDefinition,
|
|
124
144
|
ModelArtifacts,
|
|
145
|
+
ModelCardExportArtifacts,
|
|
125
146
|
ModelCardExportJobStatus,
|
|
126
147
|
ModelClientConfig,
|
|
127
148
|
ModelConfiguration,
|
|
128
|
-
ModelPackageGroupStatus,
|
|
129
149
|
NotificationConfiguration,
|
|
130
150
|
ObjectiveStatusCounters,
|
|
131
151
|
OfflineStoreStatus,
|
|
132
152
|
OfflineStoreStatusValue,
|
|
133
153
|
OwnershipSettings,
|
|
154
|
+
ProcessingInput,
|
|
155
|
+
ProcessingOutputConfig,
|
|
156
|
+
ProcessingResources,
|
|
157
|
+
ProcessingStoppingCondition,
|
|
134
158
|
ProductionVariantSummary,
|
|
135
159
|
ProfilerConfig,
|
|
136
160
|
ProfilerRuleConfiguration,
|
|
@@ -138,6 +162,7 @@ import {
|
|
|
138
162
|
RecommendationMetrics,
|
|
139
163
|
RemoteDebugConfig,
|
|
140
164
|
RuleEvaluationStatus,
|
|
165
|
+
ServiceCatalogProvisioningDetails,
|
|
141
166
|
SourceIpConfig,
|
|
142
167
|
SpaceSettings,
|
|
143
168
|
SpaceSharingSettings,
|
|
@@ -151,6 +176,127 @@ import {
|
|
|
151
176
|
TrialComponentStatus,
|
|
152
177
|
WorkerAccessConfiguration,
|
|
153
178
|
} from "./models_2";
|
|
179
|
+
export interface DescribeModelCardExportJobResponse {
|
|
180
|
+
ModelCardExportJobName: string | undefined;
|
|
181
|
+
ModelCardExportJobArn: string | undefined;
|
|
182
|
+
Status: ModelCardExportJobStatus | undefined;
|
|
183
|
+
ModelCardName: string | undefined;
|
|
184
|
+
ModelCardVersion: number | undefined;
|
|
185
|
+
OutputConfig: ModelCardExportOutputConfig | undefined;
|
|
186
|
+
CreatedAt: Date | undefined;
|
|
187
|
+
LastModifiedAt: Date | undefined;
|
|
188
|
+
FailureReason?: string;
|
|
189
|
+
ExportArtifacts?: ModelCardExportArtifacts;
|
|
190
|
+
}
|
|
191
|
+
export interface DescribeModelExplainabilityJobDefinitionRequest {
|
|
192
|
+
JobDefinitionName: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
195
|
+
JobDefinitionArn: string | undefined;
|
|
196
|
+
JobDefinitionName: string | undefined;
|
|
197
|
+
CreationTime: Date | undefined;
|
|
198
|
+
ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
|
|
199
|
+
ModelExplainabilityAppSpecification:
|
|
200
|
+
| ModelExplainabilityAppSpecification
|
|
201
|
+
| undefined;
|
|
202
|
+
ModelExplainabilityJobInput: ModelExplainabilityJobInput | undefined;
|
|
203
|
+
ModelExplainabilityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
204
|
+
JobResources: MonitoringResources | undefined;
|
|
205
|
+
NetworkConfig?: MonitoringNetworkConfig;
|
|
206
|
+
RoleArn: string | undefined;
|
|
207
|
+
StoppingCondition?: MonitoringStoppingCondition;
|
|
208
|
+
}
|
|
209
|
+
export interface DescribeModelPackageInput {
|
|
210
|
+
ModelPackageName: string | undefined;
|
|
211
|
+
}
|
|
212
|
+
export declare const DetailedModelPackageStatus: {
|
|
213
|
+
readonly COMPLETED: "Completed";
|
|
214
|
+
readonly FAILED: "Failed";
|
|
215
|
+
readonly IN_PROGRESS: "InProgress";
|
|
216
|
+
readonly NOT_STARTED: "NotStarted";
|
|
217
|
+
};
|
|
218
|
+
export type DetailedModelPackageStatus =
|
|
219
|
+
(typeof DetailedModelPackageStatus)[keyof typeof DetailedModelPackageStatus];
|
|
220
|
+
export interface ModelPackageStatusItem {
|
|
221
|
+
Name: string | undefined;
|
|
222
|
+
Status: DetailedModelPackageStatus | undefined;
|
|
223
|
+
FailureReason?: string;
|
|
224
|
+
}
|
|
225
|
+
export interface ModelPackageStatusDetails {
|
|
226
|
+
ValidationStatuses: ModelPackageStatusItem[] | undefined;
|
|
227
|
+
ImageScanStatuses?: ModelPackageStatusItem[];
|
|
228
|
+
}
|
|
229
|
+
export interface DescribeModelPackageOutput {
|
|
230
|
+
ModelPackageName: string | undefined;
|
|
231
|
+
ModelPackageGroupName?: string;
|
|
232
|
+
ModelPackageVersion?: number;
|
|
233
|
+
ModelPackageArn: string | undefined;
|
|
234
|
+
ModelPackageDescription?: string;
|
|
235
|
+
CreationTime: Date | undefined;
|
|
236
|
+
InferenceSpecification?: InferenceSpecification;
|
|
237
|
+
SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
|
|
238
|
+
ValidationSpecification?: ModelPackageValidationSpecification;
|
|
239
|
+
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
240
|
+
ModelPackageStatusDetails: ModelPackageStatusDetails | undefined;
|
|
241
|
+
CertifyForMarketplace?: boolean;
|
|
242
|
+
ModelApprovalStatus?: ModelApprovalStatus;
|
|
243
|
+
CreatedBy?: UserContext;
|
|
244
|
+
MetadataProperties?: MetadataProperties;
|
|
245
|
+
ModelMetrics?: ModelMetrics;
|
|
246
|
+
LastModifiedTime?: Date;
|
|
247
|
+
LastModifiedBy?: UserContext;
|
|
248
|
+
ApprovalDescription?: string;
|
|
249
|
+
Domain?: string;
|
|
250
|
+
Task?: string;
|
|
251
|
+
SamplePayloadUrl?: string;
|
|
252
|
+
CustomerMetadataProperties?: Record<string, string>;
|
|
253
|
+
DriftCheckBaselines?: DriftCheckBaselines;
|
|
254
|
+
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
|
|
255
|
+
SkipModelValidation?: SkipModelValidation;
|
|
256
|
+
SourceUri?: string;
|
|
257
|
+
SecurityConfig?: ModelPackageSecurityConfig;
|
|
258
|
+
ModelCard?: ModelPackageModelCard;
|
|
259
|
+
}
|
|
260
|
+
export interface DescribeModelPackageGroupInput {
|
|
261
|
+
ModelPackageGroupName: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export declare const ModelPackageGroupStatus: {
|
|
264
|
+
readonly COMPLETED: "Completed";
|
|
265
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
266
|
+
readonly DELETING: "Deleting";
|
|
267
|
+
readonly FAILED: "Failed";
|
|
268
|
+
readonly IN_PROGRESS: "InProgress";
|
|
269
|
+
readonly PENDING: "Pending";
|
|
270
|
+
};
|
|
271
|
+
export type ModelPackageGroupStatus =
|
|
272
|
+
(typeof ModelPackageGroupStatus)[keyof typeof ModelPackageGroupStatus];
|
|
273
|
+
export interface DescribeModelPackageGroupOutput {
|
|
274
|
+
ModelPackageGroupName: string | undefined;
|
|
275
|
+
ModelPackageGroupArn: string | undefined;
|
|
276
|
+
ModelPackageGroupDescription?: string;
|
|
277
|
+
CreationTime: Date | undefined;
|
|
278
|
+
CreatedBy: UserContext | undefined;
|
|
279
|
+
ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
|
|
280
|
+
}
|
|
281
|
+
export interface DescribeModelQualityJobDefinitionRequest {
|
|
282
|
+
JobDefinitionName: string | undefined;
|
|
283
|
+
}
|
|
284
|
+
export interface DescribeModelQualityJobDefinitionResponse {
|
|
285
|
+
JobDefinitionArn: string | undefined;
|
|
286
|
+
JobDefinitionName: string | undefined;
|
|
287
|
+
CreationTime: Date | undefined;
|
|
288
|
+
ModelQualityBaselineConfig?: ModelQualityBaselineConfig;
|
|
289
|
+
ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
|
|
290
|
+
ModelQualityJobInput: ModelQualityJobInput | undefined;
|
|
291
|
+
ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
292
|
+
JobResources: MonitoringResources | undefined;
|
|
293
|
+
NetworkConfig?: MonitoringNetworkConfig;
|
|
294
|
+
RoleArn: string | undefined;
|
|
295
|
+
StoppingCondition?: MonitoringStoppingCondition;
|
|
296
|
+
}
|
|
297
|
+
export interface DescribeMonitoringScheduleRequest {
|
|
298
|
+
MonitoringScheduleName: string | undefined;
|
|
299
|
+
}
|
|
154
300
|
export declare const ExecutionStatus: {
|
|
155
301
|
readonly COMPLETED: "Completed";
|
|
156
302
|
readonly COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations";
|
|
@@ -243,6 +389,41 @@ export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
|
243
389
|
LastModifiedTime?: Date;
|
|
244
390
|
CreationTime?: Date;
|
|
245
391
|
}
|
|
392
|
+
export interface DescribeOptimizationJobRequest {
|
|
393
|
+
OptimizationJobName: string | undefined;
|
|
394
|
+
}
|
|
395
|
+
export declare const OptimizationJobStatus: {
|
|
396
|
+
readonly COMPLETED: "COMPLETED";
|
|
397
|
+
readonly FAILED: "FAILED";
|
|
398
|
+
readonly INPROGRESS: "INPROGRESS";
|
|
399
|
+
readonly STARTING: "STARTING";
|
|
400
|
+
readonly STOPPED: "STOPPED";
|
|
401
|
+
readonly STOPPING: "STOPPING";
|
|
402
|
+
};
|
|
403
|
+
export type OptimizationJobStatus =
|
|
404
|
+
(typeof OptimizationJobStatus)[keyof typeof OptimizationJobStatus];
|
|
405
|
+
export interface OptimizationOutput {
|
|
406
|
+
RecommendedInferenceImage?: string;
|
|
407
|
+
}
|
|
408
|
+
export interface DescribeOptimizationJobResponse {
|
|
409
|
+
OptimizationJobArn: string | undefined;
|
|
410
|
+
OptimizationJobStatus: OptimizationJobStatus | undefined;
|
|
411
|
+
OptimizationStartTime?: Date;
|
|
412
|
+
OptimizationEndTime?: Date;
|
|
413
|
+
CreationTime: Date | undefined;
|
|
414
|
+
LastModifiedTime: Date | undefined;
|
|
415
|
+
FailureReason?: string;
|
|
416
|
+
OptimizationJobName: string | undefined;
|
|
417
|
+
ModelSource: OptimizationJobModelSource | undefined;
|
|
418
|
+
OptimizationEnvironment?: Record<string, string>;
|
|
419
|
+
DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
|
|
420
|
+
OptimizationConfigs: OptimizationConfig[] | undefined;
|
|
421
|
+
OutputConfig: OptimizationJobOutputConfig | undefined;
|
|
422
|
+
OptimizationOutput?: OptimizationOutput;
|
|
423
|
+
RoleArn: string | undefined;
|
|
424
|
+
StoppingCondition: StoppingCondition | undefined;
|
|
425
|
+
VpcConfig?: OptimizationVpcConfig;
|
|
426
|
+
}
|
|
246
427
|
export interface DescribePipelineRequest {
|
|
247
428
|
PipelineName: string | undefined;
|
|
248
429
|
}
|
|
@@ -824,6 +1005,7 @@ export interface DomainSettingsForUpdate {
|
|
|
824
1005
|
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
|
|
825
1006
|
SecurityGroupIds?: string[];
|
|
826
1007
|
DockerSettings?: DockerSettings;
|
|
1008
|
+
AmazonQSettings?: AmazonQSettings;
|
|
827
1009
|
}
|
|
828
1010
|
export interface PredefinedMetricSpecification {
|
|
829
1011
|
PredefinedMetricType?: string;
|
|
@@ -2274,121 +2456,6 @@ export interface ModelMetadataFilter {
|
|
|
2274
2456
|
Name: ModelMetadataFilterType | undefined;
|
|
2275
2457
|
Value: string | undefined;
|
|
2276
2458
|
}
|
|
2277
|
-
export
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
export interface ListModelMetadataRequest {
|
|
2281
|
-
SearchExpression?: ModelMetadataSearchExpression;
|
|
2282
|
-
NextToken?: string;
|
|
2283
|
-
MaxResults?: number;
|
|
2284
|
-
}
|
|
2285
|
-
export interface ModelMetadataSummary {
|
|
2286
|
-
Domain: string | undefined;
|
|
2287
|
-
Framework: string | undefined;
|
|
2288
|
-
Task: string | undefined;
|
|
2289
|
-
Model: string | undefined;
|
|
2290
|
-
FrameworkVersion: string | undefined;
|
|
2291
|
-
}
|
|
2292
|
-
export interface ListModelMetadataResponse {
|
|
2293
|
-
ModelMetadataSummaries: ModelMetadataSummary[] | undefined;
|
|
2294
|
-
NextToken?: string;
|
|
2295
|
-
}
|
|
2296
|
-
export declare const ModelPackageGroupSortBy: {
|
|
2297
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2298
|
-
readonly NAME: "Name";
|
|
2299
|
-
};
|
|
2300
|
-
export type ModelPackageGroupSortBy =
|
|
2301
|
-
(typeof ModelPackageGroupSortBy)[keyof typeof ModelPackageGroupSortBy];
|
|
2302
|
-
export interface ListModelPackageGroupsInput {
|
|
2303
|
-
CreationTimeAfter?: Date;
|
|
2304
|
-
CreationTimeBefore?: Date;
|
|
2305
|
-
MaxResults?: number;
|
|
2306
|
-
NameContains?: string;
|
|
2307
|
-
NextToken?: string;
|
|
2308
|
-
SortBy?: ModelPackageGroupSortBy;
|
|
2309
|
-
SortOrder?: SortOrder;
|
|
2310
|
-
CrossAccountFilterOption?: CrossAccountFilterOption;
|
|
2311
|
-
}
|
|
2312
|
-
export interface ModelPackageGroupSummary {
|
|
2313
|
-
ModelPackageGroupName: string | undefined;
|
|
2314
|
-
ModelPackageGroupArn: string | undefined;
|
|
2315
|
-
ModelPackageGroupDescription?: string;
|
|
2316
|
-
CreationTime: Date | undefined;
|
|
2317
|
-
ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
|
|
2318
|
-
}
|
|
2319
|
-
export interface ListModelPackageGroupsOutput {
|
|
2320
|
-
ModelPackageGroupSummaryList: ModelPackageGroupSummary[] | undefined;
|
|
2321
|
-
NextToken?: string;
|
|
2322
|
-
}
|
|
2323
|
-
export declare const ModelPackageType: {
|
|
2324
|
-
readonly BOTH: "Both";
|
|
2325
|
-
readonly UNVERSIONED: "Unversioned";
|
|
2326
|
-
readonly VERSIONED: "Versioned";
|
|
2327
|
-
};
|
|
2328
|
-
export type ModelPackageType =
|
|
2329
|
-
(typeof ModelPackageType)[keyof typeof ModelPackageType];
|
|
2330
|
-
export declare const ModelPackageSortBy: {
|
|
2331
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2332
|
-
readonly NAME: "Name";
|
|
2333
|
-
};
|
|
2334
|
-
export type ModelPackageSortBy =
|
|
2335
|
-
(typeof ModelPackageSortBy)[keyof typeof ModelPackageSortBy];
|
|
2336
|
-
export interface ListModelPackagesInput {
|
|
2337
|
-
CreationTimeAfter?: Date;
|
|
2338
|
-
CreationTimeBefore?: Date;
|
|
2339
|
-
MaxResults?: number;
|
|
2340
|
-
NameContains?: string;
|
|
2341
|
-
ModelApprovalStatus?: ModelApprovalStatus;
|
|
2342
|
-
ModelPackageGroupName?: string;
|
|
2343
|
-
ModelPackageType?: ModelPackageType;
|
|
2344
|
-
NextToken?: string;
|
|
2345
|
-
SortBy?: ModelPackageSortBy;
|
|
2346
|
-
SortOrder?: SortOrder;
|
|
2347
|
-
}
|
|
2348
|
-
export interface ModelPackageSummary {
|
|
2349
|
-
ModelPackageName?: string;
|
|
2350
|
-
ModelPackageGroupName?: string;
|
|
2351
|
-
ModelPackageVersion?: number;
|
|
2352
|
-
ModelPackageArn: string | undefined;
|
|
2353
|
-
ModelPackageDescription?: string;
|
|
2354
|
-
CreationTime: Date | undefined;
|
|
2355
|
-
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
2356
|
-
ModelApprovalStatus?: ModelApprovalStatus;
|
|
2357
|
-
}
|
|
2358
|
-
export interface ListModelPackagesOutput {
|
|
2359
|
-
ModelPackageSummaryList: ModelPackageSummary[] | undefined;
|
|
2360
|
-
NextToken?: string;
|
|
2361
|
-
}
|
|
2362
|
-
export interface ListModelQualityJobDefinitionsRequest {
|
|
2363
|
-
EndpointName?: string;
|
|
2364
|
-
SortBy?: MonitoringJobDefinitionSortKey;
|
|
2365
|
-
SortOrder?: SortOrder;
|
|
2366
|
-
NextToken?: string;
|
|
2367
|
-
MaxResults?: number;
|
|
2368
|
-
NameContains?: string;
|
|
2369
|
-
CreationTimeBefore?: Date;
|
|
2370
|
-
CreationTimeAfter?: Date;
|
|
2371
|
-
}
|
|
2372
|
-
export interface ListModelQualityJobDefinitionsResponse {
|
|
2373
|
-
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
2374
|
-
NextToken?: string;
|
|
2375
|
-
}
|
|
2376
|
-
export declare const ModelSortKey: {
|
|
2377
|
-
readonly CreationTime: "CreationTime";
|
|
2378
|
-
readonly Name: "Name";
|
|
2379
|
-
};
|
|
2380
|
-
export type ModelSortKey = (typeof ModelSortKey)[keyof typeof ModelSortKey];
|
|
2381
|
-
export interface ListModelsInput {
|
|
2382
|
-
SortBy?: ModelSortKey;
|
|
2383
|
-
SortOrder?: OrderKey;
|
|
2384
|
-
NextToken?: string;
|
|
2385
|
-
MaxResults?: number;
|
|
2386
|
-
NameContains?: string;
|
|
2387
|
-
CreationTimeBefore?: Date;
|
|
2388
|
-
CreationTimeAfter?: Date;
|
|
2389
|
-
}
|
|
2390
|
-
export interface ModelSummary {
|
|
2391
|
-
ModelName: string | undefined;
|
|
2392
|
-
ModelArn: string | undefined;
|
|
2393
|
-
CreationTime: Date | undefined;
|
|
2394
|
-
}
|
|
2459
|
+
export declare const DescribeModelPackageOutputFilterSensitiveLog: (
|
|
2460
|
+
obj: DescribeModelPackageOutput
|
|
2461
|
+
) => any;
|