@aws-sdk/client-sagemaker 3.817.0 → 3.820.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +8 -0
- package/dist-es/models/models_3.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -0
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +2 -1
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +1 -2
- package/dist-types/models/models_3.d.ts +19 -16
- package/dist-types/models/models_4.d.ts +18 -33
- package/dist-types/models/models_5.d.ts +32 -2
- package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StopInferenceExperimentCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_3.d.ts +8 -5
- package/dist-types/ts3.4/models/models_4.d.ts +5 -9
- package/dist-types/ts3.4/models/models_5.d.ts +9 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -639,6 +639,7 @@ __export(index_exports, {
|
|
|
639
639
|
TargetPlatformArch: () => TargetPlatformArch,
|
|
640
640
|
TargetPlatformOs: () => TargetPlatformOs,
|
|
641
641
|
ThroughputMode: () => ThroughputMode,
|
|
642
|
+
TrackingServerMaintenanceStatus: () => TrackingServerMaintenanceStatus,
|
|
642
643
|
TrackingServerSize: () => TrackingServerSize,
|
|
643
644
|
TrackingServerStatus: () => TrackingServerStatus,
|
|
644
645
|
TrafficRoutingConfigType: () => TrafficRoutingConfigType,
|
|
@@ -14061,6 +14062,7 @@ var de_DescribeMlflowTrackingServerResponse = /* @__PURE__ */ __name((output, co
|
|
|
14061
14062
|
MlflowVersion: import_smithy_client.expectString,
|
|
14062
14063
|
RoleArn: import_smithy_client.expectString,
|
|
14063
14064
|
TrackingServerArn: import_smithy_client.expectString,
|
|
14065
|
+
TrackingServerMaintenanceStatus: import_smithy_client.expectString,
|
|
14064
14066
|
TrackingServerName: import_smithy_client.expectString,
|
|
14065
14067
|
TrackingServerSize: import_smithy_client.expectString,
|
|
14066
14068
|
TrackingServerStatus: import_smithy_client.expectString,
|
|
@@ -23014,6 +23016,11 @@ var IsTrackingServerActive = {
|
|
|
23014
23016
|
ACTIVE: "Active",
|
|
23015
23017
|
INACTIVE: "Inactive"
|
|
23016
23018
|
};
|
|
23019
|
+
var TrackingServerMaintenanceStatus = {
|
|
23020
|
+
MAINTENANCE_COMPLETE: "MaintenanceComplete",
|
|
23021
|
+
MAINTENANCE_FAILED: "MaintenanceFailed",
|
|
23022
|
+
MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress"
|
|
23023
|
+
};
|
|
23017
23024
|
var TrackingServerStatus = {
|
|
23018
23025
|
CREATED: "Created",
|
|
23019
23026
|
CREATE_FAILED: "CreateFailed",
|
|
@@ -28491,6 +28498,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
28491
28498
|
RecommendationJobStatus,
|
|
28492
28499
|
LabelingJobStatus,
|
|
28493
28500
|
IsTrackingServerActive,
|
|
28501
|
+
TrackingServerMaintenanceStatus,
|
|
28494
28502
|
TrackingServerStatus,
|
|
28495
28503
|
ModelCardProcessingStatus,
|
|
28496
28504
|
ModelCardExportJobStatus,
|
|
@@ -98,6 +98,11 @@ export const IsTrackingServerActive = {
|
|
|
98
98
|
ACTIVE: "Active",
|
|
99
99
|
INACTIVE: "Inactive",
|
|
100
100
|
};
|
|
101
|
+
export const TrackingServerMaintenanceStatus = {
|
|
102
|
+
MAINTENANCE_COMPLETE: "MaintenanceComplete",
|
|
103
|
+
MAINTENANCE_FAILED: "MaintenanceFailed",
|
|
104
|
+
MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress",
|
|
105
|
+
};
|
|
101
106
|
export const TrackingServerStatus = {
|
|
102
107
|
CREATED: "Created",
|
|
103
108
|
CREATE_FAILED: "CreateFailed",
|
|
@@ -10941,6 +10941,7 @@ const de_DescribeMlflowTrackingServerResponse = (output, context) => {
|
|
|
10941
10941
|
MlflowVersion: __expectString,
|
|
10942
10942
|
RoleArn: __expectString,
|
|
10943
10943
|
TrackingServerArn: __expectString,
|
|
10944
|
+
TrackingServerMaintenanceStatus: __expectString,
|
|
10944
10945
|
TrackingServerName: __expectString,
|
|
10945
10946
|
TrackingServerSize: __expectString,
|
|
10946
10947
|
TrackingServerStatus: __expectString,
|
|
@@ -47,6 +47,7 @@ declare const DescribeMlflowTrackingServerCommand_base: {
|
|
|
47
47
|
* // MlflowVersion: "STRING_VALUE",
|
|
48
48
|
* // RoleArn: "STRING_VALUE",
|
|
49
49
|
* // TrackingServerStatus: "Creating" || "Created" || "CreateFailed" || "Updating" || "Updated" || "UpdateFailed" || "Deleting" || "DeleteFailed" || "Stopping" || "Stopped" || "StopFailed" || "Starting" || "Started" || "StartFailed" || "MaintenanceInProgress" || "MaintenanceComplete" || "MaintenanceFailed",
|
|
50
|
+
* // TrackingServerMaintenanceStatus: "MaintenanceInProgress" || "MaintenanceComplete" || "MaintenanceFailed",
|
|
50
51
|
* // IsActive: "Active" || "Inactive",
|
|
51
52
|
* // TrackingServerUrl: "STRING_VALUE",
|
|
52
53
|
* // WeeklyMaintenanceWindowStart: "STRING_VALUE",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListCompilationJobsRequest
|
|
3
|
+
import { ListCompilationJobsRequest } from "../models/models_3";
|
|
4
|
+
import { ListCompilationJobsResponse } from "../models/models_4";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StopInferenceExperimentRequest } from "../models/
|
|
4
|
-
import { StopInferenceExperimentResponse } from "../models/models_5";
|
|
3
|
+
import { StopInferenceExperimentRequest, StopInferenceExperimentResponse } from "../models/models_5";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, AutoRollbackConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClusterNodeSummary, ClusterSchedulerConfigSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus,
|
|
1
|
+
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, AutoRollbackConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClusterNodeSummary, ClusterSchedulerConfigSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, ObjectiveStatus, OutputDataConfig, OutputParameter, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, ContainerDefinition, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, EndpointInfo, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, HubS3StorageConfig, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, Processor, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, TrackingServerSize, UnifiedStudioSettings, UserSettings, VendorGuidance } from "./models_1";
|
|
3
3
|
import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, DirectInternetAccess, DomainStatus, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentType, HubStatus, InfraCheckConfig, InstanceMetadataServiceConfiguration, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelClientConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreStatus, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppAuthType, PartnerAppConfig, PartnerAppMaintenanceConfig, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
|
|
4
4
|
/**
|
|
@@ -1736,6 +1736,19 @@ export declare const IsTrackingServerActive: {
|
|
|
1736
1736
|
* @public
|
|
1737
1737
|
*/
|
|
1738
1738
|
export type IsTrackingServerActive = (typeof IsTrackingServerActive)[keyof typeof IsTrackingServerActive];
|
|
1739
|
+
/**
|
|
1740
|
+
* @public
|
|
1741
|
+
* @enum
|
|
1742
|
+
*/
|
|
1743
|
+
export declare const TrackingServerMaintenanceStatus: {
|
|
1744
|
+
readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
|
|
1745
|
+
readonly MAINTENANCE_FAILED: "MaintenanceFailed";
|
|
1746
|
+
readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
|
|
1747
|
+
};
|
|
1748
|
+
/**
|
|
1749
|
+
* @public
|
|
1750
|
+
*/
|
|
1751
|
+
export type TrackingServerMaintenanceStatus = (typeof TrackingServerMaintenanceStatus)[keyof typeof TrackingServerMaintenanceStatus];
|
|
1739
1752
|
/**
|
|
1740
1753
|
* @public
|
|
1741
1754
|
* @enum
|
|
@@ -1802,6 +1815,11 @@ export interface DescribeMlflowTrackingServerResponse {
|
|
|
1802
1815
|
* @public
|
|
1803
1816
|
*/
|
|
1804
1817
|
TrackingServerStatus?: TrackingServerStatus | undefined;
|
|
1818
|
+
/**
|
|
1819
|
+
* <p> The current maintenance status of the described MLflow Tracking Server. </p>
|
|
1820
|
+
* @public
|
|
1821
|
+
*/
|
|
1822
|
+
TrackingServerMaintenanceStatus?: TrackingServerMaintenanceStatus | undefined;
|
|
1805
1823
|
/**
|
|
1806
1824
|
* <p>Whether the described MLflow Tracking Server is currently active.</p>
|
|
1807
1825
|
* @public
|
|
@@ -8741,21 +8759,6 @@ export interface ListCompilationJobsRequest {
|
|
|
8741
8759
|
*/
|
|
8742
8760
|
SortOrder?: SortOrder | undefined;
|
|
8743
8761
|
}
|
|
8744
|
-
/**
|
|
8745
|
-
* @public
|
|
8746
|
-
*/
|
|
8747
|
-
export interface ListCompilationJobsResponse {
|
|
8748
|
-
/**
|
|
8749
|
-
* <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CompilationJobSummary.html">CompilationJobSummary</a> objects, each describing a model compilation job. </p>
|
|
8750
|
-
* @public
|
|
8751
|
-
*/
|
|
8752
|
-
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
8753
|
-
/**
|
|
8754
|
-
* <p>If the response is truncated, Amazon SageMaker AI returns this <code>NextToken</code>. To retrieve the next set of model compilation jobs, use this token in the next request.</p>
|
|
8755
|
-
* @public
|
|
8756
|
-
*/
|
|
8757
|
-
NextToken?: string | undefined;
|
|
8758
|
-
}
|
|
8759
8762
|
/**
|
|
8760
8763
|
* @internal
|
|
8761
8764
|
*/
|
|
@@ -1,7 +1,22 @@
|
|
|
1
|
-
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, AppType, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ComputeQuotaSummary, ConditionStepMetadata, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, ContainerDefinition, ContextSummary, DriftCheckBaselines, InferenceExecutionConfig, InferenceExperimentType, MetadataProperties, ModelCardSecurityConfig, ModelCardStatus, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification,
|
|
1
|
+
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, AppType, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CompilationJobSummary, ComputeQuotaSummary, ConditionStepMetadata, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, ContainerDefinition, ContextSummary, DriftCheckBaselines, InferenceExecutionConfig, InferenceExperimentType, MetadataProperties, ModelCardSecurityConfig, ModelCardStatus, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, RetryStrategy, SkipModelValidation, SourceAlgorithmSpecification, TtlDuration, UiTemplate } from "./models_1";
|
|
3
3
|
import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, FeatureGroupStatus, HubContentType, ModelArtifacts, ModelClientConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, OfflineStoreStatusValue, OptimizationJobDeploymentInstanceType, ParallelismConfiguration, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ServiceCatalogProvisioningDetails, SharingType, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_2";
|
|
4
|
-
import { Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigStepMetadata, EndpointConfigSummary, EndpointSortKey, EndpointStepMetadata, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceComponentSortKey, InferenceComponentStatus, InferenceComponentSummary, InferenceExperimentStatus,
|
|
4
|
+
import { Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigStepMetadata, EndpointConfigSummary, EndpointSortKey, EndpointStepMetadata, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceComponentSortKey, InferenceComponentStatus, InferenceComponentSummary, InferenceExperimentStatus, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, IsTrackingServerActive, LabelingJobForWorkteamSummary, LabelingJobStatus, LabelingJobSummary, LambdaStepMetadata, LineageGroupSummary, LineageType, MetricData, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OptimizationJobStatus, PartnerAppStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationStepType, ReservedCapacityInstanceType, ReservedCapacitySummary, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortOrder, SpaceStatus, SubscribedWorkteam, TrackingServerStatus, TrainingJobStatus, TrainingPlanStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ListCompilationJobsResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>An array of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CompilationJobSummary.html">CompilationJobSummary</a> objects, each describing a model compilation job. </p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>If the response is truncated, Amazon SageMaker AI returns this <code>NextToken</code>. To retrieve the next set of model compilation jobs, use this token in the next request.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
NextToken?: string | undefined;
|
|
19
|
+
}
|
|
5
20
|
/**
|
|
6
21
|
* @public
|
|
7
22
|
* @enum
|
|
@@ -8482,36 +8497,6 @@ export interface StopHyperParameterTuningJobRequest {
|
|
|
8482
8497
|
*/
|
|
8483
8498
|
HyperParameterTuningJobName: string | undefined;
|
|
8484
8499
|
}
|
|
8485
|
-
/**
|
|
8486
|
-
* @public
|
|
8487
|
-
*/
|
|
8488
|
-
export interface StopInferenceExperimentRequest {
|
|
8489
|
-
/**
|
|
8490
|
-
* <p>The name of the inference experiment to stop.</p>
|
|
8491
|
-
* @public
|
|
8492
|
-
*/
|
|
8493
|
-
Name: string | undefined;
|
|
8494
|
-
/**
|
|
8495
|
-
* <p> Array of key-value pairs, with names of variants mapped to actions. The possible actions are the following: </p> <ul> <li> <p> <code>Promote</code> - Promote the shadow variant to a production variant</p> </li> <li> <p> <code>Remove</code> - Delete the variant</p> </li> <li> <p> <code>Retain</code> - Keep the variant as it is</p> </li> </ul>
|
|
8496
|
-
* @public
|
|
8497
|
-
*/
|
|
8498
|
-
ModelVariantActions: Record<string, ModelVariantAction> | undefined;
|
|
8499
|
-
/**
|
|
8500
|
-
* <p> An array of <code>ModelVariantConfig</code> objects. There is one for each variant that you want to deploy after the inference experiment stops. Each <code>ModelVariantConfig</code> describes the infrastructure configuration for deploying the corresponding variant. </p>
|
|
8501
|
-
* @public
|
|
8502
|
-
*/
|
|
8503
|
-
DesiredModelVariants?: ModelVariantConfig[] | undefined;
|
|
8504
|
-
/**
|
|
8505
|
-
* <p> The desired state of the experiment after stopping. The possible states are the following: </p> <ul> <li> <p> <code>Completed</code>: The experiment completed successfully</p> </li> <li> <p> <code>Cancelled</code>: The experiment was canceled</p> </li> </ul>
|
|
8506
|
-
* @public
|
|
8507
|
-
*/
|
|
8508
|
-
DesiredState?: InferenceExperimentStopDesiredState | undefined;
|
|
8509
|
-
/**
|
|
8510
|
-
* <p>The reason for stopping the experiment.</p>
|
|
8511
|
-
* @public
|
|
8512
|
-
*/
|
|
8513
|
-
Reason?: string | undefined;
|
|
8514
|
-
}
|
|
8515
8500
|
/**
|
|
8516
8501
|
* @internal
|
|
8517
8502
|
*/
|
|
@@ -1,8 +1,38 @@
|
|
|
1
1
|
import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AppNetworkAccessType, AppSecurityGroupManagement, BooleanOperator, ClusterInstanceGroupSpecification, ClusterNodeRecovery, CodeEditorAppImageConfig, ComputeQuotaConfig, ComputeQuotaTarget, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, ModelApprovalStatus, Tag } from "./models_0";
|
|
2
2
|
import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, JobType, ModelCardStatus, ModelLifeCycle, ModelPackageModelCard, ModelVariantConfig, Processor, SchedulerConfig, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, UserSettings, VendorGuidance } from "./models_1";
|
|
3
3
|
import { CrossAccountFilterOption, FeatureParameter, HubContentType, InstanceMetadataServiceConfiguration, MemberDefinition, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
|
-
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Filter, GitConfigForUpdate, HubContentSupportStatus, InferenceComponentDeploymentConfig, ResourceType, Workforce, Workteam } from "./models_3";
|
|
5
|
-
import { NestedFilters, OnlineStoreConfigUpdate, ProfilerConfigForUpdate, RemoteDebugConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder, VisibilityConditions } from "./models_4";
|
|
4
|
+
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Filter, GitConfigForUpdate, HubContentSupportStatus, InferenceComponentDeploymentConfig, InferenceExperimentStopDesiredState, ResourceType, Workforce, Workteam } from "./models_3";
|
|
5
|
+
import { ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, ProfilerConfigForUpdate, RemoteDebugConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder, VisibilityConditions } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface StopInferenceExperimentRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The name of the inference experiment to stop.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
Name: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p> Array of key-value pairs, with names of variants mapped to actions. The possible actions are the following: </p> <ul> <li> <p> <code>Promote</code> - Promote the shadow variant to a production variant</p> </li> <li> <p> <code>Remove</code> - Delete the variant</p> </li> <li> <p> <code>Retain</code> - Keep the variant as it is</p> </li> </ul>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
ModelVariantActions: Record<string, ModelVariantAction> | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p> An array of <code>ModelVariantConfig</code> objects. There is one for each variant that you want to deploy after the inference experiment stops. Each <code>ModelVariantConfig</code> describes the infrastructure configuration for deploying the corresponding variant. </p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
DesiredModelVariants?: ModelVariantConfig[] | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p> The desired state of the experiment after stopping. The possible states are the following: </p> <ul> <li> <p> <code>Completed</code>: The experiment completed successfully</p> </li> <li> <p> <code>Cancelled</code>: The experiment was canceled</p> </li> </ul>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
DesiredState?: InferenceExperimentStopDesiredState | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The reason for stopping the experiment.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
Reason?: string | undefined;
|
|
35
|
+
}
|
|
6
36
|
/**
|
|
7
37
|
* @public
|
|
8
38
|
*/
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
ListCompilationJobsResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { ListCompilationJobsRequest } from "../models/models_3";
|
|
4
|
+
import { ListCompilationJobsResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
StopInferenceExperimentRequest,
|
|
5
|
+
StopInferenceExperimentResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -36,7 +36,6 @@ import {
|
|
|
36
36
|
CodeRepositorySummary,
|
|
37
37
|
CognitoConfig,
|
|
38
38
|
CompilationJobStatus,
|
|
39
|
-
CompilationJobSummary,
|
|
40
39
|
InferenceSpecification,
|
|
41
40
|
ModelApprovalStatus,
|
|
42
41
|
ModelPackageStatus,
|
|
@@ -666,6 +665,13 @@ export declare const IsTrackingServerActive: {
|
|
|
666
665
|
};
|
|
667
666
|
export type IsTrackingServerActive =
|
|
668
667
|
(typeof IsTrackingServerActive)[keyof typeof IsTrackingServerActive];
|
|
668
|
+
export declare const TrackingServerMaintenanceStatus: {
|
|
669
|
+
readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
|
|
670
|
+
readonly MAINTENANCE_FAILED: "MaintenanceFailed";
|
|
671
|
+
readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
|
|
672
|
+
};
|
|
673
|
+
export type TrackingServerMaintenanceStatus =
|
|
674
|
+
(typeof TrackingServerMaintenanceStatus)[keyof typeof TrackingServerMaintenanceStatus];
|
|
669
675
|
export declare const TrackingServerStatus: {
|
|
670
676
|
readonly CREATED: "Created";
|
|
671
677
|
readonly CREATE_FAILED: "CreateFailed";
|
|
@@ -695,6 +701,7 @@ export interface DescribeMlflowTrackingServerResponse {
|
|
|
695
701
|
MlflowVersion?: string | undefined;
|
|
696
702
|
RoleArn?: string | undefined;
|
|
697
703
|
TrackingServerStatus?: TrackingServerStatus | undefined;
|
|
704
|
+
TrackingServerMaintenanceStatus?: TrackingServerMaintenanceStatus | undefined;
|
|
698
705
|
IsActive?: IsTrackingServerActive | undefined;
|
|
699
706
|
TrackingServerUrl?: string | undefined;
|
|
700
707
|
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
@@ -2569,10 +2576,6 @@ export interface ListCompilationJobsRequest {
|
|
|
2569
2576
|
SortBy?: ListCompilationJobsSortBy | undefined;
|
|
2570
2577
|
SortOrder?: SortOrder | undefined;
|
|
2571
2578
|
}
|
|
2572
|
-
export interface ListCompilationJobsResponse {
|
|
2573
|
-
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
2574
|
-
NextToken?: string | undefined;
|
|
2575
|
-
}
|
|
2576
2579
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2577
2580
|
obj: DescribeModelCardResponse
|
|
2578
2581
|
) => any;
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
Channel,
|
|
13
13
|
CheckpointConfig,
|
|
14
14
|
ClarifyCheckStepMetadata,
|
|
15
|
+
CompilationJobSummary,
|
|
15
16
|
ComputeQuotaSummary,
|
|
16
17
|
ConditionStepMetadata,
|
|
17
18
|
InferenceSpecification,
|
|
@@ -44,7 +45,6 @@ import {
|
|
|
44
45
|
ModelPackageModelCard,
|
|
45
46
|
ModelPackageSecurityConfig,
|
|
46
47
|
ModelPackageValidationSpecification,
|
|
47
|
-
ModelVariantConfig,
|
|
48
48
|
RetryStrategy,
|
|
49
49
|
SkipModelValidation,
|
|
50
50
|
SourceAlgorithmSpecification,
|
|
@@ -135,7 +135,6 @@ import {
|
|
|
135
135
|
InferenceComponentStatus,
|
|
136
136
|
InferenceComponentSummary,
|
|
137
137
|
InferenceExperimentStatus,
|
|
138
|
-
InferenceExperimentStopDesiredState,
|
|
139
138
|
InferenceExperimentSummary,
|
|
140
139
|
InferenceRecommendationsJob,
|
|
141
140
|
InferenceRecommendationsJobStep,
|
|
@@ -185,6 +184,10 @@ import {
|
|
|
185
184
|
Workforce,
|
|
186
185
|
Workteam,
|
|
187
186
|
} from "./models_3";
|
|
187
|
+
export interface ListCompilationJobsResponse {
|
|
188
|
+
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
189
|
+
NextToken?: string | undefined;
|
|
190
|
+
}
|
|
188
191
|
export declare const SortQuotaBy: {
|
|
189
192
|
readonly CLUSTER_ARN: "ClusterArn";
|
|
190
193
|
readonly CREATION_TIME: "CreationTime";
|
|
@@ -2326,13 +2329,6 @@ export interface StopEdgePackagingJobRequest {
|
|
|
2326
2329
|
export interface StopHyperParameterTuningJobRequest {
|
|
2327
2330
|
HyperParameterTuningJobName: string | undefined;
|
|
2328
2331
|
}
|
|
2329
|
-
export interface StopInferenceExperimentRequest {
|
|
2330
|
-
Name: string | undefined;
|
|
2331
|
-
ModelVariantActions: Record<string, ModelVariantAction> | undefined;
|
|
2332
|
-
DesiredModelVariants?: ModelVariantConfig[] | undefined;
|
|
2333
|
-
DesiredState?: InferenceExperimentStopDesiredState | undefined;
|
|
2334
|
-
Reason?: string | undefined;
|
|
2335
|
-
}
|
|
2336
2332
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2337
2333
|
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
2338
2334
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
@@ -75,11 +75,13 @@ import {
|
|
|
75
75
|
GitConfigForUpdate,
|
|
76
76
|
HubContentSupportStatus,
|
|
77
77
|
InferenceComponentDeploymentConfig,
|
|
78
|
+
InferenceExperimentStopDesiredState,
|
|
78
79
|
ResourceType,
|
|
79
80
|
Workforce,
|
|
80
81
|
Workteam,
|
|
81
82
|
} from "./models_3";
|
|
82
83
|
import {
|
|
84
|
+
ModelVariantAction,
|
|
83
85
|
NestedFilters,
|
|
84
86
|
OnlineStoreConfigUpdate,
|
|
85
87
|
ProfilerConfigForUpdate,
|
|
@@ -88,6 +90,13 @@ import {
|
|
|
88
90
|
SearchSortOrder,
|
|
89
91
|
VisibilityConditions,
|
|
90
92
|
} from "./models_4";
|
|
93
|
+
export interface StopInferenceExperimentRequest {
|
|
94
|
+
Name: string | undefined;
|
|
95
|
+
ModelVariantActions: Record<string, ModelVariantAction> | undefined;
|
|
96
|
+
DesiredModelVariants?: ModelVariantConfig[] | undefined;
|
|
97
|
+
DesiredState?: InferenceExperimentStopDesiredState | undefined;
|
|
98
|
+
Reason?: string | undefined;
|
|
99
|
+
}
|
|
91
100
|
export interface StopInferenceExperimentResponse {
|
|
92
101
|
InferenceExperimentArn: string | undefined;
|
|
93
102
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.820.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|