@aws-sdk/client-sagemaker 3.753.0 → 3.758.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist-cjs/index.js +134 -11
- package/dist-es/SageMaker.js +4 -0
- package/dist-es/commands/UpdateHubContentCommand.js +22 -0
- package/dist-es/commands/UpdateHubContentReferenceCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_2.js +1 -4
- package/dist-es/models/models_3.js +8 -5
- package/dist-es/models/models_4.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +80 -0
- package/dist-types/SageMaker.d.ts +14 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +6 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +12 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -5
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +6 -0
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +3 -2
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +12 -0
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +21 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +3 -4
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +6 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -0
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -2
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/SearchCommand.d.ts +17 -15
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateHubContentCommand.d.ts +123 -0
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +94 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +21 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +79 -51
- package/dist-types/models/models_1.d.ts +112 -112
- package/dist-types/models/models_2.d.ts +18 -14
- package/dist-types/models/models_3.d.ts +165 -193
- package/dist-types/models/models_4.d.ts +252 -122
- package/dist-types/models/models_5.d.ts +207 -21
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StopProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateHubContentCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateHubContentReferenceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5 -4
- package/dist-types/ts3.4/models/models_1.d.ts +4 -4
- package/dist-types/ts3.4/models/models_2.d.ts +5 -6
- package/dist-types/ts3.4/models/models_3.d.ts +29 -39
- package/dist-types/ts3.4/models/models_4.d.ts +38 -21
- package/dist-types/ts3.4/models/models_5.d.ts +49 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +12 -12
|
@@ -1,8 +1,78 @@
|
|
|
1
|
-
import { ActivationState, AdditionalInferenceSpecificationDefinition, AppNetworkAccessType, AppSecurityGroupManagement, BooleanOperator, ClusterInstanceGroupSpecification, ClusterNodeRecovery, CodeEditorAppImageConfig, ComputeQuotaConfig, ComputeQuotaTarget, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, ModelApprovalStatus, Tag } from "./models_0";
|
|
1
|
+
import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AppNetworkAccessType, AppSecurityGroupManagement, BooleanOperator, ClusterInstanceGroupSpecification, ClusterNodeRecovery, CodeEditorAppImageConfig, ComputeQuotaConfig, ComputeQuotaTarget, 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, MonitoringScheduleConfig, Processor, SchedulerConfig, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
-
import { CrossAccountFilterOption, FeatureParameter, InstanceMetadataServiceConfiguration, MemberDefinition, 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, ResourceType, Workforce, Workteam } from "./models_3";
|
|
3
|
+
import { CrossAccountFilterOption, FeatureParameter, HubContentSupportStatus, HubContentType, InstanceMetadataServiceConfiguration, MemberDefinition, 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, InferenceComponentDeploymentConfig, ResourceType, Workforce, Workteam } from "./models_3";
|
|
5
5
|
import { NestedFilters, OnlineStoreConfigUpdate, ProfilerConfigForUpdate, RemoteDebugConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder, VisibilityConditions } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface StopPipelineExecutionResponse {
|
|
10
|
+
/**
|
|
11
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
PipelineExecutionArn?: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export interface StopProcessingJobRequest {
|
|
20
|
+
/**
|
|
21
|
+
* <p>The name of the processing job to stop.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
ProcessingJobName: string | undefined;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface StopTrainingJobRequest {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The name of the training job to stop.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
TrainingJobName: string | undefined;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export interface StopTransformJobRequest {
|
|
40
|
+
/**
|
|
41
|
+
* <p>The name of the batch transform job to stop.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
TransformJobName: string | undefined;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
export interface UpdateActionRequest {
|
|
50
|
+
/**
|
|
51
|
+
* <p>The name of the action to update.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
ActionName: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The new description for the action.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
Description?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The new status for the action.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
Status?: ActionStatus | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The new list of properties. Overwrites the current property list.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
Properties?: Record<string, string> | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>A list of properties to remove.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
PropertiesToRemove?: string[] | undefined;
|
|
75
|
+
}
|
|
6
76
|
/**
|
|
7
77
|
* @public
|
|
8
78
|
*/
|
|
@@ -723,6 +793,120 @@ export interface UpdateHubResponse {
|
|
|
723
793
|
*/
|
|
724
794
|
HubArn: string | undefined;
|
|
725
795
|
}
|
|
796
|
+
/**
|
|
797
|
+
* @public
|
|
798
|
+
*/
|
|
799
|
+
export interface UpdateHubContentRequest {
|
|
800
|
+
/**
|
|
801
|
+
* <p>The name of the SageMaker hub that contains the hub content you want to update.
|
|
802
|
+
* You can optionally use the hub ARN instead.</p>
|
|
803
|
+
* @public
|
|
804
|
+
*/
|
|
805
|
+
HubName: string | undefined;
|
|
806
|
+
/**
|
|
807
|
+
* <p>The name of the hub content resource that you want to update.</p>
|
|
808
|
+
* @public
|
|
809
|
+
*/
|
|
810
|
+
HubContentName: string | undefined;
|
|
811
|
+
/**
|
|
812
|
+
* <p>The content type of the resource that you want to update. Only specify a
|
|
813
|
+
* <code>Model</code> or <code>Notebook</code> resource for this API. To
|
|
814
|
+
* update a <code>ModelReference</code>, use the
|
|
815
|
+
* <code>UpdateHubContentReference</code> API instead.</p>
|
|
816
|
+
* @public
|
|
817
|
+
*/
|
|
818
|
+
HubContentType: HubContentType | undefined;
|
|
819
|
+
/**
|
|
820
|
+
* <p>The hub content version that you want to update. For example, if you have
|
|
821
|
+
* two versions of a resource in your hub, you can update the second version.</p>
|
|
822
|
+
* @public
|
|
823
|
+
*/
|
|
824
|
+
HubContentVersion: string | undefined;
|
|
825
|
+
/**
|
|
826
|
+
* <p>The display name of the hub content.</p>
|
|
827
|
+
* @public
|
|
828
|
+
*/
|
|
829
|
+
HubContentDisplayName?: string | undefined;
|
|
830
|
+
/**
|
|
831
|
+
* <p>The description of the hub content.</p>
|
|
832
|
+
* @public
|
|
833
|
+
*/
|
|
834
|
+
HubContentDescription?: string | undefined;
|
|
835
|
+
/**
|
|
836
|
+
* <p>A string that provides a description of the hub content. This string can include links, tables, and standard markdown formatting.</p>
|
|
837
|
+
* @public
|
|
838
|
+
*/
|
|
839
|
+
HubContentMarkdown?: string | undefined;
|
|
840
|
+
/**
|
|
841
|
+
* <p>The searchable keywords of the hub content.</p>
|
|
842
|
+
* @public
|
|
843
|
+
*/
|
|
844
|
+
HubContentSearchKeywords?: string[] | undefined;
|
|
845
|
+
/**
|
|
846
|
+
* <p>Indicates the current status of the hub content resource.</p>
|
|
847
|
+
* @public
|
|
848
|
+
*/
|
|
849
|
+
SupportStatus?: HubContentSupportStatus | undefined;
|
|
850
|
+
}
|
|
851
|
+
/**
|
|
852
|
+
* @public
|
|
853
|
+
*/
|
|
854
|
+
export interface UpdateHubContentResponse {
|
|
855
|
+
/**
|
|
856
|
+
* <p>The ARN of the private model hub that contains the updated hub content.</p>
|
|
857
|
+
* @public
|
|
858
|
+
*/
|
|
859
|
+
HubArn: string | undefined;
|
|
860
|
+
/**
|
|
861
|
+
* <p>The ARN of the hub content resource that was updated.</p>
|
|
862
|
+
* @public
|
|
863
|
+
*/
|
|
864
|
+
HubContentArn: string | undefined;
|
|
865
|
+
}
|
|
866
|
+
/**
|
|
867
|
+
* @public
|
|
868
|
+
*/
|
|
869
|
+
export interface UpdateHubContentReferenceRequest {
|
|
870
|
+
/**
|
|
871
|
+
* <p>The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.</p>
|
|
872
|
+
* @public
|
|
873
|
+
*/
|
|
874
|
+
HubName: string | undefined;
|
|
875
|
+
/**
|
|
876
|
+
* <p>The name of the hub content resource that you want to update.</p>
|
|
877
|
+
* @public
|
|
878
|
+
*/
|
|
879
|
+
HubContentName: string | undefined;
|
|
880
|
+
/**
|
|
881
|
+
* <p>The content type of the resource that you want to update. Only specify a
|
|
882
|
+
* <code>ModelReference</code> resource for this API. To update a <code>Model</code>
|
|
883
|
+
* or <code>Notebook</code> resource, use the <code>UpdateHubContent</code> API instead.</p>
|
|
884
|
+
* @public
|
|
885
|
+
*/
|
|
886
|
+
HubContentType: HubContentType | undefined;
|
|
887
|
+
/**
|
|
888
|
+
* <p>The minimum hub content version of the referenced model that you want to use.
|
|
889
|
+
* The minimum version must be older than the latest available version of the referenced model.
|
|
890
|
+
* To support all versions of a model, set the value to <code>1.0.0</code>.</p>
|
|
891
|
+
* @public
|
|
892
|
+
*/
|
|
893
|
+
MinVersion?: string | undefined;
|
|
894
|
+
}
|
|
895
|
+
/**
|
|
896
|
+
* @public
|
|
897
|
+
*/
|
|
898
|
+
export interface UpdateHubContentReferenceResponse {
|
|
899
|
+
/**
|
|
900
|
+
* <p>The ARN of the private model hub that contains the updated hub content.</p>
|
|
901
|
+
* @public
|
|
902
|
+
*/
|
|
903
|
+
HubArn: string | undefined;
|
|
904
|
+
/**
|
|
905
|
+
* <p>The ARN of the hub content resource that was updated.</p>
|
|
906
|
+
* @public
|
|
907
|
+
*/
|
|
908
|
+
HubContentArn: string | undefined;
|
|
909
|
+
}
|
|
726
910
|
/**
|
|
727
911
|
* @public
|
|
728
912
|
*/
|
|
@@ -901,6 +1085,12 @@ export interface UpdateInferenceComponentInput {
|
|
|
901
1085
|
* @public
|
|
902
1086
|
*/
|
|
903
1087
|
RuntimeConfig?: InferenceComponentRuntimeConfig | undefined;
|
|
1088
|
+
/**
|
|
1089
|
+
* <p>The deployment configuration for the inference component. The configuration contains the
|
|
1090
|
+
* desired deployment strategy and rollback settings.</p>
|
|
1091
|
+
* @public
|
|
1092
|
+
*/
|
|
1093
|
+
DeploymentConfig?: InferenceComponentDeploymentConfig | undefined;
|
|
904
1094
|
}
|
|
905
1095
|
/**
|
|
906
1096
|
* @public
|
|
@@ -1129,8 +1319,8 @@ export interface UpdateModelPackageInput {
|
|
|
1129
1319
|
*/
|
|
1130
1320
|
AdditionalInferenceSpecificationsToAdd?: AdditionalInferenceSpecificationDefinition[] | undefined;
|
|
1131
1321
|
/**
|
|
1132
|
-
* <p>Specifies details about inference jobs that you can run with models based on this
|
|
1133
|
-
* package, including the following information:</p>
|
|
1322
|
+
* <p>Specifies details about inference jobs that you can run with models based on this
|
|
1323
|
+
* model package, including the following information:</p>
|
|
1134
1324
|
* <ul>
|
|
1135
1325
|
* <li>
|
|
1136
1326
|
* <p>The Amazon ECR paths of containers that contain the inference code and model
|
|
@@ -1154,30 +1344,26 @@ export interface UpdateModelPackageInput {
|
|
|
1154
1344
|
*/
|
|
1155
1345
|
SourceUri?: string | undefined;
|
|
1156
1346
|
/**
|
|
1157
|
-
* <p>The model card associated with the model package. Since
|
|
1158
|
-
*
|
|
1159
|
-
* simplified compared to the schema of
|
|
1160
|
-
*
|
|
1161
|
-
*
|
|
1162
|
-
* <code>model_artifact</code> properties. For more
|
|
1163
|
-
* card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
|
|
1164
|
-
* package model card schema</a>. For more information about
|
|
1165
|
-
*
|
|
1166
|
-
*
|
|
1347
|
+
* <p>The model card associated with the model package. Since
|
|
1348
|
+
* <code>ModelPackageModelCard</code> is tied to a model package, it is a specific
|
|
1349
|
+
* usage of a model card and its schema is simplified compared to the schema of
|
|
1350
|
+
* <code>ModelCard</code>. The <code>ModelPackageModelCard</code> schema does not
|
|
1351
|
+
* include <code>model_package_details</code>, and <code>model_overview</code> is composed
|
|
1352
|
+
* of the <code>model_creator</code> and <code>model_artifact</code> properties. For more
|
|
1353
|
+
* information about the model package model card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
|
|
1354
|
+
* package model card schema</a>. For more information about the model card
|
|
1355
|
+
* associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View the Details of a Model
|
|
1356
|
+
* Version</a>.</p>
|
|
1167
1357
|
* @public
|
|
1168
1358
|
*/
|
|
1169
1359
|
ModelCard?: ModelPackageModelCard | undefined;
|
|
1170
1360
|
/**
|
|
1171
|
-
* <p>
|
|
1172
|
-
* A structure describing the current state of the model in its life cycle.
|
|
1173
|
-
* </p>
|
|
1361
|
+
* <p> A structure describing the current state of the model in its life cycle. </p>
|
|
1174
1362
|
* @public
|
|
1175
1363
|
*/
|
|
1176
1364
|
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
1177
1365
|
/**
|
|
1178
|
-
* <p>
|
|
1179
|
-
* A unique token that guarantees that the call to this API is idempotent.
|
|
1180
|
-
* </p>
|
|
1366
|
+
* <p> A unique token that guarantees that the call to this API is idempotent. </p>
|
|
1181
1367
|
* @public
|
|
1182
1368
|
*/
|
|
1183
1369
|
ClientToken?: string | undefined;
|
|
@@ -333,6 +333,8 @@ import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "../
|
|
|
333
333
|
import { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from "../commands/UpdateFeatureGroupCommand";
|
|
334
334
|
import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "../commands/UpdateFeatureMetadataCommand";
|
|
335
335
|
import { UpdateHubCommandInput, UpdateHubCommandOutput } from "../commands/UpdateHubCommand";
|
|
336
|
+
import { UpdateHubContentCommandInput, UpdateHubContentCommandOutput } from "../commands/UpdateHubContentCommand";
|
|
337
|
+
import { UpdateHubContentReferenceCommandInput, UpdateHubContentReferenceCommandOutput } from "../commands/UpdateHubContentReferenceCommand";
|
|
336
338
|
import { UpdateImageCommandInput, UpdateImageCommandOutput } from "../commands/UpdateImageCommand";
|
|
337
339
|
import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from "../commands/UpdateImageVersionCommand";
|
|
338
340
|
import { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "../commands/UpdateInferenceComponentCommand";
|
|
@@ -1688,6 +1690,14 @@ export declare const se_UpdateFeatureMetadataCommand: (input: UpdateFeatureMetad
|
|
|
1688
1690
|
* serializeAws_json1_1UpdateHubCommand
|
|
1689
1691
|
*/
|
|
1690
1692
|
export declare const se_UpdateHubCommand: (input: UpdateHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1693
|
+
/**
|
|
1694
|
+
* serializeAws_json1_1UpdateHubContentCommand
|
|
1695
|
+
*/
|
|
1696
|
+
export declare const se_UpdateHubContentCommand: (input: UpdateHubContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1697
|
+
/**
|
|
1698
|
+
* serializeAws_json1_1UpdateHubContentReferenceCommand
|
|
1699
|
+
*/
|
|
1700
|
+
export declare const se_UpdateHubContentReferenceCommand: (input: UpdateHubContentReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1691
1701
|
/**
|
|
1692
1702
|
* serializeAws_json1_1UpdateImageCommand
|
|
1693
1703
|
*/
|
|
@@ -3112,6 +3122,14 @@ export declare const de_UpdateFeatureMetadataCommand: (output: __HttpResponse, c
|
|
|
3112
3122
|
* deserializeAws_json1_1UpdateHubCommand
|
|
3113
3123
|
*/
|
|
3114
3124
|
export declare const de_UpdateHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHubCommandOutput>;
|
|
3125
|
+
/**
|
|
3126
|
+
* deserializeAws_json1_1UpdateHubContentCommand
|
|
3127
|
+
*/
|
|
3128
|
+
export declare const de_UpdateHubContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHubContentCommandOutput>;
|
|
3129
|
+
/**
|
|
3130
|
+
* deserializeAws_json1_1UpdateHubContentReferenceCommand
|
|
3131
|
+
*/
|
|
3132
|
+
export declare const de_UpdateHubContentReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHubContentReferenceCommandOutput>;
|
|
3115
3133
|
/**
|
|
3116
3134
|
* deserializeAws_json1_1UpdateImageCommand
|
|
3117
3135
|
*/
|
|
@@ -1331,6 +1331,14 @@ import {
|
|
|
1331
1331
|
UpdateHubCommandInput,
|
|
1332
1332
|
UpdateHubCommandOutput,
|
|
1333
1333
|
} from "./commands/UpdateHubCommand";
|
|
1334
|
+
import {
|
|
1335
|
+
UpdateHubContentCommandInput,
|
|
1336
|
+
UpdateHubContentCommandOutput,
|
|
1337
|
+
} from "./commands/UpdateHubContentCommand";
|
|
1338
|
+
import {
|
|
1339
|
+
UpdateHubContentReferenceCommandInput,
|
|
1340
|
+
UpdateHubContentReferenceCommandOutput,
|
|
1341
|
+
} from "./commands/UpdateHubContentReferenceCommand";
|
|
1334
1342
|
import {
|
|
1335
1343
|
UpdateImageCommandInput,
|
|
1336
1344
|
UpdateImageCommandOutput,
|
|
@@ -5957,6 +5965,32 @@ export interface SageMaker {
|
|
|
5957
5965
|
options: __HttpHandlerOptions,
|
|
5958
5966
|
cb: (err: any, data?: UpdateHubCommandOutput) => void
|
|
5959
5967
|
): void;
|
|
5968
|
+
updateHubContent(
|
|
5969
|
+
args: UpdateHubContentCommandInput,
|
|
5970
|
+
options?: __HttpHandlerOptions
|
|
5971
|
+
): Promise<UpdateHubContentCommandOutput>;
|
|
5972
|
+
updateHubContent(
|
|
5973
|
+
args: UpdateHubContentCommandInput,
|
|
5974
|
+
cb: (err: any, data?: UpdateHubContentCommandOutput) => void
|
|
5975
|
+
): void;
|
|
5976
|
+
updateHubContent(
|
|
5977
|
+
args: UpdateHubContentCommandInput,
|
|
5978
|
+
options: __HttpHandlerOptions,
|
|
5979
|
+
cb: (err: any, data?: UpdateHubContentCommandOutput) => void
|
|
5980
|
+
): void;
|
|
5981
|
+
updateHubContentReference(
|
|
5982
|
+
args: UpdateHubContentReferenceCommandInput,
|
|
5983
|
+
options?: __HttpHandlerOptions
|
|
5984
|
+
): Promise<UpdateHubContentReferenceCommandOutput>;
|
|
5985
|
+
updateHubContentReference(
|
|
5986
|
+
args: UpdateHubContentReferenceCommandInput,
|
|
5987
|
+
cb: (err: any, data?: UpdateHubContentReferenceCommandOutput) => void
|
|
5988
|
+
): void;
|
|
5989
|
+
updateHubContentReference(
|
|
5990
|
+
args: UpdateHubContentReferenceCommandInput,
|
|
5991
|
+
options: __HttpHandlerOptions,
|
|
5992
|
+
cb: (err: any, data?: UpdateHubContentReferenceCommandOutput) => void
|
|
5993
|
+
): void;
|
|
5960
5994
|
updateImage(
|
|
5961
5995
|
args: UpdateImageCommandInput,
|
|
5962
5996
|
options?: __HttpHandlerOptions
|
|
@@ -1377,6 +1377,14 @@ import {
|
|
|
1377
1377
|
UpdateHubCommandInput,
|
|
1378
1378
|
UpdateHubCommandOutput,
|
|
1379
1379
|
} from "./commands/UpdateHubCommand";
|
|
1380
|
+
import {
|
|
1381
|
+
UpdateHubContentCommandInput,
|
|
1382
|
+
UpdateHubContentCommandOutput,
|
|
1383
|
+
} from "./commands/UpdateHubContentCommand";
|
|
1384
|
+
import {
|
|
1385
|
+
UpdateHubContentReferenceCommandInput,
|
|
1386
|
+
UpdateHubContentReferenceCommandOutput,
|
|
1387
|
+
} from "./commands/UpdateHubContentReferenceCommand";
|
|
1380
1388
|
import {
|
|
1381
1389
|
UpdateImageCommandInput,
|
|
1382
1390
|
UpdateImageCommandOutput,
|
|
@@ -1810,6 +1818,8 @@ export type ServiceInputTypes =
|
|
|
1810
1818
|
| UpdateFeatureGroupCommandInput
|
|
1811
1819
|
| UpdateFeatureMetadataCommandInput
|
|
1812
1820
|
| UpdateHubCommandInput
|
|
1821
|
+
| UpdateHubContentCommandInput
|
|
1822
|
+
| UpdateHubContentReferenceCommandInput
|
|
1813
1823
|
| UpdateImageCommandInput
|
|
1814
1824
|
| UpdateImageVersionCommandInput
|
|
1815
1825
|
| UpdateInferenceComponentCommandInput
|
|
@@ -2167,6 +2177,8 @@ export type ServiceOutputTypes =
|
|
|
2167
2177
|
| UpdateFeatureGroupCommandOutput
|
|
2168
2178
|
| UpdateFeatureMetadataCommandOutput
|
|
2169
2179
|
| UpdateHubCommandOutput
|
|
2180
|
+
| UpdateHubContentCommandOutput
|
|
2181
|
+
| UpdateHubContentReferenceCommandOutput
|
|
2170
2182
|
| UpdateImageCommandOutput
|
|
2171
2183
|
| UpdateImageVersionCommandOutput
|
|
2172
2184
|
| UpdateInferenceComponentCommandOutput
|
|
@@ -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
|
-
CreateMonitoringScheduleResponse,
|
|
6
|
-
} from "../models/models_1";
|
|
3
|
+
import { CreateMonitoringScheduleRequest } from "../models/models_1";
|
|
4
|
+
import { CreateMonitoringScheduleResponse } from "../models/models_2";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListDataQualityJobDefinitionsRequest,
|
|
5
5
|
ListDataQualityJobDefinitionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
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
|
+
ListDeviceFleetsRequest,
|
|
5
|
+
ListDeviceFleetsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -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
|
-
StopPipelineExecutionResponse,
|
|
6
|
-
} from "../models/models_4";
|
|
3
|
+
import { StopPipelineExecutionRequest } from "../models/models_4";
|
|
4
|
+
import { StopPipelineExecutionResponse } from "../models/models_5";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StopProcessingJobRequest } from "../models/
|
|
3
|
+
import { StopProcessingJobRequest } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StopTrainingJobRequest } from "../models/
|
|
3
|
+
import { StopTrainingJobRequest } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { StopTransformJobRequest } from "../models/
|
|
3
|
+
import { StopTransformJobRequest } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -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 { UpdateActionRequest } from "../models/
|
|
4
|
-
import { UpdateActionResponse } from "../models/models_5";
|
|
3
|
+
import { UpdateActionRequest, UpdateActionResponse } from "../models/models_5";
|
|
5
4
|
import {
|
|
6
5
|
SageMakerClientResolvedConfig,
|
|
7
6
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateHubContentRequest,
|
|
5
|
+
UpdateHubContentResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateHubContentCommandInput extends UpdateHubContentRequest {}
|
|
15
|
+
export interface UpdateHubContentCommandOutput
|
|
16
|
+
extends UpdateHubContentResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const UpdateHubContentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateHubContentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateHubContentCommandInput,
|
|
23
|
+
UpdateHubContentCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateHubContentCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateHubContentCommandInput,
|
|
32
|
+
UpdateHubContentCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class UpdateHubContentCommand extends UpdateHubContentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateHubContentRequest;
|
|
43
|
+
output: UpdateHubContentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateHubContentCommandInput;
|
|
47
|
+
output: UpdateHubContentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateHubContentReferenceRequest,
|
|
5
|
+
UpdateHubContentReferenceResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateHubContentReferenceCommandInput
|
|
15
|
+
extends UpdateHubContentReferenceRequest {}
|
|
16
|
+
export interface UpdateHubContentReferenceCommandOutput
|
|
17
|
+
extends UpdateHubContentReferenceResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateHubContentReferenceCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateHubContentReferenceCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateHubContentReferenceCommandInput,
|
|
24
|
+
UpdateHubContentReferenceCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateHubContentReferenceCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateHubContentReferenceCommandInput,
|
|
33
|
+
UpdateHubContentReferenceCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateHubContentReferenceCommand extends UpdateHubContentReferenceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateHubContentReferenceRequest;
|
|
44
|
+
output: UpdateHubContentReferenceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateHubContentReferenceCommandInput;
|
|
48
|
+
output: UpdateHubContentReferenceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -331,6 +331,8 @@ export * from "./UpdateExperimentCommand";
|
|
|
331
331
|
export * from "./UpdateFeatureGroupCommand";
|
|
332
332
|
export * from "./UpdateFeatureMetadataCommand";
|
|
333
333
|
export * from "./UpdateHubCommand";
|
|
334
|
+
export * from "./UpdateHubContentCommand";
|
|
335
|
+
export * from "./UpdateHubContentReferenceCommand";
|
|
334
336
|
export * from "./UpdateImageCommand";
|
|
335
337
|
export * from "./UpdateImageVersionCommand";
|
|
336
338
|
export * from "./UpdateInferenceComponentCommand";
|
|
@@ -593,6 +593,9 @@ export interface FileSystemDataSource {
|
|
|
593
593
|
FileSystemType: FileSystemType | undefined;
|
|
594
594
|
DirectoryPath: string | undefined;
|
|
595
595
|
}
|
|
596
|
+
export interface HubAccessConfig {
|
|
597
|
+
HubContentArn: string | undefined;
|
|
598
|
+
}
|
|
596
599
|
export declare const S3DataDistribution: {
|
|
597
600
|
readonly FULLY_REPLICATED: "FullyReplicated";
|
|
598
601
|
readonly SHARDED_BY_S3_KEY: "ShardedByS3Key";
|
|
@@ -611,6 +614,8 @@ export interface S3DataSource {
|
|
|
611
614
|
S3DataDistributionType?: S3DataDistribution | undefined;
|
|
612
615
|
AttributeNames?: string[] | undefined;
|
|
613
616
|
InstanceGroupNames?: string[] | undefined;
|
|
617
|
+
ModelAccessConfig?: ModelAccessConfig | undefined;
|
|
618
|
+
HubAccessConfig?: HubAccessConfig | undefined;
|
|
614
619
|
}
|
|
615
620
|
export interface DataSource {
|
|
616
621
|
S3DataSource?: S3DataSource | undefined;
|
|
@@ -2722,7 +2727,3 @@ export interface ContinuousParameterRange {
|
|
|
2722
2727
|
MaxValue: string | undefined;
|
|
2723
2728
|
ScalingType?: HyperParameterScalingType | undefined;
|
|
2724
2729
|
}
|
|
2725
|
-
export interface ContinuousParameterRangeSpecification {
|
|
2726
|
-
MinValue: string | undefined;
|
|
2727
|
-
MaxValue: string | undefined;
|
|
2728
|
-
}
|
|
@@ -63,7 +63,6 @@ import {
|
|
|
63
63
|
ContentClassifier,
|
|
64
64
|
ContextSource,
|
|
65
65
|
ContinuousParameterRange,
|
|
66
|
-
ContinuousParameterRangeSpecification,
|
|
67
66
|
CustomImage,
|
|
68
67
|
FeatureStatus,
|
|
69
68
|
GitConfig,
|
|
@@ -94,6 +93,10 @@ import {
|
|
|
94
93
|
VpcConfig,
|
|
95
94
|
} from "./models_0";
|
|
96
95
|
import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
|
|
96
|
+
export interface ContinuousParameterRangeSpecification {
|
|
97
|
+
MinValue: string | undefined;
|
|
98
|
+
MaxValue: string | undefined;
|
|
99
|
+
}
|
|
97
100
|
export interface ConvergenceDetected {
|
|
98
101
|
CompleteOnConvergence?: CompleteOnConvergence | undefined;
|
|
99
102
|
}
|
|
@@ -2091,9 +2094,6 @@ export interface CreateMonitoringScheduleRequest {
|
|
|
2091
2094
|
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
2092
2095
|
Tags?: Tag[] | undefined;
|
|
2093
2096
|
}
|
|
2094
|
-
export interface CreateMonitoringScheduleResponse {
|
|
2095
|
-
MonitoringScheduleArn: string | undefined;
|
|
2096
|
-
}
|
|
2097
2097
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
2098
2098
|
obj: CreateModelCardRequest
|
|
2099
2099
|
) => any;
|