@aws-sdk/client-sagemaker 3.682.0 → 3.684.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 +8 -0
  2. package/dist-cjs/index.js +140 -24
  3. package/dist-es/SageMaker.js +2 -0
  4. package/dist-es/commands/BatchDeleteClusterNodesCommand.js +22 -0
  5. package/dist-es/commands/UpdateWorkforceCommand.js +1 -1
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/models/models_0.js +40 -2
  8. package/dist-es/models/models_2.js +0 -8
  9. package/dist-es/models/models_3.js +8 -5
  10. package/dist-es/models/models_4.js +5 -5
  11. package/dist-es/models/models_5.js +5 -1
  12. package/dist-es/protocols/Aws_json1_1.js +59 -0
  13. package/dist-types/SageMaker.d.ts +7 -0
  14. package/dist-types/SageMakerClient.d.ts +3 -2
  15. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +102 -0
  16. package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -4
  17. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +8 -8
  20. package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -0
  21. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +2 -1
  22. package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
  23. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +12 -3
  24. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
  25. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +8 -8
  29. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -2
  31. package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -0
  32. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
  33. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  35. package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -2
  36. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -0
  37. package/dist-types/commands/SearchCommand.d.ts +13 -8
  38. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +5 -0
  40. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  41. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
  44. package/dist-types/commands/index.d.ts +1 -0
  45. package/dist-types/models/models_0.d.ts +116 -168
  46. package/dist-types/models/models_1.d.ts +215 -134
  47. package/dist-types/models/models_2.d.ts +117 -160
  48. package/dist-types/models/models_3.d.ts +161 -172
  49. package/dist-types/models/models_4.d.ts +201 -128
  50. package/dist-types/models/models_5.d.ts +127 -2
  51. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  52. package/dist-types/ts3.4/SageMaker.d.ts +17 -0
  53. package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
  54. package/dist-types/ts3.4/commands/BatchDeleteClusterNodesCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +4 -2
  61. package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +4 -2
  63. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  67. package/dist-types/ts3.4/models/models_0.d.ts +55 -26
  68. package/dist-types/ts3.4/models/models_1.d.ts +32 -25
  69. package/dist-types/ts3.4/models/models_2.d.ts +25 -43
  70. package/dist-types/ts3.4/models/models_3.d.ts +47 -44
  71. package/dist-types/ts3.4/models/models_4.d.ts +49 -35
  72. package/dist-types/ts3.4/models/models_5.d.ts +38 -2
  73. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  74. package/package.json +1 -1
@@ -1,5 +1,115 @@
1
1
  import { ActionSource, ActionStatus, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterNodeRecovery, ClusterOrchestrator, ClusterStatus, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContextSource, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ObjectiveStatus, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, JobType, JupyterServerAppSettings, KernelGatewayAppSettings, ModelDeployConfig, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, ShadowModeConfig, TagPropagation, ThroughputMode, UserSettings, VendorGuidance } from "./models_1";
2
+ import { DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, JobType, JupyterServerAppSettings, KernelGatewayAppSettings, ModelDeployConfig, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RetryStrategy, ShadowModeConfig, TagPropagation, ThroughputMode, UserSettings, VendorGuidance } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateOptimizationJobResponse {
7
+ /**
8
+ * <p>The Amazon Resource Name (ARN) of the optimization job.</p>
9
+ * @public
10
+ */
11
+ OptimizationJobArn: string | undefined;
12
+ }
13
+ /**
14
+ * <p>Configuration that controls the parallelism of the pipeline.
15
+ * By default, the parallelism configuration specified applies to all
16
+ * executions of the pipeline unless overridden.</p>
17
+ * @public
18
+ */
19
+ export interface ParallelismConfiguration {
20
+ /**
21
+ * <p>The max number of steps that can be executed in parallel. </p>
22
+ * @public
23
+ */
24
+ MaxParallelExecutionSteps: number | undefined;
25
+ }
26
+ /**
27
+ * <p>The location of the pipeline definition stored in Amazon S3.</p>
28
+ * @public
29
+ */
30
+ export interface PipelineDefinitionS3Location {
31
+ /**
32
+ * <p>Name of the S3 bucket.</p>
33
+ * @public
34
+ */
35
+ Bucket: string | undefined;
36
+ /**
37
+ * <p>The object key (or key name) uniquely identifies the
38
+ * object in an S3 bucket. </p>
39
+ * @public
40
+ */
41
+ ObjectKey: string | undefined;
42
+ /**
43
+ * <p>Version Id of the pipeline definition file. If not specified, Amazon SageMaker
44
+ * will retrieve the latest version.</p>
45
+ * @public
46
+ */
47
+ VersionId?: string;
48
+ }
49
+ /**
50
+ * @public
51
+ */
52
+ export interface CreatePipelineRequest {
53
+ /**
54
+ * <p>The name of the pipeline.</p>
55
+ * @public
56
+ */
57
+ PipelineName: string | undefined;
58
+ /**
59
+ * <p>The display name of the pipeline.</p>
60
+ * @public
61
+ */
62
+ PipelineDisplayName?: string;
63
+ /**
64
+ * <p>The <a href="https://aws-sagemaker-mlops.github.io/sagemaker-model-building-pipeline-definition-JSON-schema/">JSON
65
+ * pipeline definition</a> of the pipeline.</p>
66
+ * @public
67
+ */
68
+ PipelineDefinition?: string;
69
+ /**
70
+ * <p>The location of the pipeline definition stored in Amazon S3. If specified,
71
+ * SageMaker will retrieve the pipeline definition from this location.</p>
72
+ * @public
73
+ */
74
+ PipelineDefinitionS3Location?: PipelineDefinitionS3Location;
75
+ /**
76
+ * <p>A description of the pipeline.</p>
77
+ * @public
78
+ */
79
+ PipelineDescription?: string;
80
+ /**
81
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
82
+ * operation. An idempotent operation completes no more than one time.</p>
83
+ * @public
84
+ */
85
+ ClientRequestToken?: string;
86
+ /**
87
+ * <p>The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.</p>
88
+ * @public
89
+ */
90
+ RoleArn: string | undefined;
91
+ /**
92
+ * <p>A list of tags to apply to the created pipeline.</p>
93
+ * @public
94
+ */
95
+ Tags?: Tag[];
96
+ /**
97
+ * <p>This is the configuration that controls the parallelism of the pipeline.
98
+ * If specified, it applies to all runs of this pipeline by default.</p>
99
+ * @public
100
+ */
101
+ ParallelismConfiguration?: ParallelismConfiguration;
102
+ }
103
+ /**
104
+ * @public
105
+ */
106
+ export interface CreatePipelineResponse {
107
+ /**
108
+ * <p>The Amazon Resource Name (ARN) of the created pipeline.</p>
109
+ * @public
110
+ */
111
+ PipelineArn?: string;
112
+ }
3
113
  /**
4
114
  * @public
5
115
  */
@@ -829,9 +939,9 @@ export interface SpaceCodeEditorAppSettings {
829
939
  AppLifecycleManagement?: SpaceAppLifecycleManagement;
830
940
  }
831
941
  /**
832
- * <p>A file system, created by you in Amazon EFS, that you assign to a user profile
833
- * or space for an Amazon SageMaker Domain. Permitted users can access this file
834
- * system in Amazon SageMaker Studio.</p>
942
+ * <p>A file system, created by you in Amazon EFS, that you assign to a user profile or
943
+ * space for an Amazon SageMaker Domain. Permitted users can access this file system in
944
+ * Amazon SageMaker Studio.</p>
835
945
  * @public
836
946
  */
837
947
  export interface EFSFileSystem {
@@ -842,8 +952,8 @@ export interface EFSFileSystem {
842
952
  FileSystemId: string | undefined;
843
953
  }
844
954
  /**
845
- * <p>A file system, created by you, that you assign to a user profile or space for an
846
- * Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
955
+ * <p>A file system, created by you, that you assign to a user profile or space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker
956
+ * Studio.</p>
847
957
  * @public
848
958
  */
849
959
  export type CustomFileSystem = CustomFileSystem.EFSFileSystemMember | CustomFileSystem.$UnknownMember;
@@ -954,8 +1064,7 @@ export interface SpaceSettings {
954
1064
  SpaceStorageSettings?: SpaceStorageSettings;
955
1065
  /**
956
1066
  * <p>A file system, created by you, that you assign to a space for an Amazon SageMaker
957
- * Domain. Permitted users can access this file system in Amazon SageMaker
958
- * Studio.</p>
1067
+ * Domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
959
1068
  * @public
960
1069
  */
961
1070
  CustomFileSystems?: CustomFileSystem[];
@@ -7807,158 +7916,6 @@ export declare const RecommendationJobStatus: {
7807
7916
  * @public
7808
7917
  */
7809
7918
  export type RecommendationJobStatus = (typeof RecommendationJobStatus)[keyof typeof RecommendationJobStatus];
7810
- /**
7811
- * @public
7812
- */
7813
- export interface DescribeInferenceRecommendationsJobResponse {
7814
- /**
7815
- * <p>The name of the job. The name must be unique within an
7816
- * Amazon Web Services Region in the Amazon Web Services account.</p>
7817
- * @public
7818
- */
7819
- JobName: string | undefined;
7820
- /**
7821
- * <p>The job description that you provided when you initiated the job.</p>
7822
- * @public
7823
- */
7824
- JobDescription?: string;
7825
- /**
7826
- * <p>The job type that you provided when you initiated the job.</p>
7827
- * @public
7828
- */
7829
- JobType: RecommendationJobType | undefined;
7830
- /**
7831
- * <p>The Amazon Resource Name (ARN) of the job.</p>
7832
- * @public
7833
- */
7834
- JobArn: string | undefined;
7835
- /**
7836
- * <p>The Amazon Resource Name (ARN) of the Amazon Web Services
7837
- * Identity and Access Management (IAM) role you provided when you initiated the job.</p>
7838
- * @public
7839
- */
7840
- RoleArn: string | undefined;
7841
- /**
7842
- * <p>The status of the job.</p>
7843
- * @public
7844
- */
7845
- Status: RecommendationJobStatus | undefined;
7846
- /**
7847
- * <p>A timestamp that shows when the job was created.</p>
7848
- * @public
7849
- */
7850
- CreationTime: Date | undefined;
7851
- /**
7852
- * <p>A timestamp that shows when the job completed.</p>
7853
- * @public
7854
- */
7855
- CompletionTime?: Date;
7856
- /**
7857
- * <p>A timestamp that shows when the job was last modified.</p>
7858
- * @public
7859
- */
7860
- LastModifiedTime: Date | undefined;
7861
- /**
7862
- * <p>If the job fails, provides information why the job failed.</p>
7863
- * @public
7864
- */
7865
- FailureReason?: string;
7866
- /**
7867
- * <p>Returns information about the versioned model package Amazon Resource Name (ARN),
7868
- * the traffic pattern, and endpoint configurations you provided when you initiated the job.</p>
7869
- * @public
7870
- */
7871
- InputConfig: RecommendationJobInputConfig | undefined;
7872
- /**
7873
- * <p>The stopping conditions that you provided when you initiated the job.</p>
7874
- * @public
7875
- */
7876
- StoppingConditions?: RecommendationJobStoppingConditions;
7877
- /**
7878
- * <p>The recommendations made by Inference Recommender.</p>
7879
- * @public
7880
- */
7881
- InferenceRecommendations?: InferenceRecommendation[];
7882
- /**
7883
- * <p>The performance results from running an Inference Recommender job on an existing endpoint.</p>
7884
- * @public
7885
- */
7886
- EndpointPerformances?: EndpointPerformance[];
7887
- }
7888
- /**
7889
- * @public
7890
- */
7891
- export interface DescribeLabelingJobRequest {
7892
- /**
7893
- * <p>The name of the labeling job to return information for.</p>
7894
- * @public
7895
- */
7896
- LabelingJobName: string | undefined;
7897
- }
7898
- /**
7899
- * <p>Provides a breakdown of the number of objects labeled.</p>
7900
- * @public
7901
- */
7902
- export interface LabelCounters {
7903
- /**
7904
- * <p>The total number of objects labeled.</p>
7905
- * @public
7906
- */
7907
- TotalLabeled?: number;
7908
- /**
7909
- * <p>The total number of objects labeled by a human worker.</p>
7910
- * @public
7911
- */
7912
- HumanLabeled?: number;
7913
- /**
7914
- * <p>The total number of objects labeled by automated data labeling.</p>
7915
- * @public
7916
- */
7917
- MachineLabeled?: number;
7918
- /**
7919
- * <p>The total number of objects that could not be labeled due to an error.</p>
7920
- * @public
7921
- */
7922
- FailedNonRetryableError?: number;
7923
- /**
7924
- * <p>The total number of objects not yet labeled.</p>
7925
- * @public
7926
- */
7927
- Unlabeled?: number;
7928
- }
7929
- /**
7930
- * <p>Specifies the location of the output produced by the labeling job. </p>
7931
- * @public
7932
- */
7933
- export interface LabelingJobOutput {
7934
- /**
7935
- * <p>The Amazon S3 bucket location of the manifest file for labeled data. </p>
7936
- * @public
7937
- */
7938
- OutputDatasetS3Uri: string | undefined;
7939
- /**
7940
- * <p>The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of
7941
- * automated data labeling. </p>
7942
- * @public
7943
- */
7944
- FinalActiveLearningModelArn?: string;
7945
- }
7946
- /**
7947
- * @public
7948
- * @enum
7949
- */
7950
- export declare const LabelingJobStatus: {
7951
- readonly COMPLETED: "Completed";
7952
- readonly FAILED: "Failed";
7953
- readonly INITIALIZING: "Initializing";
7954
- readonly IN_PROGRESS: "InProgress";
7955
- readonly STOPPED: "Stopped";
7956
- readonly STOPPING: "Stopping";
7957
- };
7958
- /**
7959
- * @public
7960
- */
7961
- export type LabelingJobStatus = (typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
7962
7919
  /**
7963
7920
  * @internal
7964
7921
  */
@@ -1,6 +1,158 @@
1
1
  import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClusterNodeSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ContainerDefinition, ContextSummary, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, DirectInternetAccess, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, ParallelismConfiguration, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, SkipModelValidation, SourceAlgorithmSpecification, TrackingServerSize, UserSettings } from "./models_1";
3
- import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InfraCheckConfig, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelConfiguration, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, OwnershipSettings, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationMetrics, RemoteDebugConfig, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
2
+ import { _InstanceType, DirectInternetAccess, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, SkipModelValidation, SourceAlgorithmSpecification, TrackingServerSize, UserSettings } from "./models_1";
3
+ import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointPerformance, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InferenceRecommendation, InfraCheckConfig, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelConfiguration, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, OwnershipSettings, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationMetrics, RemoteDebugConfig, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DescribeInferenceRecommendationsJobResponse {
8
+ /**
9
+ * <p>The name of the job. The name must be unique within an
10
+ * Amazon Web Services Region in the Amazon Web Services account.</p>
11
+ * @public
12
+ */
13
+ JobName: string | undefined;
14
+ /**
15
+ * <p>The job description that you provided when you initiated the job.</p>
16
+ * @public
17
+ */
18
+ JobDescription?: string;
19
+ /**
20
+ * <p>The job type that you provided when you initiated the job.</p>
21
+ * @public
22
+ */
23
+ JobType: RecommendationJobType | undefined;
24
+ /**
25
+ * <p>The Amazon Resource Name (ARN) of the job.</p>
26
+ * @public
27
+ */
28
+ JobArn: string | undefined;
29
+ /**
30
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services
31
+ * Identity and Access Management (IAM) role you provided when you initiated the job.</p>
32
+ * @public
33
+ */
34
+ RoleArn: string | undefined;
35
+ /**
36
+ * <p>The status of the job.</p>
37
+ * @public
38
+ */
39
+ Status: RecommendationJobStatus | undefined;
40
+ /**
41
+ * <p>A timestamp that shows when the job was created.</p>
42
+ * @public
43
+ */
44
+ CreationTime: Date | undefined;
45
+ /**
46
+ * <p>A timestamp that shows when the job completed.</p>
47
+ * @public
48
+ */
49
+ CompletionTime?: Date;
50
+ /**
51
+ * <p>A timestamp that shows when the job was last modified.</p>
52
+ * @public
53
+ */
54
+ LastModifiedTime: Date | undefined;
55
+ /**
56
+ * <p>If the job fails, provides information why the job failed.</p>
57
+ * @public
58
+ */
59
+ FailureReason?: string;
60
+ /**
61
+ * <p>Returns information about the versioned model package Amazon Resource Name (ARN),
62
+ * the traffic pattern, and endpoint configurations you provided when you initiated the job.</p>
63
+ * @public
64
+ */
65
+ InputConfig: RecommendationJobInputConfig | undefined;
66
+ /**
67
+ * <p>The stopping conditions that you provided when you initiated the job.</p>
68
+ * @public
69
+ */
70
+ StoppingConditions?: RecommendationJobStoppingConditions;
71
+ /**
72
+ * <p>The recommendations made by Inference Recommender.</p>
73
+ * @public
74
+ */
75
+ InferenceRecommendations?: InferenceRecommendation[];
76
+ /**
77
+ * <p>The performance results from running an Inference Recommender job on an existing endpoint.</p>
78
+ * @public
79
+ */
80
+ EndpointPerformances?: EndpointPerformance[];
81
+ }
82
+ /**
83
+ * @public
84
+ */
85
+ export interface DescribeLabelingJobRequest {
86
+ /**
87
+ * <p>The name of the labeling job to return information for.</p>
88
+ * @public
89
+ */
90
+ LabelingJobName: string | undefined;
91
+ }
92
+ /**
93
+ * <p>Provides a breakdown of the number of objects labeled.</p>
94
+ * @public
95
+ */
96
+ export interface LabelCounters {
97
+ /**
98
+ * <p>The total number of objects labeled.</p>
99
+ * @public
100
+ */
101
+ TotalLabeled?: number;
102
+ /**
103
+ * <p>The total number of objects labeled by a human worker.</p>
104
+ * @public
105
+ */
106
+ HumanLabeled?: number;
107
+ /**
108
+ * <p>The total number of objects labeled by automated data labeling.</p>
109
+ * @public
110
+ */
111
+ MachineLabeled?: number;
112
+ /**
113
+ * <p>The total number of objects that could not be labeled due to an error.</p>
114
+ * @public
115
+ */
116
+ FailedNonRetryableError?: number;
117
+ /**
118
+ * <p>The total number of objects not yet labeled.</p>
119
+ * @public
120
+ */
121
+ Unlabeled?: number;
122
+ }
123
+ /**
124
+ * <p>Specifies the location of the output produced by the labeling job. </p>
125
+ * @public
126
+ */
127
+ export interface LabelingJobOutput {
128
+ /**
129
+ * <p>The Amazon S3 bucket location of the manifest file for labeled data. </p>
130
+ * @public
131
+ */
132
+ OutputDatasetS3Uri: string | undefined;
133
+ /**
134
+ * <p>The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of
135
+ * automated data labeling. </p>
136
+ * @public
137
+ */
138
+ FinalActiveLearningModelArn?: string;
139
+ }
140
+ /**
141
+ * @public
142
+ * @enum
143
+ */
144
+ export declare const LabelingJobStatus: {
145
+ readonly COMPLETED: "Completed";
146
+ readonly FAILED: "Failed";
147
+ readonly INITIALIZING: "Initializing";
148
+ readonly IN_PROGRESS: "InProgress";
149
+ readonly STOPPED: "Stopped";
150
+ readonly STOPPING: "Stopping";
151
+ };
152
+ /**
153
+ * @public
154
+ */
155
+ export type LabelingJobStatus = (typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
4
156
  /**
5
157
  * @public
6
158
  */
@@ -1043,6 +1195,13 @@ export interface DescribeModelPackageOutput {
1043
1195
  * @public
1044
1196
  */
1045
1197
  ModelCard?: ModelPackageModelCard;
1198
+ /**
1199
+ * <p>
1200
+ * A structure describing the current state of the model in its life cycle.
1201
+ * </p>
1202
+ * @public
1203
+ */
1204
+ ModelLifeCycle?: ModelLifeCycle;
1046
1205
  }
1047
1206
  /**
1048
1207
  * @public
@@ -9978,176 +10137,6 @@ export interface ListLineageGroupsResponse {
9978
10137
  */
9979
10138
  NextToken?: string;
9980
10139
  }
9981
- /**
9982
- * @public
9983
- * @enum
9984
- */
9985
- export declare const SortTrackingServerBy: {
9986
- readonly CREATION_TIME: "CreationTime";
9987
- readonly NAME: "Name";
9988
- readonly STATUS: "Status";
9989
- };
9990
- /**
9991
- * @public
9992
- */
9993
- export type SortTrackingServerBy = (typeof SortTrackingServerBy)[keyof typeof SortTrackingServerBy];
9994
- /**
9995
- * @public
9996
- */
9997
- export interface ListMlflowTrackingServersRequest {
9998
- /**
9999
- * <p>Use the <code>CreatedAfter</code> filter to only list tracking servers created after a
10000
- * specific date and time. Listed tracking servers are shown with a date and time such as
10001
- * <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedAfter</code> parameter takes in a
10002
- * Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
10003
- * @public
10004
- */
10005
- CreatedAfter?: Date;
10006
- /**
10007
- * <p>Use the <code>CreatedBefore</code> filter to only list tracking servers created before a
10008
- * specific date and time. Listed tracking servers are shown with a date and time such as
10009
- * <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedBefore</code> parameter takes in
10010
- * a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
10011
- * @public
10012
- */
10013
- CreatedBefore?: Date;
10014
- /**
10015
- * <p>Filter for tracking servers with a specified creation status.</p>
10016
- * @public
10017
- */
10018
- TrackingServerStatus?: TrackingServerStatus;
10019
- /**
10020
- * <p>Filter for tracking servers using the specified MLflow version.</p>
10021
- * @public
10022
- */
10023
- MlflowVersion?: string;
10024
- /**
10025
- * <p>Filter for trackings servers sorting by name, creation time, or creation status.</p>
10026
- * @public
10027
- */
10028
- SortBy?: SortTrackingServerBy;
10029
- /**
10030
- * <p>Change the order of the listed tracking servers. By default, tracking servers are listed in <code>Descending</code> order by creation time.
10031
- * To change the list order, you can specify <code>SortOrder</code> to be <code>Ascending</code>.</p>
10032
- * @public
10033
- */
10034
- SortOrder?: SortOrder;
10035
- /**
10036
- * <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>
10037
- * @public
10038
- */
10039
- NextToken?: string;
10040
- /**
10041
- * <p>The maximum number of tracking servers to list.</p>
10042
- * @public
10043
- */
10044
- MaxResults?: number;
10045
- }
10046
- /**
10047
- * <p>The summary of the tracking server to list.</p>
10048
- * @public
10049
- */
10050
- export interface TrackingServerSummary {
10051
- /**
10052
- * <p>The ARN of a listed tracking server.</p>
10053
- * @public
10054
- */
10055
- TrackingServerArn?: string;
10056
- /**
10057
- * <p>The name of a listed tracking server.</p>
10058
- * @public
10059
- */
10060
- TrackingServerName?: string;
10061
- /**
10062
- * <p>The creation time of a listed tracking server.</p>
10063
- * @public
10064
- */
10065
- CreationTime?: Date;
10066
- /**
10067
- * <p>The last modified time of a listed tracking server.</p>
10068
- * @public
10069
- */
10070
- LastModifiedTime?: Date;
10071
- /**
10072
- * <p>The creation status of a listed tracking server.</p>
10073
- * @public
10074
- */
10075
- TrackingServerStatus?: TrackingServerStatus;
10076
- /**
10077
- * <p>The activity status of a listed tracking server.</p>
10078
- * @public
10079
- */
10080
- IsActive?: IsTrackingServerActive;
10081
- /**
10082
- * <p>The MLflow version used for a listed tracking server.</p>
10083
- * @public
10084
- */
10085
- MlflowVersion?: string;
10086
- }
10087
- /**
10088
- * @public
10089
- */
10090
- export interface ListMlflowTrackingServersResponse {
10091
- /**
10092
- * <p>A list of tracking servers according to chosen filters.</p>
10093
- * @public
10094
- */
10095
- TrackingServerSummaries?: TrackingServerSummary[];
10096
- /**
10097
- * <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>
10098
- * @public
10099
- */
10100
- NextToken?: string;
10101
- }
10102
- /**
10103
- * @public
10104
- */
10105
- export interface ListModelBiasJobDefinitionsRequest {
10106
- /**
10107
- * <p>Name of the endpoint to monitor for model bias.</p>
10108
- * @public
10109
- */
10110
- EndpointName?: string;
10111
- /**
10112
- * <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
10113
- * The default is <code>CreationTime</code>.</p>
10114
- * @public
10115
- */
10116
- SortBy?: MonitoringJobDefinitionSortKey;
10117
- /**
10118
- * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
10119
- * The default is <code>Descending</code>.</p>
10120
- * @public
10121
- */
10122
- SortOrder?: SortOrder;
10123
- /**
10124
- * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
10125
- * it in the next request.</p>
10126
- * @public
10127
- */
10128
- NextToken?: string;
10129
- /**
10130
- * <p>The maximum number of model bias jobs to return in the response. The default value is
10131
- * 10.</p>
10132
- * @public
10133
- */
10134
- MaxResults?: number;
10135
- /**
10136
- * <p>Filter for model bias jobs whose name contains a specified string.</p>
10137
- * @public
10138
- */
10139
- NameContains?: string;
10140
- /**
10141
- * <p>A filter that returns only model bias jobs created before a specified time.</p>
10142
- * @public
10143
- */
10144
- CreationTimeBefore?: Date;
10145
- /**
10146
- * <p>A filter that returns only model bias jobs created after a specified time.</p>
10147
- * @public
10148
- */
10149
- CreationTimeAfter?: Date;
10150
- }
10151
10140
  /**
10152
10141
  * @internal
10153
10142
  */