@aws-sdk/client-sagemaker 3.1058.0 → 3.1059.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 (87) hide show
  1. package/README.md +49 -0
  2. package/dist-cjs/index.js +139 -0
  3. package/dist-cjs/schemas/schemas_0.js +191 -36
  4. package/dist-es/SageMaker.js +18 -0
  5. package/dist-es/commands/CreateJobCommand.js +16 -0
  6. package/dist-es/commands/DeleteJobCommand.js +16 -0
  7. package/dist-es/commands/DescribeJobCommand.js +16 -0
  8. package/dist-es/commands/DescribeJobSchemaVersionCommand.js +16 -0
  9. package/dist-es/commands/ListJobSchemaVersionsCommand.js +16 -0
  10. package/dist-es/commands/ListJobsCommand.js +16 -0
  11. package/dist-es/commands/StopJobCommand.js +16 -0
  12. package/dist-es/commands/index.js +7 -0
  13. package/dist-es/models/enums.js +30 -0
  14. package/dist-es/pagination/ListJobSchemaVersionsPaginator.js +4 -0
  15. package/dist-es/pagination/ListJobsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +2 -0
  17. package/dist-es/schemas/schemas_0.js +157 -2
  18. package/dist-types/SageMaker.d.ts +63 -0
  19. package/dist-types/SageMakerClient.d.ts +9 -2
  20. package/dist-types/commands/CreateJobCommand.d.ts +95 -0
  21. package/dist-types/commands/DeleteJobCommand.d.ts +81 -0
  22. package/dist-types/commands/DescribeJobCommand.d.ts +105 -0
  23. package/dist-types/commands/DescribeJobSchemaVersionCommand.d.ts +82 -0
  24. package/dist-types/commands/ListJobSchemaVersionsCommand.d.ts +86 -0
  25. package/dist-types/commands/ListJobsCommand.d.ts +98 -0
  26. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  28. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListMlflowAppsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  31. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +3 -0
  32. package/dist-types/commands/StopJobCommand.d.ts +78 -0
  33. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdatePartnerAppCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
  42. package/dist-types/commands/index.d.ts +7 -0
  43. package/dist-types/models/enums.d.ts +54 -0
  44. package/dist-types/models/models_1.d.ts +46 -33
  45. package/dist-types/models/models_2.d.ts +55 -77
  46. package/dist-types/models/models_3.d.ts +296 -390
  47. package/dist-types/models/models_4.d.ts +3902 -3732
  48. package/dist-types/models/models_5.d.ts +355 -2
  49. package/dist-types/pagination/ListJobSchemaVersionsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
  51. package/dist-types/pagination/index.d.ts +2 -0
  52. package/dist-types/schemas/schemas_0.d.ts +25 -0
  53. package/dist-types/ts3.4/SageMaker.d.ts +133 -0
  54. package/dist-types/ts3.4/SageMakerClient.d.ts +42 -0
  55. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +45 -0
  56. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +45 -0
  57. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +49 -0
  58. package/dist-types/ts3.4/commands/DescribeJobSchemaVersionCommand.d.ts +53 -0
  59. package/dist-types/ts3.4/commands/ListJobSchemaVersionsCommand.d.ts +53 -0
  60. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +45 -0
  61. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +45 -0
  67. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -4
  68. package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdatePipelineVersionCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -2
  76. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  77. package/dist-types/ts3.4/models/enums.d.ts +34 -0
  78. package/dist-types/ts3.4/models/models_1.d.ts +12 -10
  79. package/dist-types/ts3.4/models/models_2.d.ts +16 -21
  80. package/dist-types/ts3.4/models/models_3.d.ts +74 -96
  81. package/dist-types/ts3.4/models/models_4.d.ts +138 -97
  82. package/dist-types/ts3.4/models/models_5.d.ts +104 -1
  83. package/dist-types/ts3.4/pagination/ListJobSchemaVersionsPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
  85. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  86. package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
  87. package/package.json +9 -9
@@ -1,7 +1,81 @@
1
- import type { _InstanceType, AccountDefaultStatus, AIBenchmarkJobStatus, AIRecommendationJobStatus, AlgorithmSortBy, AppImageConfigSortKey, AppSortKey, AssociationEdgeType, AutoMLJobStatus, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CandidateSortBy, CandidateStatus, ClusterEventResourceType, ClusterSortBy, CodeRepositorySortBy, CodeRepositorySortOrder, CompilationJobStatus, DetailedModelPackageStatus, DeviceDeploymentStatus, DirectInternetAccess, DomainStatus, EdgePackagingJobStatus, EndpointConfigSortKey, EndpointSortKey, EndpointStatus, EventSortBy, ExecutionRoleIdentityConfig, ExecutionStatus, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureType, FlowDefinitionStatus, HubContentSortBy, HubContentStatus, HubContentSupportStatus, HubContentType, HubSortBy, HubStatus, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobStrategyType, ImageSortBy, ImageSortOrder, ImageStatus, ImageVersionSortBy, ImageVersionSortOrder, ImageVersionStatus, InferenceComponentSortKey, InferenceComponentStatus, InferenceExperimentStatus, InferenceExperimentType, IPAddressType, IsTrackingServerActive, LabelingJobStatus, ListAIBenchmarkJobsSortBy, ListAIRecommendationJobsSortBy, ListAIWorkloadConfigsSortBy, ListCompilationJobsSortBy, ListDeviceFleetsSortBy, ListEdgeDeploymentPlansSortBy, ListEdgePackagingJobsSortBy, ListInferenceRecommendationsJobsSortBy, ListLabelingJobsForWorkteamSortByOptions, MaintenanceStatus, ManagedStorageType, MlflowAppStatus, ModelApprovalStatus, ModelCardExportJobStatus, ModelCardProcessingStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageStatus, ModelRegistrationMode, ModelVariantStatus, MonitoringJobDefinitionSortKey, MonitoringType, NotebookInstanceAcceleratorType, NotebookInstanceStatus, OfflineStoreStatusValue, Operator, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, OrderKey, PartnerAppAuthType, PartnerAppStatus, PartnerAppType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, ProductionVariantInstanceType, ProfilingStatus, ProjectStatus, RecommendationJobStatus, RecommendationJobType, RecommendationStepType, ReservedCapacityInstanceType, ReservedCapacityStatus, ReservedCapacityType, ResourceType, RootAccess, RuleEvaluationStatus, SageMakerResourceName, SagemakerServicecatalogStatus, SchedulerResourceStatus, ScheduleStatus, SecondaryStatus, SkipModelValidation, SortActionsBy, SortArtifactsBy, SortAssociationsBy, SortBy, SortClusterSchedulerConfigBy, SortContextsBy, SortExperimentsBy, SortInferenceExperimentsBy, SortLineageGroupsBy, SortMlflowAppBy, SortOrder, SortQuotaBy, SortTrackingServerBy, SpaceStatus, StudioLifecycleConfigAppType, TrackingServerMaintenanceStatus, TrackingServerSize, TrackingServerStatus, TrainingJobStatus, TrainingPlanStatus, TransformJobStatus, UserProfileStatus, VolumeAttachmentStatus, WarmPoolResourceStatus, WorkforceIpAddressType, WorkforceStatus } from "./enums";
2
- import type { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AIBenchmarkJobSummary, AIRecommendationJobSummary, AIWorkloadConfigSummary, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppSpecification, ArtifactSummary, AssociationInfo, AssociationSummary, AutoMLCandidate, AutoMLJobSummary, AvailableUpgrade, BatchDataCaptureConfig, CfnTemplateProviderDetail, Channel, CheckpointConfig, ClusterEventSummary, ClusterNodeSummary, ClusterSchedulerConfigSummary, ClusterSummary, CodeRepositorySummary, CognitoConfig, CompilationJobSummary, InferenceSpecification, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
1
+ import type { _InstanceType, AccountDefaultStatus, AIBenchmarkJobStatus, AIRecommendationJobStatus, AlgorithmSortBy, AppImageConfigSortKey, AppSortKey, AssociationEdgeType, AutoMLJobStatus, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CandidateSortBy, CandidateStatus, ClusterEventResourceType, ClusterSortBy, CodeRepositorySortBy, CodeRepositorySortOrder, CompilationJobStatus, DetailedModelPackageStatus, DeviceDeploymentStatus, DirectInternetAccess, DomainStatus, EdgePackagingJobStatus, EndpointConfigSortKey, EndpointSortKey, EndpointStatus, EventSortBy, ExecutionRoleIdentityConfig, ExecutionStatus, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureType, FlowDefinitionStatus, HubContentSortBy, HubContentStatus, HubContentSupportStatus, HubContentType, HubSortBy, HubStatus, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobStrategyType, ImageSortBy, ImageSortOrder, ImageStatus, ImageVersionSortBy, ImageVersionSortOrder, ImageVersionStatus, InferenceComponentCapacitySizeType, InferenceComponentSortKey, InferenceComponentStatus, InferenceExperimentStatus, InferenceExperimentType, IPAddressType, IsTrackingServerActive, JobCategory, JobSecondaryStatus, JobStatus, LabelingJobStatus, ListAIBenchmarkJobsSortBy, ListAIRecommendationJobsSortBy, ListAIWorkloadConfigsSortBy, ListCompilationJobsSortBy, ListDeviceFleetsSortBy, ListEdgeDeploymentPlansSortBy, ListEdgePackagingJobsSortBy, ListInferenceRecommendationsJobsSortBy, MaintenanceStatus, ManagedStorageType, MlflowAppStatus, ModelApprovalStatus, ModelCardExportJobStatus, ModelCardProcessingStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageStatus, ModelRegistrationMode, ModelVariantStatus, MonitoringJobDefinitionSortKey, MonitoringType, NotebookInstanceAcceleratorType, NotebookInstanceStatus, OfflineStoreStatusValue, Operator, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, OrderKey, PartnerAppAuthType, PartnerAppStatus, PartnerAppType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, ProductionVariantInstanceType, ProfilingStatus, ProjectStatus, RecommendationJobStatus, RecommendationJobType, RecommendationStepType, ReservedCapacityInstanceType, ReservedCapacityStatus, ReservedCapacityType, ResourceType, RootAccess, RuleEvaluationStatus, SageMakerResourceName, SagemakerServicecatalogStatus, SchedulerResourceStatus, ScheduleStatus, SecondaryStatus, SkipModelValidation, SortActionsBy, SortArtifactsBy, SortAssociationsBy, SortClusterSchedulerConfigBy, SortContextsBy, SortExperimentsBy, SortInferenceExperimentsBy, SortOrder, SortQuotaBy, SpaceStatus, StudioLifecycleConfigAppType, TrackingServerMaintenanceStatus, TrackingServerSize, TrackingServerStatus, TrainingJobStatus, TrainingPlanStatus, TransformJobStatus, UserProfileStatus, VolumeAttachmentStatus, WarmPoolResourceStatus, WorkforceIpAddressType, WorkforceStatus } from "./enums";
2
+ import type { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AIBenchmarkJobSummary, AIRecommendationJobSummary, AIWorkloadConfigSummary, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppSpecification, ArtifactSummary, AssociationInfo, AssociationSummary, AutoMLCandidate, AutoMLJobSummary, AutoRollbackConfig, AvailableUpgrade, BatchDataCaptureConfig, CfnTemplateProviderDetail, Channel, CheckpointConfig, ClusterEventSummary, ClusterNodeSummary, ClusterSchedulerConfigSummary, ClusterSummary, CodeRepositorySummary, CognitoConfig, CompilationJobSummary, InferenceSpecification, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
3
3
  import type { ComputeQuotaSummary, ContainerDefinition, ContextSummary, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, EndpointInfo, FeatureDefinition, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentSchedulingConfig, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ManagedConfiguration, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, NetworkConfig, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationJobModelSource, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, ResourceLimits, RetryStrategy, ShadowModeConfig, SourceAlgorithmSpecification, TrustedIdentityPropagationSettings, UnifiedStudioSettings, UserSettings } from "./models_1";
4
- import type { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, ExperimentConfig, ExperimentSource, FeatureParameter, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, InferenceComponentDeploymentConfig, InferenceComponentPlacementStatus, InfraCheckConfig, LastUpdateStatus, MemberDefinition, MlflowConfig, ModelArtifacts, ModelClientConfig, ModelPackageConfig, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OptimizationConfig, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, ServerlessJobConfig, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, TensorBoardOutputConfig, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
4
+ import type { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, ExperimentConfig, ExperimentSource, FeatureParameter, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, InfraCheckConfig, LastUpdateStatus, MemberDefinition, MlflowConfig, ModelArtifacts, ModelClientConfig, ModelPackageConfig, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OptimizationConfig, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, ServerlessJobConfig, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, TensorBoardOutputConfig, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
5
+ /**
6
+ * <p>Specifies the type and size of the endpoint capacity to activate for a rolling deployment or a rollback strategy. You can specify your batches as either of the following:</p> <ul> <li> <p>A count of inference component copies </p> </li> <li> <p>The overall percentage or your fleet </p> </li> </ul> <p>For a rollback strategy, if you don't specify the fields in this object, or if you set the <code>Value</code> parameter to 100%, then SageMaker AI uses a blue/green rollback strategy and rolls all traffic back to the blue fleet.</p>
7
+ * @public
8
+ */
9
+ export interface InferenceComponentCapacitySize {
10
+ /**
11
+ * <p>Specifies the endpoint capacity type.</p> <dl> <dt>COPY_COUNT</dt> <dd> <p>The endpoint activates based on the number of inference component copies.</p> </dd> <dt>CAPACITY_PERCENT</dt> <dd> <p>The endpoint activates based on the specified percentage of capacity.</p> </dd> </dl>
12
+ * @public
13
+ */
14
+ Type: InferenceComponentCapacitySizeType | undefined;
15
+ /**
16
+ * <p>Defines the capacity size, either as a number of inference component copies or a capacity percentage.</p>
17
+ * @public
18
+ */
19
+ Value: number | undefined;
20
+ }
21
+ /**
22
+ * <p>Specifies a rolling deployment strategy for updating a SageMaker AI inference component.</p>
23
+ * @public
24
+ */
25
+ export interface InferenceComponentRollingUpdatePolicy {
26
+ /**
27
+ * <p>The batch size for each rolling step in the deployment process. For each step, SageMaker AI provisions capacity on the new endpoint fleet, routes traffic to that fleet, and terminates capacity on the old endpoint fleet. The value must be between 5% to 50% of the copy count of the inference component.</p>
28
+ * @public
29
+ */
30
+ MaximumBatchSize: InferenceComponentCapacitySize | undefined;
31
+ /**
32
+ * <p>The length of the baking period, during which SageMaker AI monitors alarms for each batch on the new fleet.</p>
33
+ * @public
34
+ */
35
+ WaitIntervalInSeconds: number | undefined;
36
+ /**
37
+ * <p>The time limit for the total deployment. Exceeding this limit causes a timeout.</p>
38
+ * @public
39
+ */
40
+ MaximumExecutionTimeoutInSeconds?: number | undefined;
41
+ /**
42
+ * <p>The batch size for a rollback to the old endpoint fleet. If this field is absent, the value is set to the default, which is 100% of the total capacity. When the default is used, SageMaker AI provisions the entire capacity of the old fleet at once during rollback.</p>
43
+ * @public
44
+ */
45
+ RollbackMaximumBatchSize?: InferenceComponentCapacitySize | undefined;
46
+ }
47
+ /**
48
+ * <p>The deployment configuration for an endpoint that hosts inference components. The configuration includes the desired deployment strategy and rollback settings.</p>
49
+ * @public
50
+ */
51
+ export interface InferenceComponentDeploymentConfig {
52
+ /**
53
+ * <p>Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.</p>
54
+ * @public
55
+ */
56
+ RollingUpdatePolicy: InferenceComponentRollingUpdatePolicy | undefined;
57
+ /**
58
+ * <p>Automatic rollback configuration for handling endpoint deployment failures and recovery.</p>
59
+ * @public
60
+ */
61
+ AutoRollbackConfiguration?: AutoRollbackConfig | undefined;
62
+ }
63
+ /**
64
+ * <p>The placement status of an inference component on a specific instance type. Shows the number of inference component copies currently placed on instances of a given type.</p>
65
+ * @public
66
+ */
67
+ export interface InferenceComponentPlacementStatus {
68
+ /**
69
+ * <p>The ML compute instance type where the inference component copies are placed.</p>
70
+ * @public
71
+ */
72
+ InstanceType: ProductionVariantInstanceType | undefined;
73
+ /**
74
+ * <p>The number of inference component copies currently placed on instances of this type.</p>
75
+ * @public
76
+ */
77
+ CurrentCopyCount: number | undefined;
78
+ }
5
79
  /**
6
80
  * <p>Details about the runtime settings for the model that is deployed with the inference component.</p>
7
81
  * @public
@@ -585,6 +659,157 @@ export interface DescribeInferenceRecommendationsJobResponse {
585
659
  */
586
660
  EndpointPerformances?: EndpointPerformance[] | undefined;
587
661
  }
662
+ /**
663
+ * @public
664
+ */
665
+ export interface DescribeJobRequest {
666
+ /**
667
+ * <p>The name of the job to describe.</p>
668
+ * @public
669
+ */
670
+ JobName: string | undefined;
671
+ /**
672
+ * <p>The category of the job.</p>
673
+ * @public
674
+ */
675
+ JobCategory: JobCategory | undefined;
676
+ }
677
+ /**
678
+ * <p>Represents a secondary status transition for a job. Jobs progress through multiple secondary statuses during execution. Each transition records the status, start time, optional end time, and an optional message with additional details.</p>
679
+ * @public
680
+ */
681
+ export interface JobSecondaryStatusTransition {
682
+ /**
683
+ * <p>The secondary status of the job at this transition point.</p>
684
+ * @public
685
+ */
686
+ Status: JobSecondaryStatus | undefined;
687
+ /**
688
+ * <p>The date and time that the status transition started.</p>
689
+ * @public
690
+ */
691
+ StartTime: Date | undefined;
692
+ /**
693
+ * <p>The date and time that the status transition ended.</p>
694
+ * @public
695
+ */
696
+ EndTime?: Date | undefined;
697
+ /**
698
+ * <p>A detailed message about the status transition.</p>
699
+ * @public
700
+ */
701
+ StatusMessage?: string | undefined;
702
+ }
703
+ /**
704
+ * @public
705
+ */
706
+ export interface DescribeJobResponse {
707
+ /**
708
+ * <p>The name of the job.</p>
709
+ * @public
710
+ */
711
+ JobName: string | undefined;
712
+ /**
713
+ * <p>The Amazon Resource Name (ARN) of the job.</p>
714
+ * @public
715
+ */
716
+ JobArn: string | undefined;
717
+ /**
718
+ * <p>The ARN of the IAM role associated with the job.</p>
719
+ * @public
720
+ */
721
+ RoleArn: string | undefined;
722
+ /**
723
+ * <p>The category of the job.</p>
724
+ * @public
725
+ */
726
+ JobCategory: JobCategory | undefined;
727
+ /**
728
+ * <p>The schema version used for the job configuration document.</p>
729
+ * @public
730
+ */
731
+ JobConfigSchemaVersion: string | undefined;
732
+ /**
733
+ * <p>The JSON configuration document for the job.</p>
734
+ * @public
735
+ */
736
+ JobConfigDocument?: string | undefined;
737
+ /**
738
+ * <p>The date and time that the job was created.</p>
739
+ * @public
740
+ */
741
+ CreationTime: Date | undefined;
742
+ /**
743
+ * <p>The date and time that the job was last modified.</p>
744
+ * @public
745
+ */
746
+ LastModifiedTime: Date | undefined;
747
+ /**
748
+ * <p>The date and time that the job ended.</p>
749
+ * @public
750
+ */
751
+ EndTime?: Date | undefined;
752
+ /**
753
+ * <p>The current status of the job.</p>
754
+ * @public
755
+ */
756
+ JobStatus: JobStatus | undefined;
757
+ /**
758
+ * <p>The detailed secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.</p>
759
+ * @public
760
+ */
761
+ SecondaryStatus: JobSecondaryStatus | undefined;
762
+ /**
763
+ * <p>A list of secondary status transitions for the job, with timestamps and optional status messages.</p>
764
+ * @public
765
+ */
766
+ SecondaryStatusTransitions: JobSecondaryStatusTransition[] | undefined;
767
+ /**
768
+ * <p>If the job failed, the reason it failed.</p>
769
+ * @public
770
+ */
771
+ FailureReason?: string | undefined;
772
+ /**
773
+ * <p>The tags associated with the job.</p>
774
+ * @public
775
+ */
776
+ Tags?: Tag[] | undefined;
777
+ }
778
+ /**
779
+ * @public
780
+ */
781
+ export interface DescribeJobSchemaVersionRequest {
782
+ /**
783
+ * <p>The category of the job schema to describe.</p>
784
+ * @public
785
+ */
786
+ JobCategory: JobCategory | undefined;
787
+ /**
788
+ * <p>The version of the schema to retrieve. If not specified, the latest version is returned.</p>
789
+ * @public
790
+ */
791
+ JobConfigSchemaVersion?: string | undefined;
792
+ }
793
+ /**
794
+ * @public
795
+ */
796
+ export interface DescribeJobSchemaVersionResponse {
797
+ /**
798
+ * <p>The category of the job schema.</p>
799
+ * @public
800
+ */
801
+ JobCategory: JobCategory | undefined;
802
+ /**
803
+ * <p>The version of the schema.</p>
804
+ * @public
805
+ */
806
+ JobConfigSchemaVersion: string | undefined;
807
+ /**
808
+ * <p>The JSON schema document that defines the structure of the job configuration.</p>
809
+ * @public
810
+ */
811
+ JobConfigSchema: string | undefined;
812
+ }
588
813
  /**
589
814
  * @public
590
815
  */
@@ -6666,6 +6891,74 @@ export interface InferenceRecommendationsJobStep {
6666
6891
  */
6667
6892
  InferenceBenchmark?: RecommendationJobInferenceBenchmark | undefined;
6668
6893
  }
6894
+ /**
6895
+ * <p>Provides summary information about a job configuration schema version.</p>
6896
+ * @public
6897
+ */
6898
+ export interface JobConfigSchemaVersionSummary {
6899
+ /**
6900
+ * <p>The version of the job configuration schema.</p>
6901
+ * @public
6902
+ */
6903
+ JobConfigSchemaVersion: string | undefined;
6904
+ }
6905
+ /**
6906
+ * <p>Metadata for a SageMaker job step.</p>
6907
+ * @public
6908
+ */
6909
+ export interface JobStepMetadata {
6910
+ /**
6911
+ * <p>The Amazon Resource Name (ARN) of the SageMaker job that was run by this step execution.</p>
6912
+ * @public
6913
+ */
6914
+ Arn?: string | undefined;
6915
+ }
6916
+ /**
6917
+ * <p>Provides summary information about a job, returned by the <code>ListJobs</code> operation. Use <code>DescribeJob</code> to get full details for a specific job.</p>
6918
+ * @public
6919
+ */
6920
+ export interface JobSummary {
6921
+ /**
6922
+ * <p>The Amazon Resource Name (ARN) of the job.</p>
6923
+ * @public
6924
+ */
6925
+ JobArn: string | undefined;
6926
+ /**
6927
+ * <p>The name of the job.</p>
6928
+ * @public
6929
+ */
6930
+ JobName: string | undefined;
6931
+ /**
6932
+ * <p>The category of the job.</p>
6933
+ * @public
6934
+ */
6935
+ JobCategory: JobCategory | undefined;
6936
+ /**
6937
+ * <p>The current status of the job.</p>
6938
+ * @public
6939
+ */
6940
+ JobStatus: JobStatus | undefined;
6941
+ /**
6942
+ * <p>The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.</p>
6943
+ * @public
6944
+ */
6945
+ JobSecondaryStatus: JobSecondaryStatus | undefined;
6946
+ /**
6947
+ * <p>The date and time that the job was created.</p>
6948
+ * @public
6949
+ */
6950
+ CreationTime: Date | undefined;
6951
+ /**
6952
+ * <p>The date and time that the job was last modified.</p>
6953
+ * @public
6954
+ */
6955
+ LastModifiedTime: Date | undefined;
6956
+ /**
6957
+ * <p>The date and time that the job ended.</p>
6958
+ * @public
6959
+ */
6960
+ EndTime?: Date | undefined;
6961
+ }
6669
6962
  /**
6670
6963
  * <p>Provides counts for human-labeled tasks in the labeling job.</p>
6671
6964
  * @public
@@ -9488,390 +9781,3 @@ export interface ListInferenceRecommendationsJobStepsResponse {
9488
9781
  */
9489
9782
  NextToken?: string | undefined;
9490
9783
  }
9491
- /**
9492
- * @public
9493
- */
9494
- export interface ListLabelingJobsRequest {
9495
- /**
9496
- * <p>A filter that returns only labeling jobs created after the specified time (timestamp).</p>
9497
- * @public
9498
- */
9499
- CreationTimeAfter?: Date | undefined;
9500
- /**
9501
- * <p>A filter that returns only labeling jobs created before the specified time (timestamp).</p>
9502
- * @public
9503
- */
9504
- CreationTimeBefore?: Date | undefined;
9505
- /**
9506
- * <p>A filter that returns only labeling jobs modified after the specified time (timestamp).</p>
9507
- * @public
9508
- */
9509
- LastModifiedTimeAfter?: Date | undefined;
9510
- /**
9511
- * <p>A filter that returns only labeling jobs modified before the specified time (timestamp).</p>
9512
- * @public
9513
- */
9514
- LastModifiedTimeBefore?: Date | undefined;
9515
- /**
9516
- * <p>The maximum number of labeling jobs to return in each page of the response.</p>
9517
- * @public
9518
- */
9519
- MaxResults?: number | undefined;
9520
- /**
9521
- * <p>If the result of the previous <code>ListLabelingJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>
9522
- * @public
9523
- */
9524
- NextToken?: string | undefined;
9525
- /**
9526
- * <p>A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.</p>
9527
- * @public
9528
- */
9529
- NameContains?: string | undefined;
9530
- /**
9531
- * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
9532
- * @public
9533
- */
9534
- SortBy?: SortBy | undefined;
9535
- /**
9536
- * <p>The sort order for results. The default is <code>Ascending</code>.</p>
9537
- * @public
9538
- */
9539
- SortOrder?: SortOrder | undefined;
9540
- /**
9541
- * <p>A filter that retrieves only labeling jobs with a specific status.</p>
9542
- * @public
9543
- */
9544
- StatusEquals?: LabelingJobStatus | undefined;
9545
- }
9546
- /**
9547
- * @public
9548
- */
9549
- export interface ListLabelingJobsResponse {
9550
- /**
9551
- * <p>An array of <code>LabelingJobSummary</code> objects, each describing a labeling job.</p>
9552
- * @public
9553
- */
9554
- LabelingJobSummaryList?: LabelingJobSummary[] | undefined;
9555
- /**
9556
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.</p>
9557
- * @public
9558
- */
9559
- NextToken?: string | undefined;
9560
- }
9561
- /**
9562
- * @public
9563
- */
9564
- export interface ListLabelingJobsForWorkteamRequest {
9565
- /**
9566
- * <p>The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.</p>
9567
- * @public
9568
- */
9569
- WorkteamArn: string | undefined;
9570
- /**
9571
- * <p>The maximum number of labeling jobs to return in each page of the response.</p>
9572
- * @public
9573
- */
9574
- MaxResults?: number | undefined;
9575
- /**
9576
- * <p>If the result of the previous <code>ListLabelingJobsForWorkteam</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>
9577
- * @public
9578
- */
9579
- NextToken?: string | undefined;
9580
- /**
9581
- * <p>A filter that returns only labeling jobs created after the specified time (timestamp).</p>
9582
- * @public
9583
- */
9584
- CreationTimeAfter?: Date | undefined;
9585
- /**
9586
- * <p>A filter that returns only labeling jobs created before the specified time (timestamp).</p>
9587
- * @public
9588
- */
9589
- CreationTimeBefore?: Date | undefined;
9590
- /**
9591
- * <p>A filter the limits jobs to only the ones whose job reference code contains the specified string.</p>
9592
- * @public
9593
- */
9594
- JobReferenceCodeContains?: string | undefined;
9595
- /**
9596
- * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
9597
- * @public
9598
- */
9599
- SortBy?: ListLabelingJobsForWorkteamSortByOptions | undefined;
9600
- /**
9601
- * <p>The sort order for results. The default is <code>Ascending</code>.</p>
9602
- * @public
9603
- */
9604
- SortOrder?: SortOrder | undefined;
9605
- }
9606
- /**
9607
- * @public
9608
- */
9609
- export interface ListLabelingJobsForWorkteamResponse {
9610
- /**
9611
- * <p>An array of <code>LabelingJobSummary</code> objects, each describing a labeling job.</p>
9612
- * @public
9613
- */
9614
- LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
9615
- /**
9616
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.</p>
9617
- * @public
9618
- */
9619
- NextToken?: string | undefined;
9620
- }
9621
- /**
9622
- * @public
9623
- */
9624
- export interface ListLineageGroupsRequest {
9625
- /**
9626
- * <p>A timestamp to filter against lineage groups created after a certain point in time.</p>
9627
- * @public
9628
- */
9629
- CreatedAfter?: Date | undefined;
9630
- /**
9631
- * <p>A timestamp to filter against lineage groups created before a certain point in time.</p>
9632
- * @public
9633
- */
9634
- CreatedBefore?: Date | undefined;
9635
- /**
9636
- * <p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>
9637
- * @public
9638
- */
9639
- SortBy?: SortLineageGroupsBy | undefined;
9640
- /**
9641
- * <p>The sort order for the results. The default is <code>Ascending</code>.</p>
9642
- * @public
9643
- */
9644
- SortOrder?: SortOrder | undefined;
9645
- /**
9646
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.</p>
9647
- * @public
9648
- */
9649
- NextToken?: string | undefined;
9650
- /**
9651
- * <p>The maximum number of endpoints to return in the response. This value defaults to 10.</p>
9652
- * @public
9653
- */
9654
- MaxResults?: number | undefined;
9655
- }
9656
- /**
9657
- * @public
9658
- */
9659
- export interface ListLineageGroupsResponse {
9660
- /**
9661
- * <p>A list of lineage groups and their properties.</p>
9662
- * @public
9663
- */
9664
- LineageGroupSummaries?: LineageGroupSummary[] | undefined;
9665
- /**
9666
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.</p>
9667
- * @public
9668
- */
9669
- NextToken?: string | undefined;
9670
- }
9671
- /**
9672
- * @public
9673
- */
9674
- export interface ListMlflowAppsRequest {
9675
- /**
9676
- * <p>Use the <code>CreatedAfter</code> filter to only list MLflow Apps created after a specific date and time. Listed MLflow Apps are shown with a date and time such as <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedAfter</code> parameter takes in a Unix timestamp.</p>
9677
- * @public
9678
- */
9679
- CreatedAfter?: Date | undefined;
9680
- /**
9681
- * <p>Use the <code>CreatedBefore</code> filter to only list MLflow Apps created before a specific date and time. Listed MLflow Apps are shown with a date and time such as <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedAfter</code> parameter takes in a Unix timestamp.</p>
9682
- * @public
9683
- */
9684
- CreatedBefore?: Date | undefined;
9685
- /**
9686
- * <p>Filter for Mlflow apps with a specific creation status.</p>
9687
- * @public
9688
- */
9689
- Status?: MlflowAppStatus | undefined;
9690
- /**
9691
- * <p>Filter for Mlflow Apps with the specified version.</p>
9692
- * @public
9693
- */
9694
- MlflowVersion?: string | undefined;
9695
- /**
9696
- * <p>Filter for MLflow Apps with the specified default SageMaker Domain ID.</p>
9697
- * @public
9698
- */
9699
- DefaultForDomainId?: string | undefined;
9700
- /**
9701
- * <p>Filter for MLflow Apps with the specified <code>AccountDefaultStatus</code>.</p>
9702
- * @public
9703
- */
9704
- AccountDefaultStatus?: AccountDefaultStatus | undefined;
9705
- /**
9706
- * <p>Filter for MLflow Apps sorting by name, creation time, or creation status.</p>
9707
- * @public
9708
- */
9709
- SortBy?: SortMlflowAppBy | undefined;
9710
- /**
9711
- * <p>Change the order of the listed MLflow Apps. By default, MLflow Apps are listed in <code>Descending</code> order by creation time. To change the list order, specify <code>SortOrder</code> to be <code>Ascending</code>.</p>
9712
- * @public
9713
- */
9714
- SortOrder?: SortOrder | undefined;
9715
- /**
9716
- * <p>If the previous response was truncated, use this token in your next request to receive the next set of results.</p>
9717
- * @public
9718
- */
9719
- NextToken?: string | undefined;
9720
- /**
9721
- * <p>The maximum number of MLflow Apps to list.</p>
9722
- * @public
9723
- */
9724
- MaxResults?: number | undefined;
9725
- }
9726
- /**
9727
- * <p>The summary of the Mlflow App to list.</p>
9728
- * @public
9729
- */
9730
- export interface MlflowAppSummary {
9731
- /**
9732
- * <p>The ARN of a listed MLflow App.</p>
9733
- * @public
9734
- */
9735
- Arn?: string | undefined;
9736
- /**
9737
- * <p>The name of the MLflow App.</p>
9738
- * @public
9739
- */
9740
- Name?: string | undefined;
9741
- /**
9742
- * <p>The status of the MLflow App.</p>
9743
- * @public
9744
- */
9745
- Status?: MlflowAppStatus | undefined;
9746
- /**
9747
- * <p>The creation time of a listed MLflow App.</p>
9748
- * @public
9749
- */
9750
- CreationTime?: Date | undefined;
9751
- /**
9752
- * <p>The last modified time of a listed MLflow App.</p>
9753
- * @public
9754
- */
9755
- LastModifiedTime?: Date | undefined;
9756
- /**
9757
- * <p>The version of a listed MLflow App.</p>
9758
- * @public
9759
- */
9760
- MlflowVersion?: string | undefined;
9761
- }
9762
- /**
9763
- * @public
9764
- */
9765
- export interface ListMlflowAppsResponse {
9766
- /**
9767
- * <p>A list of MLflow Apps according to chosen filters.</p>
9768
- * @public
9769
- */
9770
- Summaries?: MlflowAppSummary[] | undefined;
9771
- /**
9772
- * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
9773
- * @public
9774
- */
9775
- NextToken?: string | undefined;
9776
- }
9777
- /**
9778
- * @public
9779
- */
9780
- export interface ListMlflowTrackingServersRequest {
9781
- /**
9782
- * <p>Use the <code>CreatedAfter</code> filter to only list tracking servers created after a specific date and time. Listed tracking servers are shown with a date and time such as <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedAfter</code> parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
9783
- * @public
9784
- */
9785
- CreatedAfter?: Date | undefined;
9786
- /**
9787
- * <p>Use the <code>CreatedBefore</code> filter to only list tracking servers created before a specific date and time. Listed tracking servers are shown with a date and time such as <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedBefore</code> parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
9788
- * @public
9789
- */
9790
- CreatedBefore?: Date | undefined;
9791
- /**
9792
- * <p>Filter for tracking servers with a specified creation status.</p>
9793
- * @public
9794
- */
9795
- TrackingServerStatus?: TrackingServerStatus | undefined;
9796
- /**
9797
- * <p>Filter for tracking servers using the specified MLflow version.</p>
9798
- * @public
9799
- */
9800
- MlflowVersion?: string | undefined;
9801
- /**
9802
- * <p>Filter for trackings servers sorting by name, creation time, or creation status.</p>
9803
- * @public
9804
- */
9805
- SortBy?: SortTrackingServerBy | undefined;
9806
- /**
9807
- * <p>Change the order of the listed tracking servers. By default, tracking servers are listed in <code>Descending</code> order by creation time. To change the list order, you can specify <code>SortOrder</code> to be <code>Ascending</code>.</p>
9808
- * @public
9809
- */
9810
- SortOrder?: SortOrder | undefined;
9811
- /**
9812
- * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
9813
- * @public
9814
- */
9815
- NextToken?: string | undefined;
9816
- /**
9817
- * <p>The maximum number of tracking servers to list.</p>
9818
- * @public
9819
- */
9820
- MaxResults?: number | undefined;
9821
- }
9822
- /**
9823
- * <p>The summary of the tracking server to list.</p>
9824
- * @public
9825
- */
9826
- export interface TrackingServerSummary {
9827
- /**
9828
- * <p>The ARN of a listed tracking server.</p>
9829
- * @public
9830
- */
9831
- TrackingServerArn?: string | undefined;
9832
- /**
9833
- * <p>The name of a listed tracking server.</p>
9834
- * @public
9835
- */
9836
- TrackingServerName?: string | undefined;
9837
- /**
9838
- * <p>The creation time of a listed tracking server.</p>
9839
- * @public
9840
- */
9841
- CreationTime?: Date | undefined;
9842
- /**
9843
- * <p>The last modified time of a listed tracking server.</p>
9844
- * @public
9845
- */
9846
- LastModifiedTime?: Date | undefined;
9847
- /**
9848
- * <p>The creation status of a listed tracking server.</p>
9849
- * @public
9850
- */
9851
- TrackingServerStatus?: TrackingServerStatus | undefined;
9852
- /**
9853
- * <p>The activity status of a listed tracking server.</p>
9854
- * @public
9855
- */
9856
- IsActive?: IsTrackingServerActive | undefined;
9857
- /**
9858
- * <p>The MLflow version used for a listed tracking server.</p>
9859
- * @public
9860
- */
9861
- MlflowVersion?: string | undefined;
9862
- }
9863
- /**
9864
- * @public
9865
- */
9866
- export interface ListMlflowTrackingServersResponse {
9867
- /**
9868
- * <p>A list of tracking servers according to chosen filters.</p>
9869
- * @public
9870
- */
9871
- TrackingServerSummaries?: TrackingServerSummary[] | undefined;
9872
- /**
9873
- * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
9874
- * @public
9875
- */
9876
- NextToken?: string | undefined;
9877
- }