@aws-sdk/client-sagemaker 3.1033.0 → 3.1034.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 +98 -0
- package/dist-cjs/index.js +317 -8
- package/dist-cjs/schemas/schemas_0.js +718 -214
- package/dist-es/SageMaker.js +34 -0
- package/dist-es/commands/CreateAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/CreateAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/CreateAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/DeleteAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/DeleteAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/DeleteAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/DescribeAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/DescribeAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/DescribeAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/ListAIBenchmarkJobsCommand.js +16 -0
- package/dist-es/commands/ListAIRecommendationJobsCommand.js +16 -0
- package/dist-es/commands/ListAIWorkloadConfigsCommand.js +16 -0
- package/dist-es/commands/StopAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/StopAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +99 -8
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/pagination/ListAIBenchmarkJobsPaginator.js +4 -0
- package/dist-es/pagination/ListAIRecommendationJobsPaginator.js +4 -0
- package/dist-es/pagination/ListAIWorkloadConfigsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +679 -177
- package/dist-types/SageMaker.d.ts +122 -0
- package/dist-types/SageMakerClient.d.ts +16 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +19 -0
- package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +115 -0
- package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +122 -0
- package/dist-types/commands/CreateAIWorkloadConfigCommand.d.ts +103 -0
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +21 -4
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelPackageCommand.d.ts +25 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAIBenchmarkJobCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAIRecommendationJobCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAIWorkloadConfigCommand.d.ts +80 -0
- package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +121 -0
- package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +170 -0
- package/dist-types/commands/DescribeAIWorkloadConfigCommand.d.ts +102 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +20 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +26 -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 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +1 -2
- package/dist-types/commands/ListAIBenchmarkJobsCommand.d.ts +91 -0
- package/dist-types/commands/ListAIRecommendationJobsCommand.d.ts +90 -0
- package/dist-types/commands/ListAIWorkloadConfigsCommand.d.ts +87 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- 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 -1
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -2
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +27 -35
- package/dist-types/commands/StopAIBenchmarkJobCommand.d.ts +77 -0
- package/dist-types/commands/StopAIRecommendationJobCommand.d.ts +77 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +26 -14
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +187 -16
- package/dist-types/models/models_0.d.ts +3225 -3460
- package/dist-types/models/models_1.d.ts +3498 -3293
- package/dist-types/models/models_2.d.ts +3410 -4095
- package/dist-types/models/models_3.d.ts +4524 -4193
- package/dist-types/models/models_4.d.ts +1679 -76
- package/dist-types/models/models_5.d.ts +74 -0
- package/dist-types/pagination/ListAIBenchmarkJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIRecommendationJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIWorkloadConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +74 -0
- package/dist-types/ts3.4/SageMaker.d.ts +262 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListAIBenchmarkJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIRecommendationJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIWorkloadConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- 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 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -12
- package/dist-types/ts3.4/models/models_0.d.ts +218 -242
- package/dist-types/ts3.4/models/models_1.d.ts +296 -217
- package/dist-types/ts3.4/models/models_2.d.ts +303 -488
- package/dist-types/ts3.4/models/models_3.d.ts +535 -426
- package/dist-types/ts3.4/models/models_4.d.ts +431 -42
- package/dist-types/ts3.4/models/models_5.d.ts +24 -0
- package/dist-types/ts3.4/pagination/ListAIBenchmarkJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIRecommendationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIWorkloadConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
- package/package.json +19 -19
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
_InstanceType,
|
|
3
|
-
AccountDefaultStatus,
|
|
4
2
|
ActionStatus,
|
|
5
3
|
ActivationState,
|
|
4
|
+
AIBenchmarkJobStatus,
|
|
5
|
+
AIRecommendationJobStatus,
|
|
6
6
|
AlgorithmStatus,
|
|
7
7
|
AppNetworkAccessType,
|
|
8
8
|
AppSecurityGroupManagement,
|
|
@@ -20,9 +20,8 @@ import {
|
|
|
20
20
|
ClusterStatus,
|
|
21
21
|
CompilationJobStatus,
|
|
22
22
|
CustomizationTechnique,
|
|
23
|
+
DataDistributionType,
|
|
23
24
|
DeepHealthCheckType,
|
|
24
|
-
DetailedModelPackageStatus,
|
|
25
|
-
DirectInternetAccess,
|
|
26
25
|
DomainStatus,
|
|
27
26
|
EdgePackagingJobStatus,
|
|
28
27
|
EdgePresetDeploymentStatus,
|
|
@@ -30,7 +29,6 @@ import {
|
|
|
30
29
|
EnabledOrDisabled,
|
|
31
30
|
EndpointStatus,
|
|
32
31
|
EvaluationType,
|
|
33
|
-
ExecutionStatus,
|
|
34
32
|
FeatureGroupStatus,
|
|
35
33
|
FeatureStatus,
|
|
36
34
|
FeatureType,
|
|
@@ -48,56 +46,40 @@ import {
|
|
|
48
46
|
InferenceComponentStatus,
|
|
49
47
|
InferenceExperimentStatus,
|
|
50
48
|
InferenceExperimentType,
|
|
51
|
-
|
|
52
|
-
IsTrackingServerActive,
|
|
49
|
+
InputMode,
|
|
53
50
|
JobType,
|
|
54
51
|
JoinSource,
|
|
55
|
-
LabelingJobStatus,
|
|
56
52
|
LastUpdateStatusValue,
|
|
57
|
-
MaintenanceStatus,
|
|
58
|
-
MlflowAppStatus,
|
|
59
|
-
ModelApprovalStatus,
|
|
60
|
-
ModelCardExportJobStatus,
|
|
61
|
-
ModelCardProcessingStatus,
|
|
62
|
-
ModelCardStatus,
|
|
63
|
-
ModelPackageGroupStatus,
|
|
64
|
-
ModelPackageRegistrationType,
|
|
65
|
-
ModelPackageStatus,
|
|
66
|
-
ModelRegistrationMode,
|
|
67
53
|
ModelVariantStatus,
|
|
68
|
-
MonitoringType,
|
|
69
|
-
NotebookInstanceAcceleratorType,
|
|
70
|
-
NotebookInstanceStatus,
|
|
71
54
|
ObjectiveStatus,
|
|
72
55
|
OfflineStoreStatusValue,
|
|
73
|
-
|
|
74
|
-
|
|
56
|
+
PartnerAppAuthType,
|
|
57
|
+
PartnerAppType,
|
|
75
58
|
Peft,
|
|
76
59
|
ProblemType,
|
|
77
60
|
ProcessingInstanceType,
|
|
61
|
+
ProcessingS3CompressionType,
|
|
62
|
+
ProcessingS3DataDistributionType,
|
|
63
|
+
ProcessingS3DataType,
|
|
64
|
+
ProcessingS3InputMode,
|
|
65
|
+
ProcessingS3UploadMode,
|
|
78
66
|
Processor,
|
|
79
67
|
ProductionVariantAcceleratorType,
|
|
80
68
|
ProductionVariantInstanceType,
|
|
81
|
-
RecommendationJobStatus,
|
|
82
|
-
RecommendationJobType,
|
|
83
69
|
RecommendationStatus,
|
|
70
|
+
RedshiftResultCompressionType,
|
|
71
|
+
RedshiftResultFormat,
|
|
84
72
|
RetentionType,
|
|
85
|
-
RootAccess,
|
|
86
73
|
RuleEvaluationStatus,
|
|
87
74
|
SchedulerConfigComponent,
|
|
88
75
|
SchedulerResourceStatus,
|
|
89
|
-
ScheduleStatus,
|
|
90
76
|
ServerlessJobType,
|
|
91
77
|
SharingType,
|
|
92
|
-
SkipModelValidation,
|
|
93
78
|
StageStatus,
|
|
94
79
|
Statistic,
|
|
95
80
|
StudioLifecycleConfigAppType,
|
|
96
81
|
TagPropagation,
|
|
97
82
|
ThroughputMode,
|
|
98
|
-
TrackingServerMaintenanceStatus,
|
|
99
|
-
TrackingServerSize,
|
|
100
|
-
TrackingServerStatus,
|
|
101
83
|
TrainingJobStatus,
|
|
102
84
|
TrialComponentPrimaryStatus,
|
|
103
85
|
VariantStatus,
|
|
@@ -106,12 +88,24 @@ import {
|
|
|
106
88
|
} from "./enums";
|
|
107
89
|
import {
|
|
108
90
|
ActionSource,
|
|
109
|
-
|
|
91
|
+
AIBenchmarkNetworkConfig,
|
|
92
|
+
AIBenchmarkOutputResult,
|
|
93
|
+
AIBenchmarkTarget,
|
|
94
|
+
AIDatasetConfig,
|
|
95
|
+
AIModelSource,
|
|
96
|
+
AIRecommendation,
|
|
97
|
+
AIRecommendationComputeSpec,
|
|
98
|
+
AIRecommendationInferenceSpecification,
|
|
99
|
+
AIRecommendationOutputResult,
|
|
100
|
+
AIRecommendationPerformanceTarget,
|
|
101
|
+
AIWorkloadConfigs,
|
|
110
102
|
AlgorithmSpecification,
|
|
111
103
|
AlgorithmStatusDetails,
|
|
112
104
|
AlgorithmValidationSpecification,
|
|
105
|
+
AppSpecification,
|
|
113
106
|
ArtifactSource,
|
|
114
107
|
AsyncInferenceConfig,
|
|
108
|
+
AthenaDatasetDefinition,
|
|
115
109
|
AutoMLCandidate,
|
|
116
110
|
AutoMLChannel,
|
|
117
111
|
AutoMLComputeConfig,
|
|
@@ -129,6 +123,7 @@ import {
|
|
|
129
123
|
AutoRollbackConfig,
|
|
130
124
|
Autotune,
|
|
131
125
|
BatchDataCaptureConfig,
|
|
126
|
+
CfnCreateTemplateProvider,
|
|
132
127
|
Channel,
|
|
133
128
|
CheckpointConfig,
|
|
134
129
|
ClusterAutoScalingConfigOutput,
|
|
@@ -145,21 +140,15 @@ import {
|
|
|
145
140
|
CollectionConfiguration,
|
|
146
141
|
ComputeQuotaConfig,
|
|
147
142
|
ComputeQuotaTarget,
|
|
148
|
-
ContainerDefinition,
|
|
149
|
-
ContextSource,
|
|
150
143
|
GitConfig,
|
|
151
144
|
InferenceSpecification,
|
|
152
145
|
JupyterLabAppImageConfig,
|
|
153
146
|
KernelGatewayImageConfig,
|
|
154
|
-
MetadataProperties,
|
|
155
|
-
ModelDeployConfig,
|
|
156
147
|
OutputDataConfig,
|
|
157
148
|
ResourceConfig,
|
|
158
149
|
ResourceSpec,
|
|
159
|
-
SchedulerConfig,
|
|
160
150
|
StoppingCondition,
|
|
161
151
|
Tag,
|
|
162
|
-
TrainingSpecification,
|
|
163
152
|
TransformInput,
|
|
164
153
|
TransformOutput,
|
|
165
154
|
TransformResources,
|
|
@@ -167,6 +156,7 @@ import {
|
|
|
167
156
|
VpcConfig,
|
|
168
157
|
} from "./models_0";
|
|
169
158
|
import {
|
|
159
|
+
ContextSource,
|
|
170
160
|
DataCaptureConfig,
|
|
171
161
|
DataQualityAppSpecification,
|
|
172
162
|
DataQualityBaselineConfig,
|
|
@@ -175,12 +165,9 @@ import {
|
|
|
175
165
|
DeploymentConfig,
|
|
176
166
|
DeviceSelectionConfig,
|
|
177
167
|
DomainSettings,
|
|
178
|
-
DriftCheckBaselines,
|
|
179
168
|
EdgeDeploymentConfig,
|
|
180
169
|
EdgeDeploymentModelConfig,
|
|
181
170
|
EdgeOutputConfig,
|
|
182
|
-
EndpointInfo,
|
|
183
|
-
ExperimentConfig,
|
|
184
171
|
ExplainerConfig,
|
|
185
172
|
FeatureDefinition,
|
|
186
173
|
FlowDefinitionOutputConfig,
|
|
@@ -188,69 +175,241 @@ import {
|
|
|
188
175
|
HumanLoopActivationConfig,
|
|
189
176
|
HumanLoopConfig,
|
|
190
177
|
HumanLoopRequestSource,
|
|
191
|
-
HumanTaskConfig,
|
|
192
178
|
HyperParameterTrainingJobDefinition,
|
|
193
179
|
HyperParameterTuningJobConfig,
|
|
194
180
|
HyperParameterTuningJobWarmStartConfig,
|
|
195
181
|
InferenceComponentComputeResourceRequirements,
|
|
196
182
|
InferenceComponentSchedulingConfig,
|
|
197
183
|
InferenceComponentStartupParameters,
|
|
198
|
-
InferenceExecutionConfig,
|
|
199
184
|
InferenceExperimentDataStorageConfig,
|
|
200
185
|
InferenceExperimentSchedule,
|
|
201
186
|
InputConfig,
|
|
202
|
-
InstanceMetadataServiceConfiguration,
|
|
203
187
|
JupyterServerAppSettings,
|
|
204
188
|
KernelGatewayAppSettings,
|
|
205
|
-
|
|
206
|
-
LabelingJobInputConfig,
|
|
207
|
-
LabelingJobOutputConfig,
|
|
208
|
-
LabelingJobStoppingConditions,
|
|
189
|
+
MetadataProperties,
|
|
209
190
|
MetricsConfig,
|
|
210
|
-
|
|
211
|
-
ModelBiasBaselineConfig,
|
|
212
|
-
ModelBiasJobInput,
|
|
213
|
-
ModelCardExportOutputConfig,
|
|
214
|
-
ModelCardSecurityConfig,
|
|
215
|
-
ModelExplainabilityAppSpecification,
|
|
216
|
-
ModelExplainabilityBaselineConfig,
|
|
217
|
-
ModelExplainabilityJobInput,
|
|
191
|
+
ModelDeployConfig,
|
|
218
192
|
ModelInfrastructureConfig,
|
|
219
|
-
ModelLifeCycle,
|
|
220
|
-
ModelMetrics,
|
|
221
|
-
ModelPackageModelCard,
|
|
222
|
-
ModelPackageSecurityConfig,
|
|
223
|
-
ModelPackageValidationSpecification,
|
|
224
|
-
ModelQualityAppSpecification,
|
|
225
|
-
ModelQualityBaselineConfig,
|
|
226
|
-
ModelQualityJobInput,
|
|
227
193
|
MonitoringNetworkConfig,
|
|
228
194
|
MonitoringOutputConfig,
|
|
229
195
|
MonitoringResources,
|
|
230
|
-
MonitoringScheduleConfig,
|
|
231
196
|
MonitoringStoppingCondition,
|
|
232
197
|
NeoVpcConfig,
|
|
233
|
-
|
|
198
|
+
NetworkConfig,
|
|
234
199
|
OfflineStoreConfig,
|
|
235
200
|
OnlineStoreConfig,
|
|
236
|
-
OptimizationConfig,
|
|
237
|
-
OptimizationJobModelSource,
|
|
238
|
-
OptimizationJobOutputConfig,
|
|
239
|
-
OptimizationVpcConfig,
|
|
240
201
|
OutputConfig,
|
|
241
|
-
|
|
202
|
+
PartnerAppConfig,
|
|
242
203
|
ProductionVariant,
|
|
243
204
|
ProductionVariantManagedInstanceScaling,
|
|
244
205
|
ProductionVariantRoutingConfig,
|
|
245
206
|
ProductionVariantServerlessConfig,
|
|
246
|
-
RecommendationJobInputConfig,
|
|
247
|
-
RecommendationJobStoppingConditions,
|
|
248
207
|
RetryStrategy,
|
|
208
|
+
SchedulerConfig,
|
|
249
209
|
ShadowModeConfig,
|
|
250
|
-
|
|
251
|
-
SpaceIdleSettings,
|
|
210
|
+
TrainingSpecification,
|
|
252
211
|
UserSettings,
|
|
253
212
|
} from "./models_1";
|
|
213
|
+
export interface PartnerAppMaintenanceConfig {
|
|
214
|
+
MaintenanceWindowStart?: string | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface CreatePartnerAppRequest {
|
|
217
|
+
Name: string | undefined;
|
|
218
|
+
Type: PartnerAppType | undefined;
|
|
219
|
+
ExecutionRoleArn: string | undefined;
|
|
220
|
+
KmsKeyId?: string | undefined;
|
|
221
|
+
MaintenanceConfig?: PartnerAppMaintenanceConfig | undefined;
|
|
222
|
+
Tier: string | undefined;
|
|
223
|
+
ApplicationConfig?: PartnerAppConfig | undefined;
|
|
224
|
+
AuthType: PartnerAppAuthType | undefined;
|
|
225
|
+
EnableIamSessionBasedIdentity?: boolean | undefined;
|
|
226
|
+
EnableAutoMinorVersionUpgrade?: boolean | undefined;
|
|
227
|
+
ClientToken?: string | undefined;
|
|
228
|
+
Tags?: Tag[] | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface CreatePartnerAppResponse {
|
|
231
|
+
Arn?: string | undefined;
|
|
232
|
+
}
|
|
233
|
+
export interface CreatePartnerAppPresignedUrlRequest {
|
|
234
|
+
Arn: string | undefined;
|
|
235
|
+
ExpiresInSeconds?: number | undefined;
|
|
236
|
+
SessionExpirationDurationInSeconds?: number | undefined;
|
|
237
|
+
}
|
|
238
|
+
export interface CreatePartnerAppPresignedUrlResponse {
|
|
239
|
+
Url?: string | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface ParallelismConfiguration {
|
|
242
|
+
MaxParallelExecutionSteps: number | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface PipelineDefinitionS3Location {
|
|
245
|
+
Bucket: string | undefined;
|
|
246
|
+
ObjectKey: string | undefined;
|
|
247
|
+
VersionId?: string | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface CreatePipelineRequest {
|
|
250
|
+
PipelineName: string | undefined;
|
|
251
|
+
PipelineDisplayName?: string | undefined;
|
|
252
|
+
PipelineDefinition?: string | undefined;
|
|
253
|
+
PipelineDefinitionS3Location?: PipelineDefinitionS3Location | undefined;
|
|
254
|
+
PipelineDescription?: string | undefined;
|
|
255
|
+
ClientRequestToken?: string | undefined;
|
|
256
|
+
RoleArn: string | undefined;
|
|
257
|
+
Tags?: Tag[] | undefined;
|
|
258
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface CreatePipelineResponse {
|
|
261
|
+
PipelineArn?: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface CreatePresignedDomainUrlRequest {
|
|
264
|
+
DomainId: string | undefined;
|
|
265
|
+
UserProfileName: string | undefined;
|
|
266
|
+
SessionExpirationDurationInSeconds?: number | undefined;
|
|
267
|
+
ExpiresInSeconds?: number | undefined;
|
|
268
|
+
SpaceName?: string | undefined;
|
|
269
|
+
LandingUri?: string | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface CreatePresignedDomainUrlResponse {
|
|
272
|
+
AuthorizedUrl?: string | undefined;
|
|
273
|
+
}
|
|
274
|
+
export interface CreatePresignedMlflowAppUrlRequest {
|
|
275
|
+
Arn: string | undefined;
|
|
276
|
+
ExpiresInSeconds?: number | undefined;
|
|
277
|
+
SessionExpirationDurationInSeconds?: number | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface CreatePresignedMlflowAppUrlResponse {
|
|
280
|
+
AuthorizedUrl?: string | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface CreatePresignedMlflowTrackingServerUrlRequest {
|
|
283
|
+
TrackingServerName: string | undefined;
|
|
284
|
+
ExpiresInSeconds?: number | undefined;
|
|
285
|
+
SessionExpirationDurationInSeconds?: number | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface CreatePresignedMlflowTrackingServerUrlResponse {
|
|
288
|
+
AuthorizedUrl?: string | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface CreatePresignedNotebookInstanceUrlInput {
|
|
291
|
+
NotebookInstanceName: string | undefined;
|
|
292
|
+
SessionExpirationDurationInSeconds?: number | undefined;
|
|
293
|
+
}
|
|
294
|
+
export interface CreatePresignedNotebookInstanceUrlOutput {
|
|
295
|
+
AuthorizedUrl?: string | undefined;
|
|
296
|
+
}
|
|
297
|
+
export interface ExperimentConfig {
|
|
298
|
+
ExperimentName?: string | undefined;
|
|
299
|
+
TrialName?: string | undefined;
|
|
300
|
+
TrialComponentDisplayName?: string | undefined;
|
|
301
|
+
RunName?: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface RedshiftDatasetDefinition {
|
|
304
|
+
ClusterId: string | undefined;
|
|
305
|
+
Database: string | undefined;
|
|
306
|
+
DbUser: string | undefined;
|
|
307
|
+
QueryString: string | undefined;
|
|
308
|
+
ClusterRoleArn: string | undefined;
|
|
309
|
+
OutputS3Uri: string | undefined;
|
|
310
|
+
KmsKeyId?: string | undefined;
|
|
311
|
+
OutputFormat: RedshiftResultFormat | undefined;
|
|
312
|
+
OutputCompression?: RedshiftResultCompressionType | undefined;
|
|
313
|
+
}
|
|
314
|
+
export interface DatasetDefinition {
|
|
315
|
+
AthenaDatasetDefinition?: AthenaDatasetDefinition | undefined;
|
|
316
|
+
RedshiftDatasetDefinition?: RedshiftDatasetDefinition | undefined;
|
|
317
|
+
LocalPath?: string | undefined;
|
|
318
|
+
DataDistributionType?: DataDistributionType | undefined;
|
|
319
|
+
InputMode?: InputMode | undefined;
|
|
320
|
+
}
|
|
321
|
+
export interface ProcessingS3Input {
|
|
322
|
+
S3Uri: string | undefined;
|
|
323
|
+
LocalPath?: string | undefined;
|
|
324
|
+
S3DataType: ProcessingS3DataType | undefined;
|
|
325
|
+
S3InputMode?: ProcessingS3InputMode | undefined;
|
|
326
|
+
S3DataDistributionType?: ProcessingS3DataDistributionType | undefined;
|
|
327
|
+
S3CompressionType?: ProcessingS3CompressionType | undefined;
|
|
328
|
+
}
|
|
329
|
+
export interface ProcessingInput {
|
|
330
|
+
InputName: string | undefined;
|
|
331
|
+
AppManaged?: boolean | undefined;
|
|
332
|
+
S3Input?: ProcessingS3Input | undefined;
|
|
333
|
+
DatasetDefinition?: DatasetDefinition | undefined;
|
|
334
|
+
}
|
|
335
|
+
export interface ProcessingFeatureStoreOutput {
|
|
336
|
+
FeatureGroupName: string | undefined;
|
|
337
|
+
}
|
|
338
|
+
export interface ProcessingS3Output {
|
|
339
|
+
S3Uri: string | undefined;
|
|
340
|
+
LocalPath?: string | undefined;
|
|
341
|
+
S3UploadMode: ProcessingS3UploadMode | undefined;
|
|
342
|
+
}
|
|
343
|
+
export interface ProcessingOutput {
|
|
344
|
+
OutputName: string | undefined;
|
|
345
|
+
S3Output?: ProcessingS3Output | undefined;
|
|
346
|
+
FeatureStoreOutput?: ProcessingFeatureStoreOutput | undefined;
|
|
347
|
+
AppManaged?: boolean | undefined;
|
|
348
|
+
}
|
|
349
|
+
export interface ProcessingOutputConfig {
|
|
350
|
+
Outputs: ProcessingOutput[] | undefined;
|
|
351
|
+
KmsKeyId?: string | undefined;
|
|
352
|
+
}
|
|
353
|
+
export interface ProcessingClusterConfig {
|
|
354
|
+
InstanceCount: number | undefined;
|
|
355
|
+
InstanceType: ProcessingInstanceType | undefined;
|
|
356
|
+
VolumeSizeInGB: number | undefined;
|
|
357
|
+
VolumeKmsKeyId?: string | undefined;
|
|
358
|
+
}
|
|
359
|
+
export interface ProcessingResources {
|
|
360
|
+
ClusterConfig: ProcessingClusterConfig | undefined;
|
|
361
|
+
}
|
|
362
|
+
export interface ProcessingStoppingCondition {
|
|
363
|
+
MaxRuntimeInSeconds: number | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface CreateProcessingJobRequest {
|
|
366
|
+
ProcessingInputs?: ProcessingInput[] | undefined;
|
|
367
|
+
ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
|
|
368
|
+
ProcessingJobName: string | undefined;
|
|
369
|
+
ProcessingResources: ProcessingResources | undefined;
|
|
370
|
+
StoppingCondition?: ProcessingStoppingCondition | undefined;
|
|
371
|
+
AppSpecification: AppSpecification | undefined;
|
|
372
|
+
Environment?: Record<string, string> | undefined;
|
|
373
|
+
NetworkConfig?: NetworkConfig | undefined;
|
|
374
|
+
RoleArn: string | undefined;
|
|
375
|
+
Tags?: Tag[] | undefined;
|
|
376
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
377
|
+
}
|
|
378
|
+
export interface CreateProcessingJobResponse {
|
|
379
|
+
ProcessingJobArn: string | undefined;
|
|
380
|
+
}
|
|
381
|
+
export interface ProvisioningParameter {
|
|
382
|
+
Key?: string | undefined;
|
|
383
|
+
Value?: string | undefined;
|
|
384
|
+
}
|
|
385
|
+
export interface ServiceCatalogProvisioningDetails {
|
|
386
|
+
ProductId: string | undefined;
|
|
387
|
+
ProvisioningArtifactId?: string | undefined;
|
|
388
|
+
PathId?: string | undefined;
|
|
389
|
+
ProvisioningParameters?: ProvisioningParameter[] | undefined;
|
|
390
|
+
}
|
|
391
|
+
export interface CreateTemplateProvider {
|
|
392
|
+
CfnTemplateProvider?: CfnCreateTemplateProvider | undefined;
|
|
393
|
+
}
|
|
394
|
+
export interface CreateProjectInput {
|
|
395
|
+
ProjectName: string | undefined;
|
|
396
|
+
ProjectDescription?: string | undefined;
|
|
397
|
+
ServiceCatalogProvisioningDetails?:
|
|
398
|
+
| ServiceCatalogProvisioningDetails
|
|
399
|
+
| undefined;
|
|
400
|
+
Tags?: Tag[] | undefined;
|
|
401
|
+
TemplateProviders?: CreateTemplateProvider[] | undefined;
|
|
402
|
+
}
|
|
403
|
+
export interface CreateProjectOutput {
|
|
404
|
+
ProjectArn: string | undefined;
|
|
405
|
+
ProjectId: string | undefined;
|
|
406
|
+
}
|
|
407
|
+
export interface OwnershipSettings {
|
|
408
|
+
OwnerUserProfileName: string | undefined;
|
|
409
|
+
}
|
|
410
|
+
export interface SpaceIdleSettings {
|
|
411
|
+
IdleTimeoutInMinutes?: number | undefined;
|
|
412
|
+
}
|
|
254
413
|
export interface SpaceAppLifecycleManagement {
|
|
255
414
|
IdleSettings?: SpaceIdleSettings | undefined;
|
|
256
415
|
}
|
|
@@ -645,6 +804,24 @@ export interface DeleteActionRequest {
|
|
|
645
804
|
export interface DeleteActionResponse {
|
|
646
805
|
ActionArn?: string | undefined;
|
|
647
806
|
}
|
|
807
|
+
export interface DeleteAIBenchmarkJobRequest {
|
|
808
|
+
AIBenchmarkJobName: string | undefined;
|
|
809
|
+
}
|
|
810
|
+
export interface DeleteAIBenchmarkJobResponse {
|
|
811
|
+
AIBenchmarkJobArn?: string | undefined;
|
|
812
|
+
}
|
|
813
|
+
export interface DeleteAIRecommendationJobRequest {
|
|
814
|
+
AIRecommendationJobName: string | undefined;
|
|
815
|
+
}
|
|
816
|
+
export interface DeleteAIRecommendationJobResponse {
|
|
817
|
+
AIRecommendationJobArn?: string | undefined;
|
|
818
|
+
}
|
|
819
|
+
export interface DeleteAIWorkloadConfigRequest {
|
|
820
|
+
AIWorkloadConfigName: string | undefined;
|
|
821
|
+
}
|
|
822
|
+
export interface DeleteAIWorkloadConfigResponse {
|
|
823
|
+
AIWorkloadConfigArn?: string | undefined;
|
|
824
|
+
}
|
|
648
825
|
export interface DeleteAlgorithmInput {
|
|
649
826
|
AlgorithmName: string | undefined;
|
|
650
827
|
}
|
|
@@ -940,6 +1117,57 @@ export interface DescribeActionResponse {
|
|
|
940
1117
|
MetadataProperties?: MetadataProperties | undefined;
|
|
941
1118
|
LineageGroupArn?: string | undefined;
|
|
942
1119
|
}
|
|
1120
|
+
export interface DescribeAIBenchmarkJobRequest {
|
|
1121
|
+
AIBenchmarkJobName: string | undefined;
|
|
1122
|
+
}
|
|
1123
|
+
export interface DescribeAIBenchmarkJobResponse {
|
|
1124
|
+
AIBenchmarkJobName: string | undefined;
|
|
1125
|
+
AIBenchmarkJobArn: string | undefined;
|
|
1126
|
+
AIBenchmarkJobStatus: AIBenchmarkJobStatus | undefined;
|
|
1127
|
+
FailureReason?: string | undefined;
|
|
1128
|
+
BenchmarkTarget: AIBenchmarkTarget | undefined;
|
|
1129
|
+
OutputConfig: AIBenchmarkOutputResult | undefined;
|
|
1130
|
+
AIWorkloadConfigIdentifier: string | undefined;
|
|
1131
|
+
RoleArn: string | undefined;
|
|
1132
|
+
NetworkConfig?: AIBenchmarkNetworkConfig | undefined;
|
|
1133
|
+
CreationTime: Date | undefined;
|
|
1134
|
+
StartTime?: Date | undefined;
|
|
1135
|
+
EndTime?: Date | undefined;
|
|
1136
|
+
Tags?: Tag[] | undefined;
|
|
1137
|
+
}
|
|
1138
|
+
export interface DescribeAIRecommendationJobRequest {
|
|
1139
|
+
AIRecommendationJobName: string | undefined;
|
|
1140
|
+
}
|
|
1141
|
+
export interface DescribeAIRecommendationJobResponse {
|
|
1142
|
+
AIRecommendationJobName: string | undefined;
|
|
1143
|
+
AIRecommendationJobArn: string | undefined;
|
|
1144
|
+
AIRecommendationJobStatus: AIRecommendationJobStatus | undefined;
|
|
1145
|
+
FailureReason?: string | undefined;
|
|
1146
|
+
ModelSource: AIModelSource | undefined;
|
|
1147
|
+
OutputConfig: AIRecommendationOutputResult | undefined;
|
|
1148
|
+
InferenceSpecification?: AIRecommendationInferenceSpecification | undefined;
|
|
1149
|
+
AIWorkloadConfigIdentifier: string | undefined;
|
|
1150
|
+
OptimizeModel?: boolean | undefined;
|
|
1151
|
+
PerformanceTarget?: AIRecommendationPerformanceTarget | undefined;
|
|
1152
|
+
Recommendations?: AIRecommendation[] | undefined;
|
|
1153
|
+
RoleArn: string | undefined;
|
|
1154
|
+
ComputeSpec?: AIRecommendationComputeSpec | undefined;
|
|
1155
|
+
CreationTime: Date | undefined;
|
|
1156
|
+
StartTime?: Date | undefined;
|
|
1157
|
+
EndTime?: Date | undefined;
|
|
1158
|
+
Tags?: Tag[] | undefined;
|
|
1159
|
+
}
|
|
1160
|
+
export interface DescribeAIWorkloadConfigRequest {
|
|
1161
|
+
AIWorkloadConfigName: string | undefined;
|
|
1162
|
+
}
|
|
1163
|
+
export interface DescribeAIWorkloadConfigResponse {
|
|
1164
|
+
AIWorkloadConfigName: string | undefined;
|
|
1165
|
+
AIWorkloadConfigArn: string | undefined;
|
|
1166
|
+
DatasetConfig?: AIDatasetConfig | undefined;
|
|
1167
|
+
AIWorkloadConfigs?: AIWorkloadConfigs | undefined;
|
|
1168
|
+
Tags?: Tag[] | undefined;
|
|
1169
|
+
CreationTime: Date | undefined;
|
|
1170
|
+
}
|
|
943
1171
|
export interface DescribeAlgorithmInput {
|
|
944
1172
|
AlgorithmName: string | undefined;
|
|
945
1173
|
}
|
|
@@ -1761,416 +1989,3 @@ export interface DescribeInferenceExperimentResponse {
|
|
|
1761
1989
|
ShadowModeConfig?: ShadowModeConfig | undefined;
|
|
1762
1990
|
KmsKey?: string | undefined;
|
|
1763
1991
|
}
|
|
1764
|
-
export interface DescribeInferenceRecommendationsJobRequest {
|
|
1765
|
-
JobName: string | undefined;
|
|
1766
|
-
}
|
|
1767
|
-
export interface InferenceMetrics {
|
|
1768
|
-
MaxInvocations: number | undefined;
|
|
1769
|
-
ModelLatency: number | undefined;
|
|
1770
|
-
}
|
|
1771
|
-
export interface EndpointPerformance {
|
|
1772
|
-
Metrics: InferenceMetrics | undefined;
|
|
1773
|
-
EndpointInfo: EndpointInfo | undefined;
|
|
1774
|
-
}
|
|
1775
|
-
export interface EndpointOutputConfiguration {
|
|
1776
|
-
EndpointName: string | undefined;
|
|
1777
|
-
VariantName: string | undefined;
|
|
1778
|
-
InstanceType?: ProductionVariantInstanceType | undefined;
|
|
1779
|
-
InitialInstanceCount?: number | undefined;
|
|
1780
|
-
ServerlessConfig?: ProductionVariantServerlessConfig | undefined;
|
|
1781
|
-
}
|
|
1782
|
-
export interface RecommendationMetrics {
|
|
1783
|
-
CostPerHour?: number | undefined;
|
|
1784
|
-
CostPerInference?: number | undefined;
|
|
1785
|
-
MaxInvocations?: number | undefined;
|
|
1786
|
-
ModelLatency?: number | undefined;
|
|
1787
|
-
CpuUtilization?: number | undefined;
|
|
1788
|
-
MemoryUtilization?: number | undefined;
|
|
1789
|
-
ModelSetupTime?: number | undefined;
|
|
1790
|
-
}
|
|
1791
|
-
export interface EnvironmentParameter {
|
|
1792
|
-
Key: string | undefined;
|
|
1793
|
-
ValueType: string | undefined;
|
|
1794
|
-
Value: string | undefined;
|
|
1795
|
-
}
|
|
1796
|
-
export interface ModelConfiguration {
|
|
1797
|
-
InferenceSpecificationName?: string | undefined;
|
|
1798
|
-
EnvironmentParameters?: EnvironmentParameter[] | undefined;
|
|
1799
|
-
CompilationJobName?: string | undefined;
|
|
1800
|
-
}
|
|
1801
|
-
export interface InferenceRecommendation {
|
|
1802
|
-
RecommendationId?: string | undefined;
|
|
1803
|
-
Metrics?: RecommendationMetrics | undefined;
|
|
1804
|
-
EndpointConfiguration: EndpointOutputConfiguration | undefined;
|
|
1805
|
-
ModelConfiguration: ModelConfiguration | undefined;
|
|
1806
|
-
InvocationEndTime?: Date | undefined;
|
|
1807
|
-
InvocationStartTime?: Date | undefined;
|
|
1808
|
-
}
|
|
1809
|
-
export interface DescribeInferenceRecommendationsJobResponse {
|
|
1810
|
-
JobName: string | undefined;
|
|
1811
|
-
JobDescription?: string | undefined;
|
|
1812
|
-
JobType: RecommendationJobType | undefined;
|
|
1813
|
-
JobArn: string | undefined;
|
|
1814
|
-
RoleArn: string | undefined;
|
|
1815
|
-
Status: RecommendationJobStatus | undefined;
|
|
1816
|
-
CreationTime: Date | undefined;
|
|
1817
|
-
CompletionTime?: Date | undefined;
|
|
1818
|
-
LastModifiedTime: Date | undefined;
|
|
1819
|
-
FailureReason?: string | undefined;
|
|
1820
|
-
InputConfig: RecommendationJobInputConfig | undefined;
|
|
1821
|
-
StoppingConditions?: RecommendationJobStoppingConditions | undefined;
|
|
1822
|
-
InferenceRecommendations?: InferenceRecommendation[] | undefined;
|
|
1823
|
-
EndpointPerformances?: EndpointPerformance[] | undefined;
|
|
1824
|
-
}
|
|
1825
|
-
export interface DescribeLabelingJobRequest {
|
|
1826
|
-
LabelingJobName: string | undefined;
|
|
1827
|
-
}
|
|
1828
|
-
export interface LabelCounters {
|
|
1829
|
-
TotalLabeled?: number | undefined;
|
|
1830
|
-
HumanLabeled?: number | undefined;
|
|
1831
|
-
MachineLabeled?: number | undefined;
|
|
1832
|
-
FailedNonRetryableError?: number | undefined;
|
|
1833
|
-
Unlabeled?: number | undefined;
|
|
1834
|
-
}
|
|
1835
|
-
export interface LabelingJobOutput {
|
|
1836
|
-
OutputDatasetS3Uri: string | undefined;
|
|
1837
|
-
FinalActiveLearningModelArn?: string | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface DescribeLabelingJobResponse {
|
|
1840
|
-
LabelingJobStatus: LabelingJobStatus | undefined;
|
|
1841
|
-
LabelCounters: LabelCounters | undefined;
|
|
1842
|
-
FailureReason?: string | undefined;
|
|
1843
|
-
CreationTime: Date | undefined;
|
|
1844
|
-
LastModifiedTime: Date | undefined;
|
|
1845
|
-
JobReferenceCode: string | undefined;
|
|
1846
|
-
LabelingJobName: string | undefined;
|
|
1847
|
-
LabelingJobArn: string | undefined;
|
|
1848
|
-
LabelAttributeName?: string | undefined;
|
|
1849
|
-
InputConfig: LabelingJobInputConfig | undefined;
|
|
1850
|
-
OutputConfig: LabelingJobOutputConfig | undefined;
|
|
1851
|
-
RoleArn: string | undefined;
|
|
1852
|
-
LabelCategoryConfigS3Uri?: string | undefined;
|
|
1853
|
-
StoppingConditions?: LabelingJobStoppingConditions | undefined;
|
|
1854
|
-
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | undefined;
|
|
1855
|
-
HumanTaskConfig: HumanTaskConfig | undefined;
|
|
1856
|
-
Tags?: Tag[] | undefined;
|
|
1857
|
-
LabelingJobOutput?: LabelingJobOutput | undefined;
|
|
1858
|
-
}
|
|
1859
|
-
export interface DescribeLineageGroupRequest {
|
|
1860
|
-
LineageGroupName: string | undefined;
|
|
1861
|
-
}
|
|
1862
|
-
export interface DescribeLineageGroupResponse {
|
|
1863
|
-
LineageGroupName?: string | undefined;
|
|
1864
|
-
LineageGroupArn?: string | undefined;
|
|
1865
|
-
DisplayName?: string | undefined;
|
|
1866
|
-
Description?: string | undefined;
|
|
1867
|
-
CreationTime?: Date | undefined;
|
|
1868
|
-
CreatedBy?: UserContext | undefined;
|
|
1869
|
-
LastModifiedTime?: Date | undefined;
|
|
1870
|
-
LastModifiedBy?: UserContext | undefined;
|
|
1871
|
-
}
|
|
1872
|
-
export interface DescribeMlflowAppRequest {
|
|
1873
|
-
Arn: string | undefined;
|
|
1874
|
-
}
|
|
1875
|
-
export interface DescribeMlflowAppResponse {
|
|
1876
|
-
Arn?: string | undefined;
|
|
1877
|
-
Name?: string | undefined;
|
|
1878
|
-
ArtifactStoreUri?: string | undefined;
|
|
1879
|
-
MlflowVersion?: string | undefined;
|
|
1880
|
-
RoleArn?: string | undefined;
|
|
1881
|
-
Status?: MlflowAppStatus | undefined;
|
|
1882
|
-
ModelRegistrationMode?: ModelRegistrationMode | undefined;
|
|
1883
|
-
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
1884
|
-
DefaultDomainIdList?: string[] | undefined;
|
|
1885
|
-
CreationTime?: Date | undefined;
|
|
1886
|
-
CreatedBy?: UserContext | undefined;
|
|
1887
|
-
LastModifiedTime?: Date | undefined;
|
|
1888
|
-
LastModifiedBy?: UserContext | undefined;
|
|
1889
|
-
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1890
|
-
MaintenanceStatus?: MaintenanceStatus | undefined;
|
|
1891
|
-
}
|
|
1892
|
-
export interface DescribeMlflowTrackingServerRequest {
|
|
1893
|
-
TrackingServerName: string | undefined;
|
|
1894
|
-
}
|
|
1895
|
-
export interface DescribeMlflowTrackingServerResponse {
|
|
1896
|
-
TrackingServerArn?: string | undefined;
|
|
1897
|
-
TrackingServerName?: string | undefined;
|
|
1898
|
-
ArtifactStoreUri?: string | undefined;
|
|
1899
|
-
TrackingServerSize?: TrackingServerSize | undefined;
|
|
1900
|
-
MlflowVersion?: string | undefined;
|
|
1901
|
-
RoleArn?: string | undefined;
|
|
1902
|
-
TrackingServerStatus?: TrackingServerStatus | undefined;
|
|
1903
|
-
TrackingServerMaintenanceStatus?: TrackingServerMaintenanceStatus | undefined;
|
|
1904
|
-
IsActive?: IsTrackingServerActive | undefined;
|
|
1905
|
-
TrackingServerUrl?: string | undefined;
|
|
1906
|
-
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1907
|
-
AutomaticModelRegistration?: boolean | undefined;
|
|
1908
|
-
CreationTime?: Date | undefined;
|
|
1909
|
-
CreatedBy?: UserContext | undefined;
|
|
1910
|
-
LastModifiedTime?: Date | undefined;
|
|
1911
|
-
LastModifiedBy?: UserContext | undefined;
|
|
1912
|
-
S3BucketOwnerAccountId?: string | undefined;
|
|
1913
|
-
S3BucketOwnerVerification?: boolean | undefined;
|
|
1914
|
-
}
|
|
1915
|
-
export interface DescribeModelInput {
|
|
1916
|
-
ModelName: string | undefined;
|
|
1917
|
-
}
|
|
1918
|
-
export interface DescribeModelOutput {
|
|
1919
|
-
ModelName: string | undefined;
|
|
1920
|
-
PrimaryContainer?: ContainerDefinition | undefined;
|
|
1921
|
-
Containers?: ContainerDefinition[] | undefined;
|
|
1922
|
-
InferenceExecutionConfig?: InferenceExecutionConfig | undefined;
|
|
1923
|
-
ExecutionRoleArn?: string | undefined;
|
|
1924
|
-
VpcConfig?: VpcConfig | undefined;
|
|
1925
|
-
CreationTime: Date | undefined;
|
|
1926
|
-
ModelArn: string | undefined;
|
|
1927
|
-
EnableNetworkIsolation?: boolean | undefined;
|
|
1928
|
-
DeploymentRecommendation?: DeploymentRecommendation | undefined;
|
|
1929
|
-
}
|
|
1930
|
-
export interface DescribeModelBiasJobDefinitionRequest {
|
|
1931
|
-
JobDefinitionName: string | undefined;
|
|
1932
|
-
}
|
|
1933
|
-
export interface DescribeModelBiasJobDefinitionResponse {
|
|
1934
|
-
JobDefinitionArn: string | undefined;
|
|
1935
|
-
JobDefinitionName: string | undefined;
|
|
1936
|
-
CreationTime: Date | undefined;
|
|
1937
|
-
ModelBiasBaselineConfig?: ModelBiasBaselineConfig | undefined;
|
|
1938
|
-
ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
|
|
1939
|
-
ModelBiasJobInput: ModelBiasJobInput | undefined;
|
|
1940
|
-
ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
1941
|
-
JobResources: MonitoringResources | undefined;
|
|
1942
|
-
NetworkConfig?: MonitoringNetworkConfig | undefined;
|
|
1943
|
-
RoleArn: string | undefined;
|
|
1944
|
-
StoppingCondition?: MonitoringStoppingCondition | undefined;
|
|
1945
|
-
}
|
|
1946
|
-
export interface DescribeModelCardRequest {
|
|
1947
|
-
ModelCardName: string | undefined;
|
|
1948
|
-
ModelCardVersion?: number | undefined;
|
|
1949
|
-
}
|
|
1950
|
-
export interface DescribeModelCardResponse {
|
|
1951
|
-
ModelCardArn: string | undefined;
|
|
1952
|
-
ModelCardName: string | undefined;
|
|
1953
|
-
ModelCardVersion: number | undefined;
|
|
1954
|
-
Content: string | undefined;
|
|
1955
|
-
ModelCardStatus: ModelCardStatus | undefined;
|
|
1956
|
-
SecurityConfig?: ModelCardSecurityConfig | undefined;
|
|
1957
|
-
CreationTime: Date | undefined;
|
|
1958
|
-
CreatedBy: UserContext | undefined;
|
|
1959
|
-
LastModifiedTime?: Date | undefined;
|
|
1960
|
-
LastModifiedBy?: UserContext | undefined;
|
|
1961
|
-
ModelCardProcessingStatus?: ModelCardProcessingStatus | undefined;
|
|
1962
|
-
}
|
|
1963
|
-
export interface DescribeModelCardExportJobRequest {
|
|
1964
|
-
ModelCardExportJobArn: string | undefined;
|
|
1965
|
-
}
|
|
1966
|
-
export interface ModelCardExportArtifacts {
|
|
1967
|
-
S3ExportArtifacts: string | undefined;
|
|
1968
|
-
}
|
|
1969
|
-
export interface DescribeModelCardExportJobResponse {
|
|
1970
|
-
ModelCardExportJobName: string | undefined;
|
|
1971
|
-
ModelCardExportJobArn: string | undefined;
|
|
1972
|
-
Status: ModelCardExportJobStatus | undefined;
|
|
1973
|
-
ModelCardName: string | undefined;
|
|
1974
|
-
ModelCardVersion: number | undefined;
|
|
1975
|
-
OutputConfig: ModelCardExportOutputConfig | undefined;
|
|
1976
|
-
CreatedAt: Date | undefined;
|
|
1977
|
-
LastModifiedAt: Date | undefined;
|
|
1978
|
-
FailureReason?: string | undefined;
|
|
1979
|
-
ExportArtifacts?: ModelCardExportArtifacts | undefined;
|
|
1980
|
-
}
|
|
1981
|
-
export interface DescribeModelExplainabilityJobDefinitionRequest {
|
|
1982
|
-
JobDefinitionName: string | undefined;
|
|
1983
|
-
}
|
|
1984
|
-
export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
1985
|
-
JobDefinitionArn: string | undefined;
|
|
1986
|
-
JobDefinitionName: string | undefined;
|
|
1987
|
-
CreationTime: Date | undefined;
|
|
1988
|
-
ModelExplainabilityBaselineConfig?:
|
|
1989
|
-
| ModelExplainabilityBaselineConfig
|
|
1990
|
-
| undefined;
|
|
1991
|
-
ModelExplainabilityAppSpecification:
|
|
1992
|
-
| ModelExplainabilityAppSpecification
|
|
1993
|
-
| undefined;
|
|
1994
|
-
ModelExplainabilityJobInput: ModelExplainabilityJobInput | undefined;
|
|
1995
|
-
ModelExplainabilityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
1996
|
-
JobResources: MonitoringResources | undefined;
|
|
1997
|
-
NetworkConfig?: MonitoringNetworkConfig | undefined;
|
|
1998
|
-
RoleArn: string | undefined;
|
|
1999
|
-
StoppingCondition?: MonitoringStoppingCondition | undefined;
|
|
2000
|
-
}
|
|
2001
|
-
export interface DescribeModelPackageInput {
|
|
2002
|
-
ModelPackageName: string | undefined;
|
|
2003
|
-
}
|
|
2004
|
-
export interface ModelPackageStatusItem {
|
|
2005
|
-
Name: string | undefined;
|
|
2006
|
-
Status: DetailedModelPackageStatus | undefined;
|
|
2007
|
-
FailureReason?: string | undefined;
|
|
2008
|
-
}
|
|
2009
|
-
export interface ModelPackageStatusDetails {
|
|
2010
|
-
ValidationStatuses: ModelPackageStatusItem[] | undefined;
|
|
2011
|
-
ImageScanStatuses?: ModelPackageStatusItem[] | undefined;
|
|
2012
|
-
}
|
|
2013
|
-
export interface DescribeModelPackageOutput {
|
|
2014
|
-
ModelPackageName: string | undefined;
|
|
2015
|
-
ModelPackageGroupName?: string | undefined;
|
|
2016
|
-
ModelPackageVersion?: number | undefined;
|
|
2017
|
-
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
2018
|
-
ModelPackageArn: string | undefined;
|
|
2019
|
-
ModelPackageDescription?: string | undefined;
|
|
2020
|
-
CreationTime: Date | undefined;
|
|
2021
|
-
InferenceSpecification?: InferenceSpecification | undefined;
|
|
2022
|
-
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | undefined;
|
|
2023
|
-
ValidationSpecification?: ModelPackageValidationSpecification | undefined;
|
|
2024
|
-
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
2025
|
-
ModelPackageStatusDetails: ModelPackageStatusDetails | undefined;
|
|
2026
|
-
CertifyForMarketplace?: boolean | undefined;
|
|
2027
|
-
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
2028
|
-
CreatedBy?: UserContext | undefined;
|
|
2029
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
2030
|
-
ModelMetrics?: ModelMetrics | undefined;
|
|
2031
|
-
LastModifiedTime?: Date | undefined;
|
|
2032
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2033
|
-
ApprovalDescription?: string | undefined;
|
|
2034
|
-
Domain?: string | undefined;
|
|
2035
|
-
Task?: string | undefined;
|
|
2036
|
-
SamplePayloadUrl?: string | undefined;
|
|
2037
|
-
CustomerMetadataProperties?: Record<string, string> | undefined;
|
|
2038
|
-
DriftCheckBaselines?: DriftCheckBaselines | undefined;
|
|
2039
|
-
AdditionalInferenceSpecifications?:
|
|
2040
|
-
| AdditionalInferenceSpecificationDefinition[]
|
|
2041
|
-
| undefined;
|
|
2042
|
-
SkipModelValidation?: SkipModelValidation | undefined;
|
|
2043
|
-
SourceUri?: string | undefined;
|
|
2044
|
-
SecurityConfig?: ModelPackageSecurityConfig | undefined;
|
|
2045
|
-
ModelCard?: ModelPackageModelCard | undefined;
|
|
2046
|
-
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
2047
|
-
}
|
|
2048
|
-
export interface DescribeModelPackageGroupInput {
|
|
2049
|
-
ModelPackageGroupName: string | undefined;
|
|
2050
|
-
}
|
|
2051
|
-
export interface DescribeModelPackageGroupOutput {
|
|
2052
|
-
ModelPackageGroupName: string | undefined;
|
|
2053
|
-
ModelPackageGroupArn: string | undefined;
|
|
2054
|
-
ModelPackageGroupDescription?: string | undefined;
|
|
2055
|
-
CreationTime: Date | undefined;
|
|
2056
|
-
CreatedBy: UserContext | undefined;
|
|
2057
|
-
ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
|
|
2058
|
-
}
|
|
2059
|
-
export interface DescribeModelQualityJobDefinitionRequest {
|
|
2060
|
-
JobDefinitionName: string | undefined;
|
|
2061
|
-
}
|
|
2062
|
-
export interface DescribeModelQualityJobDefinitionResponse {
|
|
2063
|
-
JobDefinitionArn: string | undefined;
|
|
2064
|
-
JobDefinitionName: string | undefined;
|
|
2065
|
-
CreationTime: Date | undefined;
|
|
2066
|
-
ModelQualityBaselineConfig?: ModelQualityBaselineConfig | undefined;
|
|
2067
|
-
ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
|
|
2068
|
-
ModelQualityJobInput: ModelQualityJobInput | undefined;
|
|
2069
|
-
ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
2070
|
-
JobResources: MonitoringResources | undefined;
|
|
2071
|
-
NetworkConfig?: MonitoringNetworkConfig | undefined;
|
|
2072
|
-
RoleArn: string | undefined;
|
|
2073
|
-
StoppingCondition?: MonitoringStoppingCondition | undefined;
|
|
2074
|
-
}
|
|
2075
|
-
export interface DescribeMonitoringScheduleRequest {
|
|
2076
|
-
MonitoringScheduleName: string | undefined;
|
|
2077
|
-
}
|
|
2078
|
-
export interface MonitoringExecutionSummary {
|
|
2079
|
-
MonitoringScheduleName: string | undefined;
|
|
2080
|
-
ScheduledTime: Date | undefined;
|
|
2081
|
-
CreationTime: Date | undefined;
|
|
2082
|
-
LastModifiedTime: Date | undefined;
|
|
2083
|
-
MonitoringExecutionStatus: ExecutionStatus | undefined;
|
|
2084
|
-
ProcessingJobArn?: string | undefined;
|
|
2085
|
-
EndpointName?: string | undefined;
|
|
2086
|
-
FailureReason?: string | undefined;
|
|
2087
|
-
MonitoringJobDefinitionName?: string | undefined;
|
|
2088
|
-
MonitoringType?: MonitoringType | undefined;
|
|
2089
|
-
}
|
|
2090
|
-
export interface DescribeMonitoringScheduleResponse {
|
|
2091
|
-
MonitoringScheduleArn: string | undefined;
|
|
2092
|
-
MonitoringScheduleName: string | undefined;
|
|
2093
|
-
MonitoringScheduleStatus: ScheduleStatus | undefined;
|
|
2094
|
-
MonitoringType?: MonitoringType | undefined;
|
|
2095
|
-
FailureReason?: string | undefined;
|
|
2096
|
-
CreationTime: Date | undefined;
|
|
2097
|
-
LastModifiedTime: Date | undefined;
|
|
2098
|
-
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
2099
|
-
EndpointName?: string | undefined;
|
|
2100
|
-
LastMonitoringExecutionSummary?: MonitoringExecutionSummary | undefined;
|
|
2101
|
-
}
|
|
2102
|
-
export interface DescribeNotebookInstanceInput {
|
|
2103
|
-
NotebookInstanceName: string | undefined;
|
|
2104
|
-
}
|
|
2105
|
-
export interface DescribeNotebookInstanceOutput {
|
|
2106
|
-
NotebookInstanceArn?: string | undefined;
|
|
2107
|
-
NotebookInstanceName?: string | undefined;
|
|
2108
|
-
NotebookInstanceStatus?: NotebookInstanceStatus | undefined;
|
|
2109
|
-
FailureReason?: string | undefined;
|
|
2110
|
-
Url?: string | undefined;
|
|
2111
|
-
InstanceType?: _InstanceType | undefined;
|
|
2112
|
-
IpAddressType?: IPAddressType | undefined;
|
|
2113
|
-
SubnetId?: string | undefined;
|
|
2114
|
-
SecurityGroups?: string[] | undefined;
|
|
2115
|
-
RoleArn?: string | undefined;
|
|
2116
|
-
KmsKeyId?: string | undefined;
|
|
2117
|
-
NetworkInterfaceId?: string | undefined;
|
|
2118
|
-
LastModifiedTime?: Date | undefined;
|
|
2119
|
-
CreationTime?: Date | undefined;
|
|
2120
|
-
NotebookInstanceLifecycleConfigName?: string | undefined;
|
|
2121
|
-
DirectInternetAccess?: DirectInternetAccess | undefined;
|
|
2122
|
-
VolumeSizeInGB?: number | undefined;
|
|
2123
|
-
AcceleratorTypes?: NotebookInstanceAcceleratorType[] | undefined;
|
|
2124
|
-
DefaultCodeRepository?: string | undefined;
|
|
2125
|
-
AdditionalCodeRepositories?: string[] | undefined;
|
|
2126
|
-
RootAccess?: RootAccess | undefined;
|
|
2127
|
-
PlatformIdentifier?: string | undefined;
|
|
2128
|
-
InstanceMetadataServiceConfiguration?:
|
|
2129
|
-
| InstanceMetadataServiceConfiguration
|
|
2130
|
-
| undefined;
|
|
2131
|
-
}
|
|
2132
|
-
export interface DescribeNotebookInstanceLifecycleConfigInput {
|
|
2133
|
-
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
2134
|
-
}
|
|
2135
|
-
export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
2136
|
-
NotebookInstanceLifecycleConfigArn?: string | undefined;
|
|
2137
|
-
NotebookInstanceLifecycleConfigName?: string | undefined;
|
|
2138
|
-
OnCreate?: NotebookInstanceLifecycleHook[] | undefined;
|
|
2139
|
-
OnStart?: NotebookInstanceLifecycleHook[] | undefined;
|
|
2140
|
-
LastModifiedTime?: Date | undefined;
|
|
2141
|
-
CreationTime?: Date | undefined;
|
|
2142
|
-
}
|
|
2143
|
-
export interface DescribeOptimizationJobRequest {
|
|
2144
|
-
OptimizationJobName: string | undefined;
|
|
2145
|
-
}
|
|
2146
|
-
export interface OptimizationOutput {
|
|
2147
|
-
RecommendedInferenceImage?: string | undefined;
|
|
2148
|
-
}
|
|
2149
|
-
export interface DescribeOptimizationJobResponse {
|
|
2150
|
-
OptimizationJobArn: string | undefined;
|
|
2151
|
-
OptimizationJobStatus: OptimizationJobStatus | undefined;
|
|
2152
|
-
OptimizationStartTime?: Date | undefined;
|
|
2153
|
-
OptimizationEndTime?: Date | undefined;
|
|
2154
|
-
CreationTime: Date | undefined;
|
|
2155
|
-
LastModifiedTime: Date | undefined;
|
|
2156
|
-
FailureReason?: string | undefined;
|
|
2157
|
-
OptimizationJobName: string | undefined;
|
|
2158
|
-
ModelSource: OptimizationJobModelSource | undefined;
|
|
2159
|
-
OptimizationEnvironment?: Record<string, string> | undefined;
|
|
2160
|
-
DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
|
|
2161
|
-
MaxInstanceCount?: number | undefined;
|
|
2162
|
-
OptimizationConfigs: OptimizationConfig[] | undefined;
|
|
2163
|
-
OutputConfig: OptimizationJobOutputConfig | undefined;
|
|
2164
|
-
OptimizationOutput?: OptimizationOutput | undefined;
|
|
2165
|
-
RoleArn: string | undefined;
|
|
2166
|
-
StoppingCondition: StoppingCondition | undefined;
|
|
2167
|
-
VpcConfig?: OptimizationVpcConfig | undefined;
|
|
2168
|
-
}
|
|
2169
|
-
export interface DescribePartnerAppRequest {
|
|
2170
|
-
Arn: string | undefined;
|
|
2171
|
-
IncludeAvailableUpgrade?: boolean | undefined;
|
|
2172
|
-
}
|
|
2173
|
-
export interface ErrorInfo {
|
|
2174
|
-
Code?: string | undefined;
|
|
2175
|
-
Reason?: string | undefined;
|
|
2176
|
-
}
|