@aws-sdk/client-sagemaker 3.863.0 → 3.866.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +582 -392
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/DescribeReservedCapacityCommand.js +22 -0
  5. package/dist-es/commands/ListUltraServersByReservedCapacityCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +1 -13
  8. package/dist-es/models/models_1.js +13 -0
  9. package/dist-es/models/models_3.js +22 -33
  10. package/dist-es/models/models_4.js +21 -14
  11. package/dist-es/models/models_5.js +12 -1
  12. package/dist-es/pagination/ListUltraServersByReservedCapacityPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/protocols/Aws_json1_1.js +140 -0
  15. package/dist-types/SageMaker.d.ts +14 -0
  16. package/dist-types/SageMakerClient.d.ts +4 -2
  17. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
  19. package/dist-types/commands/CreateDomainCommand.d.ts +3 -0
  20. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +26 -8
  21. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
  22. package/dist-types/commands/CreateTrainingJobCommand.d.ts +11 -2
  23. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
  25. package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -0
  27. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeContextCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +26 -8
  32. package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +93 -0
  33. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +11 -2
  34. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +7 -1
  35. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +1 -1
  36. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -0
  37. package/dist-types/commands/ListTrainingPlansCommand.d.ts +5 -1
  38. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +92 -0
  39. package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  41. package/dist-types/commands/SearchCommand.d.ts +26 -8
  42. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +7 -2
  43. package/dist-types/commands/UpdateDomainCommand.d.ts +3 -0
  44. package/dist-types/commands/index.d.ts +2 -0
  45. package/dist-types/models/models_0.d.ts +71 -87
  46. package/dist-types/models/models_1.d.ts +94 -106
  47. package/dist-types/models/models_2.d.ts +115 -202
  48. package/dist-types/models/models_3.d.ts +463 -409
  49. package/dist-types/models/models_4.d.ts +414 -683
  50. package/dist-types/models/models_5.d.ts +718 -5
  51. package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +7 -0
  52. package/dist-types/pagination/index.d.ts +1 -0
  53. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  54. package/dist-types/ts3.4/SageMaker.d.ts +40 -0
  55. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  56. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +2 -4
  63. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +15 -25
  66. package/dist-types/ts3.4/models/models_1.d.ts +31 -25
  67. package/dist-types/ts3.4/models/models_2.d.ts +28 -53
  68. package/dist-types/ts3.4/models/models_3.d.ts +119 -104
  69. package/dist-types/ts3.4/models/models_4.d.ts +123 -190
  70. package/dist-types/ts3.4/models/models_5.d.ts +187 -5
  71. package/dist-types/ts3.4/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +11 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  73. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  74. package/package.json +5 -5
@@ -1,6 +1,206 @@
1
- import { AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSpecification, AmazonQSettings, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoRollbackConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CapacityReservationPreference, CfnTemplateProviderDetail, Channel, CheckpointConfig, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, ObjectiveStatus, OutputDataConfig, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VolumeAttachmentStatus, VpcConfig } from "./models_0";
2
- import { _InstanceType, CognitoConfig, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DockerSettings, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, UnifiedStudioSettings, UserSettings, VendorGuidance } from "./models_1";
3
- import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, DeploymentStageStatusSummary, DirectInternetAccess, DriftCheckBaselines, ExperimentConfig, InfraCheckConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppAuthType, PartnerAppConfig, PartnerAppMaintenanceConfig, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType } from "./models_2";
1
+ import { ActivationState, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSpecification, AmazonQSettings, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoRollbackConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CapacityReservationPreference, CfnTemplateProviderDetail, Channel, CheckpointConfig, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, ObjectiveStatus, OutputDataConfig, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VolumeAttachmentStatus, VpcConfig } from "./models_0";
2
+ import { _InstanceType, CognitoConfig, CompilationJobStatus, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DockerSettings, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelBiasAppSpecification, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, TrustedIdentityPropagationSettings, UnifiedStudioSettings, UserSettings, VendorGuidance } from "./models_1";
3
+ import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, DeploymentStageStatusSummary, DerivedInformation, DirectInternetAccess, DriftCheckBaselines, ExperimentConfig, InfraCheckConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelDigests, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppAuthType, PartnerAppConfig, PartnerAppMaintenanceConfig, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DescribeCompilationJobResponse {
8
+ /**
9
+ * <p>The name of the model compilation job.</p>
10
+ * @public
11
+ */
12
+ CompilationJobName: string | undefined;
13
+ /**
14
+ * <p>The Amazon Resource Name (ARN) of the model compilation job.</p>
15
+ * @public
16
+ */
17
+ CompilationJobArn: string | undefined;
18
+ /**
19
+ * <p>The status of the model compilation job.</p>
20
+ * @public
21
+ */
22
+ CompilationJobStatus: CompilationJobStatus | undefined;
23
+ /**
24
+ * <p>The time when the model compilation job started the <code>CompilationJob</code> instances. </p> <p>You are billed for the time between this timestamp and the timestamp in the <code>CompilationEndTime</code> field. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container. </p>
25
+ * @public
26
+ */
27
+ CompilationStartTime?: Date | undefined;
28
+ /**
29
+ * <p>The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker AI detected that the job failed. </p>
30
+ * @public
31
+ */
32
+ CompilationEndTime?: Date | undefined;
33
+ /**
34
+ * <p>Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker AI ends the compilation job. Use this API to cap model training costs.</p>
35
+ * @public
36
+ */
37
+ StoppingCondition: StoppingCondition | undefined;
38
+ /**
39
+ * <p>The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.</p>
40
+ * @public
41
+ */
42
+ InferenceImage?: string | undefined;
43
+ /**
44
+ * <p>The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.</p>
45
+ * @public
46
+ */
47
+ ModelPackageVersionArn?: string | undefined;
48
+ /**
49
+ * <p>The time that the model compilation job was created.</p>
50
+ * @public
51
+ */
52
+ CreationTime: Date | undefined;
53
+ /**
54
+ * <p>The time that the status of the model compilation job was last modified.</p>
55
+ * @public
56
+ */
57
+ LastModifiedTime: Date | undefined;
58
+ /**
59
+ * <p>If a model compilation job failed, the reason it failed. </p>
60
+ * @public
61
+ */
62
+ FailureReason: string | undefined;
63
+ /**
64
+ * <p>Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.</p>
65
+ * @public
66
+ */
67
+ ModelArtifacts: ModelArtifacts | undefined;
68
+ /**
69
+ * <p>Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.</p>
70
+ * @public
71
+ */
72
+ ModelDigests?: ModelDigests | undefined;
73
+ /**
74
+ * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI assumes to perform the model compilation job.</p>
75
+ * @public
76
+ */
77
+ RoleArn: string | undefined;
78
+ /**
79
+ * <p>Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.</p>
80
+ * @public
81
+ */
82
+ InputConfig: InputConfig | undefined;
83
+ /**
84
+ * <p>Information about the output location for the compiled model and the target device that the model runs on.</p>
85
+ * @public
86
+ */
87
+ OutputConfig: OutputConfig | undefined;
88
+ /**
89
+ * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html">Protect Compilation Jobs by Using an Amazon Virtual Private Cloud</a>.</p>
90
+ * @public
91
+ */
92
+ VpcConfig?: NeoVpcConfig | undefined;
93
+ /**
94
+ * <p>Information that SageMaker Neo automatically derived about the model.</p>
95
+ * @public
96
+ */
97
+ DerivedInformation?: DerivedInformation | undefined;
98
+ }
99
+ /**
100
+ * @public
101
+ */
102
+ export interface DescribeComputeQuotaRequest {
103
+ /**
104
+ * <p>ID of the compute allocation definition.</p>
105
+ * @public
106
+ */
107
+ ComputeQuotaId: string | undefined;
108
+ /**
109
+ * <p>Version of the compute allocation definition.</p>
110
+ * @public
111
+ */
112
+ ComputeQuotaVersion?: number | undefined;
113
+ }
114
+ /**
115
+ * @public
116
+ */
117
+ export interface DescribeComputeQuotaResponse {
118
+ /**
119
+ * <p>ARN of the compute allocation definition.</p>
120
+ * @public
121
+ */
122
+ ComputeQuotaArn: string | undefined;
123
+ /**
124
+ * <p>ID of the compute allocation definition.</p>
125
+ * @public
126
+ */
127
+ ComputeQuotaId: string | undefined;
128
+ /**
129
+ * <p>Name of the compute allocation definition.</p>
130
+ * @public
131
+ */
132
+ Name: string | undefined;
133
+ /**
134
+ * <p>Description of the compute allocation definition.</p>
135
+ * @public
136
+ */
137
+ Description?: string | undefined;
138
+ /**
139
+ * <p>Version of the compute allocation definition.</p>
140
+ * @public
141
+ */
142
+ ComputeQuotaVersion: number | undefined;
143
+ /**
144
+ * <p>Status of the compute allocation definition.</p>
145
+ * @public
146
+ */
147
+ Status: SchedulerResourceStatus | undefined;
148
+ /**
149
+ * <p>Failure reason of the compute allocation definition.</p>
150
+ * @public
151
+ */
152
+ FailureReason?: string | undefined;
153
+ /**
154
+ * <p>ARN of the cluster.</p>
155
+ * @public
156
+ */
157
+ ClusterArn?: string | undefined;
158
+ /**
159
+ * <p>Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.</p>
160
+ * @public
161
+ */
162
+ ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
163
+ /**
164
+ * <p>The target entity to allocate compute resources to.</p>
165
+ * @public
166
+ */
167
+ ComputeQuotaTarget: ComputeQuotaTarget | undefined;
168
+ /**
169
+ * <p>The state of the compute allocation being described. Use to enable or disable compute allocation.</p> <p>Default is <code>Enabled</code>.</p>
170
+ * @public
171
+ */
172
+ ActivationState?: ActivationState | undefined;
173
+ /**
174
+ * <p>Creation time of the compute allocation configuration.</p>
175
+ * @public
176
+ */
177
+ CreationTime: Date | undefined;
178
+ /**
179
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
180
+ * @public
181
+ */
182
+ CreatedBy?: UserContext | undefined;
183
+ /**
184
+ * <p>Last modified time of the compute allocation configuration.</p>
185
+ * @public
186
+ */
187
+ LastModifiedTime?: Date | undefined;
188
+ /**
189
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
190
+ * @public
191
+ */
192
+ LastModifiedBy?: UserContext | undefined;
193
+ }
194
+ /**
195
+ * @public
196
+ */
197
+ export interface DescribeContextRequest {
198
+ /**
199
+ * <p>The name of the context to describe.</p>
200
+ * @public
201
+ */
202
+ ContextName: string | undefined;
203
+ }
4
204
  /**
5
205
  * @public
6
206
  */
@@ -5288,141 +5488,298 @@ export interface DescribeProjectOutput {
5288
5488
  /**
5289
5489
  * @public
5290
5490
  */
5291
- export interface DescribeSpaceRequest {
5292
- /**
5293
- * <p>The ID of the associated domain.</p>
5294
- * @public
5295
- */
5296
- DomainId: string | undefined;
5491
+ export interface DescribeReservedCapacityRequest {
5297
5492
  /**
5298
- * <p>The name of the space.</p>
5493
+ * <p>ARN of the reserved capacity to describe.</p>
5299
5494
  * @public
5300
5495
  */
5301
- SpaceName: string | undefined;
5496
+ ReservedCapacityArn: string | undefined;
5302
5497
  }
5303
5498
  /**
5304
5499
  * @public
5305
5500
  * @enum
5306
5501
  */
5307
- export declare const SpaceStatus: {
5308
- readonly Delete_Failed: "Delete_Failed";
5309
- readonly Deleting: "Deleting";
5310
- readonly Failed: "Failed";
5311
- readonly InService: "InService";
5312
- readonly Pending: "Pending";
5313
- readonly Update_Failed: "Update_Failed";
5314
- readonly Updating: "Updating";
5502
+ export declare const ReservedCapacityInstanceType: {
5503
+ readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
5504
+ readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
5505
+ readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
5506
+ readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
5507
+ readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
5508
+ readonly ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge";
5509
+ readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
5510
+ readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
5511
+ readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
5315
5512
  };
5316
5513
  /**
5317
5514
  * @public
5318
5515
  */
5319
- export type SpaceStatus = (typeof SpaceStatus)[keyof typeof SpaceStatus];
5516
+ export type ReservedCapacityInstanceType = (typeof ReservedCapacityInstanceType)[keyof typeof ReservedCapacityInstanceType];
5320
5517
  /**
5321
5518
  * @public
5519
+ * @enum
5322
5520
  */
5323
- export interface DescribeSpaceResponse {
5324
- /**
5325
- * <p>The ID of the associated domain.</p>
5326
- * @public
5327
- */
5328
- DomainId?: string | undefined;
5521
+ export declare const ReservedCapacityType: {
5522
+ readonly INSTANCE: "Instance";
5523
+ readonly ULTRASERVER: "UltraServer";
5524
+ };
5525
+ /**
5526
+ * @public
5527
+ */
5528
+ export type ReservedCapacityType = (typeof ReservedCapacityType)[keyof typeof ReservedCapacityType];
5529
+ /**
5530
+ * @public
5531
+ * @enum
5532
+ */
5533
+ export declare const ReservedCapacityStatus: {
5534
+ readonly ACTIVE: "Active";
5535
+ readonly EXPIRED: "Expired";
5536
+ readonly FAILED: "Failed";
5537
+ readonly PENDING: "Pending";
5538
+ readonly SCHEDULED: "Scheduled";
5539
+ };
5540
+ /**
5541
+ * @public
5542
+ */
5543
+ export type ReservedCapacityStatus = (typeof ReservedCapacityStatus)[keyof typeof ReservedCapacityStatus];
5544
+ /**
5545
+ * <p>A summary of UltraServer resources and their current status.</p>
5546
+ * @public
5547
+ */
5548
+ export interface UltraServerSummary {
5329
5549
  /**
5330
- * <p>The space's Amazon Resource Name (ARN).</p>
5550
+ * <p>The type of UltraServer, such as ml.u-p6e-gb200x72.</p>
5331
5551
  * @public
5332
5552
  */
5333
- SpaceArn?: string | undefined;
5553
+ UltraServerType: string | undefined;
5334
5554
  /**
5335
- * <p>The name of the space.</p>
5555
+ * <p>The Amazon EC2 instance type used in the UltraServer.</p>
5336
5556
  * @public
5337
5557
  */
5338
- SpaceName?: string | undefined;
5558
+ InstanceType: ReservedCapacityInstanceType | undefined;
5339
5559
  /**
5340
- * <p>The ID of the space's profile in the Amazon EFS volume.</p>
5560
+ * <p>The number of UltraServers of this type.</p>
5341
5561
  * @public
5342
5562
  */
5343
- HomeEfsFileSystemUid?: string | undefined;
5563
+ UltraServerCount?: number | undefined;
5344
5564
  /**
5345
- * <p>The status.</p>
5565
+ * <p>The number of available spare instances in the UltraServers.</p>
5346
5566
  * @public
5347
5567
  */
5348
- Status?: SpaceStatus | undefined;
5568
+ AvailableSpareInstanceCount?: number | undefined;
5349
5569
  /**
5350
- * <p>The last modified time.</p>
5570
+ * <p>The total number of instances across all UltraServers of this type that are currently in an unhealthy state.</p>
5351
5571
  * @public
5352
5572
  */
5353
- LastModifiedTime?: Date | undefined;
5573
+ UnhealthyInstanceCount?: number | undefined;
5574
+ }
5575
+ /**
5576
+ * @public
5577
+ */
5578
+ export interface DescribeReservedCapacityResponse {
5354
5579
  /**
5355
- * <p>The creation time.</p>
5580
+ * <p>ARN of the reserved capacity.</p>
5356
5581
  * @public
5357
5582
  */
5358
- CreationTime?: Date | undefined;
5583
+ ReservedCapacityArn: string | undefined;
5359
5584
  /**
5360
- * <p>The failure reason.</p>
5585
+ * <p>The type of reserved capacity.</p>
5361
5586
  * @public
5362
5587
  */
5363
- FailureReason?: string | undefined;
5588
+ ReservedCapacityType?: ReservedCapacityType | undefined;
5364
5589
  /**
5365
- * <p>A collection of space settings.</p>
5590
+ * <p>The current status of the reserved capacity.</p>
5366
5591
  * @public
5367
5592
  */
5368
- SpaceSettings?: SpaceSettings | undefined;
5593
+ Status?: ReservedCapacityStatus | undefined;
5369
5594
  /**
5370
- * <p>The collection of ownership settings for a space.</p>
5595
+ * <p>The Availability Zone where the reserved capacity is provisioned.</p>
5371
5596
  * @public
5372
5597
  */
5373
- OwnershipSettings?: OwnershipSettings | undefined;
5598
+ AvailabilityZone?: string | undefined;
5374
5599
  /**
5375
- * <p>The collection of space sharing settings for a space.</p>
5600
+ * <p>The total duration of the reserved capacity in hours.</p>
5376
5601
  * @public
5377
5602
  */
5378
- SpaceSharingSettings?: SpaceSharingSettings | undefined;
5603
+ DurationHours?: number | undefined;
5379
5604
  /**
5380
- * <p>The name of the space that appears in the Amazon SageMaker Studio UI.</p>
5605
+ * <p>The number of minutes for the duration of the reserved capacity. For example, if a reserved capacity starts at 08:55 and ends at 11:30, the minutes field would be 35.</p>
5381
5606
  * @public
5382
5607
  */
5383
- SpaceDisplayName?: string | undefined;
5608
+ DurationMinutes?: number | undefined;
5384
5609
  /**
5385
- * <p>Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center.</p> <p>The following application types are supported:</p> <ul> <li> <p>Studio Classic: <code>&amp;redirect=JupyterServer</code> </p> </li> <li> <p>JupyterLab: <code>&amp;redirect=JupyterLab</code> </p> </li> <li> <p>Code Editor, based on Code-OSS, Visual Studio Code - Open Source: <code>&amp;redirect=CodeEditor</code> </p> </li> </ul>
5610
+ * <p>The timestamp when the reserved capacity becomes active.</p>
5386
5611
  * @public
5387
5612
  */
5388
- Url?: string | undefined;
5389
- }
5390
- /**
5391
- * @public
5392
- */
5393
- export interface DescribeStudioLifecycleConfigRequest {
5613
+ StartTime?: Date | undefined;
5394
5614
  /**
5395
- * <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration to describe.</p>
5615
+ * <p>The timestamp when the reserved capacity expires.</p>
5396
5616
  * @public
5397
5617
  */
5398
- StudioLifecycleConfigName: string | undefined;
5399
- }
5400
- /**
5401
- * @public
5402
- */
5403
- export interface DescribeStudioLifecycleConfigResponse {
5618
+ EndTime?: Date | undefined;
5404
5619
  /**
5405
- * <p>The ARN of the Lifecycle Configuration to describe.</p>
5620
+ * <p>The Amazon EC2 instance type used in the reserved capacity.</p>
5406
5621
  * @public
5407
5622
  */
5408
- StudioLifecycleConfigArn?: string | undefined;
5623
+ InstanceType: ReservedCapacityInstanceType | undefined;
5409
5624
  /**
5410
- * <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration that is described.</p>
5625
+ * <p>The total number of instances allocated to this reserved capacity.</p>
5411
5626
  * @public
5412
5627
  */
5413
- StudioLifecycleConfigName?: string | undefined;
5628
+ TotalInstanceCount: number | undefined;
5414
5629
  /**
5415
- * <p>The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
5630
+ * <p>The number of instances currently available for use in this reserved capacity.</p>
5416
5631
  * @public
5417
5632
  */
5418
- CreationTime?: Date | undefined;
5633
+ AvailableInstanceCount?: number | undefined;
5419
5634
  /**
5420
- * <p>This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.</p>
5635
+ * <p>The number of instances currently in use from this reserved capacity.</p>
5421
5636
  * @public
5422
5637
  */
5423
- LastModifiedTime?: Date | undefined;
5638
+ InUseInstanceCount?: number | undefined;
5424
5639
  /**
5425
- * <p>The content of your Amazon SageMaker AI Studio Lifecycle Configuration script.</p>
5640
+ * <p>A summary of the UltraServer associated with this reserved capacity.</p>
5641
+ * @public
5642
+ */
5643
+ UltraServerSummary?: UltraServerSummary | undefined;
5644
+ }
5645
+ /**
5646
+ * @public
5647
+ */
5648
+ export interface DescribeSpaceRequest {
5649
+ /**
5650
+ * <p>The ID of the associated domain.</p>
5651
+ * @public
5652
+ */
5653
+ DomainId: string | undefined;
5654
+ /**
5655
+ * <p>The name of the space.</p>
5656
+ * @public
5657
+ */
5658
+ SpaceName: string | undefined;
5659
+ }
5660
+ /**
5661
+ * @public
5662
+ * @enum
5663
+ */
5664
+ export declare const SpaceStatus: {
5665
+ readonly Delete_Failed: "Delete_Failed";
5666
+ readonly Deleting: "Deleting";
5667
+ readonly Failed: "Failed";
5668
+ readonly InService: "InService";
5669
+ readonly Pending: "Pending";
5670
+ readonly Update_Failed: "Update_Failed";
5671
+ readonly Updating: "Updating";
5672
+ };
5673
+ /**
5674
+ * @public
5675
+ */
5676
+ export type SpaceStatus = (typeof SpaceStatus)[keyof typeof SpaceStatus];
5677
+ /**
5678
+ * @public
5679
+ */
5680
+ export interface DescribeSpaceResponse {
5681
+ /**
5682
+ * <p>The ID of the associated domain.</p>
5683
+ * @public
5684
+ */
5685
+ DomainId?: string | undefined;
5686
+ /**
5687
+ * <p>The space's Amazon Resource Name (ARN).</p>
5688
+ * @public
5689
+ */
5690
+ SpaceArn?: string | undefined;
5691
+ /**
5692
+ * <p>The name of the space.</p>
5693
+ * @public
5694
+ */
5695
+ SpaceName?: string | undefined;
5696
+ /**
5697
+ * <p>The ID of the space's profile in the Amazon EFS volume.</p>
5698
+ * @public
5699
+ */
5700
+ HomeEfsFileSystemUid?: string | undefined;
5701
+ /**
5702
+ * <p>The status.</p>
5703
+ * @public
5704
+ */
5705
+ Status?: SpaceStatus | undefined;
5706
+ /**
5707
+ * <p>The last modified time.</p>
5708
+ * @public
5709
+ */
5710
+ LastModifiedTime?: Date | undefined;
5711
+ /**
5712
+ * <p>The creation time.</p>
5713
+ * @public
5714
+ */
5715
+ CreationTime?: Date | undefined;
5716
+ /**
5717
+ * <p>The failure reason.</p>
5718
+ * @public
5719
+ */
5720
+ FailureReason?: string | undefined;
5721
+ /**
5722
+ * <p>A collection of space settings.</p>
5723
+ * @public
5724
+ */
5725
+ SpaceSettings?: SpaceSettings | undefined;
5726
+ /**
5727
+ * <p>The collection of ownership settings for a space.</p>
5728
+ * @public
5729
+ */
5730
+ OwnershipSettings?: OwnershipSettings | undefined;
5731
+ /**
5732
+ * <p>The collection of space sharing settings for a space.</p>
5733
+ * @public
5734
+ */
5735
+ SpaceSharingSettings?: SpaceSharingSettings | undefined;
5736
+ /**
5737
+ * <p>The name of the space that appears in the Amazon SageMaker Studio UI.</p>
5738
+ * @public
5739
+ */
5740
+ SpaceDisplayName?: string | undefined;
5741
+ /**
5742
+ * <p>Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center.</p> <p>The following application types are supported:</p> <ul> <li> <p>Studio Classic: <code>&amp;redirect=JupyterServer</code> </p> </li> <li> <p>JupyterLab: <code>&amp;redirect=JupyterLab</code> </p> </li> <li> <p>Code Editor, based on Code-OSS, Visual Studio Code - Open Source: <code>&amp;redirect=CodeEditor</code> </p> </li> </ul>
5743
+ * @public
5744
+ */
5745
+ Url?: string | undefined;
5746
+ }
5747
+ /**
5748
+ * @public
5749
+ */
5750
+ export interface DescribeStudioLifecycleConfigRequest {
5751
+ /**
5752
+ * <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration to describe.</p>
5753
+ * @public
5754
+ */
5755
+ StudioLifecycleConfigName: string | undefined;
5756
+ }
5757
+ /**
5758
+ * @public
5759
+ */
5760
+ export interface DescribeStudioLifecycleConfigResponse {
5761
+ /**
5762
+ * <p>The ARN of the Lifecycle Configuration to describe.</p>
5763
+ * @public
5764
+ */
5765
+ StudioLifecycleConfigArn?: string | undefined;
5766
+ /**
5767
+ * <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration that is described.</p>
5768
+ * @public
5769
+ */
5770
+ StudioLifecycleConfigName?: string | undefined;
5771
+ /**
5772
+ * <p>The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
5773
+ * @public
5774
+ */
5775
+ CreationTime?: Date | undefined;
5776
+ /**
5777
+ * <p>This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.</p>
5778
+ * @public
5779
+ */
5780
+ LastModifiedTime?: Date | undefined;
5781
+ /**
5782
+ * <p>The content of your Amazon SageMaker AI Studio Lifecycle Configuration script.</p>
5426
5783
  * @public
5427
5784
  */
5428
5785
  StudioLifecycleConfigContent?: string | undefined;
@@ -5875,39 +6232,6 @@ export interface DescribeTrainingPlanRequest {
5875
6232
  */
5876
6233
  TrainingPlanName: string | undefined;
5877
6234
  }
5878
- /**
5879
- * @public
5880
- * @enum
5881
- */
5882
- export declare const ReservedCapacityInstanceType: {
5883
- readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
5884
- readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
5885
- readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
5886
- readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
5887
- readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
5888
- readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
5889
- readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
5890
- readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
5891
- };
5892
- /**
5893
- * @public
5894
- */
5895
- export type ReservedCapacityInstanceType = (typeof ReservedCapacityInstanceType)[keyof typeof ReservedCapacityInstanceType];
5896
- /**
5897
- * @public
5898
- * @enum
5899
- */
5900
- export declare const ReservedCapacityStatus: {
5901
- readonly ACTIVE: "Active";
5902
- readonly EXPIRED: "Expired";
5903
- readonly FAILED: "Failed";
5904
- readonly PENDING: "Pending";
5905
- readonly SCHEDULED: "Scheduled";
5906
- };
5907
- /**
5908
- * @public
5909
- */
5910
- export type ReservedCapacityStatus = (typeof ReservedCapacityStatus)[keyof typeof ReservedCapacityStatus];
5911
6235
  /**
5912
6236
  * <p>Details of a reserved capacity for the training plan.</p> <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
5913
6237
  * @public
@@ -5918,6 +6242,21 @@ export interface ReservedCapacitySummary {
5918
6242
  * @public
5919
6243
  */
5920
6244
  ReservedCapacityArn: string | undefined;
6245
+ /**
6246
+ * <p>The type of reserved capacity.</p>
6247
+ * @public
6248
+ */
6249
+ ReservedCapacityType?: ReservedCapacityType | undefined;
6250
+ /**
6251
+ * <p>The type of UltraServer included in this reserved capacity, such as ml.u-p6e-gb200x72.</p>
6252
+ * @public
6253
+ */
6254
+ UltraServerType?: string | undefined;
6255
+ /**
6256
+ * <p>The number of UltraServers included in this reserved capacity.</p>
6257
+ * @public
6258
+ */
6259
+ UltraServerCount?: number | undefined;
5921
6260
  /**
5922
6261
  * <p>The instance type for the reserved capacity.</p>
5923
6262
  * @public
@@ -6055,6 +6394,21 @@ export interface DescribeTrainingPlanResponse {
6055
6394
  * @public
6056
6395
  */
6057
6396
  InUseInstanceCount?: number | undefined;
6397
+ /**
6398
+ * <p>The number of instances in the training plan that are currently in an unhealthy state.</p>
6399
+ * @public
6400
+ */
6401
+ UnhealthyInstanceCount?: number | undefined;
6402
+ /**
6403
+ * <p>The number of available spare instances in the training plan.</p>
6404
+ * @public
6405
+ */
6406
+ AvailableSpareInstanceCount?: number | undefined;
6407
+ /**
6408
+ * <p>The total number of UltraServers reserved to this training plan.</p>
6409
+ * @public
6410
+ */
6411
+ TotalUltraServerCount?: number | undefined;
6058
6412
  /**
6059
6413
  * <p>The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) that can use this training plan.</p> <p>Training plans are specific to their target resource.</p> <ul> <li> <p>A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.</p> </li> <li> <p>A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.</p> </li> </ul>
6060
6414
  * @public
@@ -7249,6 +7603,11 @@ export interface DomainSettingsForUpdate {
7249
7603
  * @public
7250
7604
  */
7251
7605
  SecurityGroupIds?: string[] | undefined;
7606
+ /**
7607
+ * <p>The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.</p>
7608
+ * @public
7609
+ */
7610
+ TrustedIdentityPropagationSettings?: TrustedIdentityPropagationSettings | undefined;
7252
7611
  /**
7253
7612
  * <p>A collection of settings that configure the domain's Docker interaction.</p>
7254
7613
  * @public
@@ -8591,311 +8950,6 @@ export declare const HubContentSortBy: {
8591
8950
  * @public
8592
8951
  */
8593
8952
  export type HubContentSortBy = (typeof HubContentSortBy)[keyof typeof HubContentSortBy];
8594
- /**
8595
- * <p>Information about a hub.</p>
8596
- * @public
8597
- */
8598
- export interface HubInfo {
8599
- /**
8600
- * <p>The name of the hub.</p>
8601
- * @public
8602
- */
8603
- HubName: string | undefined;
8604
- /**
8605
- * <p>The Amazon Resource Name (ARN) of the hub.</p>
8606
- * @public
8607
- */
8608
- HubArn: string | undefined;
8609
- /**
8610
- * <p>The display name of the hub.</p>
8611
- * @public
8612
- */
8613
- HubDisplayName?: string | undefined;
8614
- /**
8615
- * <p>A description of the hub.</p>
8616
- * @public
8617
- */
8618
- HubDescription?: string | undefined;
8619
- /**
8620
- * <p>The searchable keywords for the hub.</p>
8621
- * @public
8622
- */
8623
- HubSearchKeywords?: string[] | undefined;
8624
- /**
8625
- * <p>The status of the hub.</p>
8626
- * @public
8627
- */
8628
- HubStatus: HubStatus | undefined;
8629
- /**
8630
- * <p>The date and time that the hub was created.</p>
8631
- * @public
8632
- */
8633
- CreationTime: Date | undefined;
8634
- /**
8635
- * <p>The date and time that the hub was last modified.</p>
8636
- * @public
8637
- */
8638
- LastModifiedTime: Date | undefined;
8639
- }
8640
- /**
8641
- * @public
8642
- * @enum
8643
- */
8644
- export declare const HubSortBy: {
8645
- readonly ACCOUNT_ID_OWNER: "AccountIdOwner";
8646
- readonly CREATION_TIME: "CreationTime";
8647
- readonly HUB_NAME: "HubName";
8648
- readonly HUB_STATUS: "HubStatus";
8649
- };
8650
- /**
8651
- * @public
8652
- */
8653
- export type HubSortBy = (typeof HubSortBy)[keyof typeof HubSortBy];
8654
- /**
8655
- * <p>Container for human task user interface information.</p>
8656
- * @public
8657
- */
8658
- export interface HumanTaskUiSummary {
8659
- /**
8660
- * <p>The name of the human task user interface.</p>
8661
- * @public
8662
- */
8663
- HumanTaskUiName: string | undefined;
8664
- /**
8665
- * <p>The Amazon Resource Name (ARN) of the human task user interface.</p>
8666
- * @public
8667
- */
8668
- HumanTaskUiArn: string | undefined;
8669
- /**
8670
- * <p>A timestamp when SageMaker created the human task user interface.</p>
8671
- * @public
8672
- */
8673
- CreationTime: Date | undefined;
8674
- }
8675
- /**
8676
- * <p>An entity returned by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SearchRecord.html">SearchRecord</a> API containing the properties of a hyperparameter tuning job.</p>
8677
- * @public
8678
- */
8679
- export interface HyperParameterTuningJobSearchEntity {
8680
- /**
8681
- * <p>The name of a hyperparameter tuning job.</p>
8682
- * @public
8683
- */
8684
- HyperParameterTuningJobName?: string | undefined;
8685
- /**
8686
- * <p>The Amazon Resource Name (ARN) of a hyperparameter tuning job.</p>
8687
- * @public
8688
- */
8689
- HyperParameterTuningJobArn?: string | undefined;
8690
- /**
8691
- * <p>Configures a hyperparameter tuning job.</p>
8692
- * @public
8693
- */
8694
- HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig | undefined;
8695
- /**
8696
- * <p>Defines the training jobs launched by a hyperparameter tuning job.</p>
8697
- * @public
8698
- */
8699
- TrainingJobDefinition?: HyperParameterTrainingJobDefinition | undefined;
8700
- /**
8701
- * <p>The job definitions included in a hyperparameter tuning job.</p>
8702
- * @public
8703
- */
8704
- TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[] | undefined;
8705
- /**
8706
- * <p>The status of a hyperparameter tuning job.</p>
8707
- * @public
8708
- */
8709
- HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | undefined;
8710
- /**
8711
- * <p>The time that a hyperparameter tuning job was created.</p>
8712
- * @public
8713
- */
8714
- CreationTime?: Date | undefined;
8715
- /**
8716
- * <p>The time that a hyperparameter tuning job ended.</p>
8717
- * @public
8718
- */
8719
- HyperParameterTuningEndTime?: Date | undefined;
8720
- /**
8721
- * <p>The time that a hyperparameter tuning job was last modified.</p>
8722
- * @public
8723
- */
8724
- LastModifiedTime?: Date | undefined;
8725
- /**
8726
- * <p>The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.</p>
8727
- * @public
8728
- */
8729
- TrainingJobStatusCounters?: TrainingJobStatusCounters | undefined;
8730
- /**
8731
- * <p>Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.</p>
8732
- * @public
8733
- */
8734
- ObjectiveStatusCounters?: ObjectiveStatusCounters | undefined;
8735
- /**
8736
- * <p>The container for the summary information about a training job.</p>
8737
- * @public
8738
- */
8739
- BestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
8740
- /**
8741
- * <p>The container for the summary information about a training job.</p>
8742
- * @public
8743
- */
8744
- OverallBestTrainingJob?: HyperParameterTrainingJobSummary | undefined;
8745
- /**
8746
- * <p>Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.</p> <p>All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric, and the training job that performs the best is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.</p> <note> <p>All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.</p> </note>
8747
- * @public
8748
- */
8749
- WarmStartConfig?: HyperParameterTuningJobWarmStartConfig | undefined;
8750
- /**
8751
- * <p>The error that was created when a hyperparameter tuning job failed.</p>
8752
- * @public
8753
- */
8754
- FailureReason?: string | undefined;
8755
- /**
8756
- * <p>Information about either a current or completed hyperparameter tuning job.</p>
8757
- * @public
8758
- */
8759
- TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails | undefined;
8760
- /**
8761
- * <p>The total amount of resources consumed by a hyperparameter tuning job.</p>
8762
- * @public
8763
- */
8764
- ConsumedResources?: HyperParameterTuningJobConsumedResources | undefined;
8765
- /**
8766
- * <p>The tags associated with a hyperparameter tuning job. For more information see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p>
8767
- * @public
8768
- */
8769
- Tags?: Tag[] | undefined;
8770
- }
8771
- /**
8772
- * @public
8773
- * @enum
8774
- */
8775
- export declare const HyperParameterTuningJobSortByOptions: {
8776
- readonly CreationTime: "CreationTime";
8777
- readonly Name: "Name";
8778
- readonly Status: "Status";
8779
- };
8780
- /**
8781
- * @public
8782
- */
8783
- export type HyperParameterTuningJobSortByOptions = (typeof HyperParameterTuningJobSortByOptions)[keyof typeof HyperParameterTuningJobSortByOptions];
8784
- /**
8785
- * <p>Provides summary information about a hyperparameter tuning job.</p>
8786
- * @public
8787
- */
8788
- export interface HyperParameterTuningJobSummary {
8789
- /**
8790
- * <p>The name of the tuning job.</p>
8791
- * @public
8792
- */
8793
- HyperParameterTuningJobName: string | undefined;
8794
- /**
8795
- * <p>The Amazon Resource Name (ARN) of the tuning job.</p>
8796
- * @public
8797
- */
8798
- HyperParameterTuningJobArn: string | undefined;
8799
- /**
8800
- * <p>The status of the tuning job.</p>
8801
- * @public
8802
- */
8803
- HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | undefined;
8804
- /**
8805
- * <p>Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.</p>
8806
- * @public
8807
- */
8808
- Strategy: HyperParameterTuningJobStrategyType | undefined;
8809
- /**
8810
- * <p>The date and time that the tuning job was created.</p>
8811
- * @public
8812
- */
8813
- CreationTime: Date | undefined;
8814
- /**
8815
- * <p>The date and time that the tuning job ended.</p>
8816
- * @public
8817
- */
8818
- HyperParameterTuningEndTime?: Date | undefined;
8819
- /**
8820
- * <p>The date and time that the tuning job was modified.</p>
8821
- * @public
8822
- */
8823
- LastModifiedTime?: Date | undefined;
8824
- /**
8825
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobStatusCounters.html">TrainingJobStatusCounters</a> object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.</p>
8826
- * @public
8827
- */
8828
- TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
8829
- /**
8830
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ObjectiveStatusCounters.html">ObjectiveStatusCounters</a> object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.</p>
8831
- * @public
8832
- */
8833
- ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
8834
- /**
8835
- * <p>The <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ResourceLimits.html">ResourceLimits</a> object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.</p>
8836
- * @public
8837
- */
8838
- ResourceLimits?: ResourceLimits | undefined;
8839
- }
8840
- /**
8841
- * <p>A SageMaker AI image. A SageMaker AI image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker AI <code>ImageVersion</code>.</p>
8842
- * @public
8843
- */
8844
- export interface Image {
8845
- /**
8846
- * <p>When the image was created.</p>
8847
- * @public
8848
- */
8849
- CreationTime: Date | undefined;
8850
- /**
8851
- * <p>The description of the image.</p>
8852
- * @public
8853
- */
8854
- Description?: string | undefined;
8855
- /**
8856
- * <p>The name of the image as displayed.</p>
8857
- * @public
8858
- */
8859
- DisplayName?: string | undefined;
8860
- /**
8861
- * <p>When a create, update, or delete operation fails, the reason for the failure.</p>
8862
- * @public
8863
- */
8864
- FailureReason?: string | undefined;
8865
- /**
8866
- * <p>The ARN of the image.</p>
8867
- * @public
8868
- */
8869
- ImageArn: string | undefined;
8870
- /**
8871
- * <p>The name of the image.</p>
8872
- * @public
8873
- */
8874
- ImageName: string | undefined;
8875
- /**
8876
- * <p>The status of the image.</p>
8877
- * @public
8878
- */
8879
- ImageStatus: ImageStatus | undefined;
8880
- /**
8881
- * <p>When the image was last modified.</p>
8882
- * @public
8883
- */
8884
- LastModifiedTime: Date | undefined;
8885
- }
8886
- /**
8887
- * @public
8888
- * @enum
8889
- */
8890
- export declare const ImageSortBy: {
8891
- readonly CREATION_TIME: "CREATION_TIME";
8892
- readonly IMAGE_NAME: "IMAGE_NAME";
8893
- readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
8894
- };
8895
- /**
8896
- * @public
8897
- */
8898
- export type ImageSortBy = (typeof ImageSortBy)[keyof typeof ImageSortBy];
8899
8953
  /**
8900
8954
  * @internal
8901
8955
  */