mypy-boto3-sagemaker 1.34.89__py3-none-any.whl → 1.34.98__py3-none-any.whl
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.
Potentially problematic release.
This version of mypy-boto3-sagemaker might be problematic. Click here for more details.
- mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker/client.py +155 -153
- mypy_boto3_sagemaker/client.pyi +155 -153
- mypy_boto3_sagemaker/literals.py +70 -0
- mypy_boto3_sagemaker/literals.pyi +70 -0
- mypy_boto3_sagemaker/paginator.py +14 -14
- mypy_boto3_sagemaker/paginator.pyi +14 -14
- mypy_boto3_sagemaker/type_defs.py +2245 -1228
- mypy_boto3_sagemaker/type_defs.pyi +2245 -1228
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.89.dist-info → mypy_boto3_sagemaker-1.34.98.dist-info}/METADATA +4 -4
- mypy_boto3_sagemaker-1.34.98.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.34.89.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.34.89.dist-info → mypy_boto3_sagemaker-1.34.98.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.89.dist-info → mypy_boto3_sagemaker-1.34.98.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.34.89.dist-info → mypy_boto3_sagemaker-1.34.98.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/client.py
CHANGED
|
@@ -210,31 +210,31 @@ from .paginator import (
|
|
|
210
210
|
from .type_defs import (
|
|
211
211
|
ActionSourceTypeDef,
|
|
212
212
|
AddAssociationResponseTypeDef,
|
|
213
|
-
|
|
213
|
+
AdditionalInferenceSpecificationDefinitionUnionTypeDef,
|
|
214
214
|
AddTagsOutputTypeDef,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
215
|
+
AlgorithmSpecificationUnionTypeDef,
|
|
216
|
+
AlgorithmValidationSpecificationUnionTypeDef,
|
|
217
|
+
AppSpecificationUnionTypeDef,
|
|
218
|
+
ArtifactSourceUnionTypeDef,
|
|
219
219
|
AssociateTrialComponentResponseTypeDef,
|
|
220
|
-
|
|
220
|
+
AsyncInferenceConfigUnionTypeDef,
|
|
221
221
|
AutoMLChannelTypeDef,
|
|
222
222
|
AutoMLDataSplitConfigTypeDef,
|
|
223
223
|
AutoMLJobChannelTypeDef,
|
|
224
|
-
|
|
224
|
+
AutoMLJobConfigUnionTypeDef,
|
|
225
225
|
AutoMLJobObjectiveTypeDef,
|
|
226
226
|
AutoMLOutputDataConfigTypeDef,
|
|
227
|
-
|
|
228
|
-
|
|
227
|
+
AutoMLProblemTypeConfigUnionTypeDef,
|
|
228
|
+
AutoMLSecurityConfigUnionTypeDef,
|
|
229
229
|
AutotuneTypeDef,
|
|
230
230
|
BatchDataCaptureConfigTypeDef,
|
|
231
231
|
BatchDescribeModelPackageOutputTypeDef,
|
|
232
|
-
|
|
232
|
+
ChannelUnionTypeDef,
|
|
233
233
|
CheckpointConfigTypeDef,
|
|
234
234
|
ClusterInstanceGroupSpecificationTypeDef,
|
|
235
|
-
|
|
235
|
+
CodeEditorAppImageConfigUnionTypeDef,
|
|
236
236
|
CognitoConfigTypeDef,
|
|
237
|
-
|
|
237
|
+
ContainerDefinitionUnionTypeDef,
|
|
238
238
|
ContextSourceTypeDef,
|
|
239
239
|
CreateActionResponseTypeDef,
|
|
240
240
|
CreateAlgorithmOutputTypeDef,
|
|
@@ -289,14 +289,14 @@ from .type_defs import (
|
|
|
289
289
|
CreateUserProfileResponseTypeDef,
|
|
290
290
|
CreateWorkforceResponseTypeDef,
|
|
291
291
|
CreateWorkteamResponseTypeDef,
|
|
292
|
-
|
|
292
|
+
DataCaptureConfigUnionTypeDef,
|
|
293
293
|
DataProcessingTypeDef,
|
|
294
|
-
|
|
294
|
+
DataQualityAppSpecificationUnionTypeDef,
|
|
295
295
|
DataQualityBaselineConfigTypeDef,
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
296
|
+
DataQualityJobInputUnionTypeDef,
|
|
297
|
+
DebugHookConfigUnionTypeDef,
|
|
298
|
+
DebugRuleConfigurationUnionTypeDef,
|
|
299
|
+
DefaultSpaceSettingsUnionTypeDef,
|
|
300
300
|
DeleteActionResponseTypeDef,
|
|
301
301
|
DeleteArtifactResponseTypeDef,
|
|
302
302
|
DeleteAssociationResponseTypeDef,
|
|
@@ -308,7 +308,7 @@ from .type_defs import (
|
|
|
308
308
|
DeleteTrialComponentResponseTypeDef,
|
|
309
309
|
DeleteTrialResponseTypeDef,
|
|
310
310
|
DeleteWorkteamResponseTypeDef,
|
|
311
|
-
|
|
311
|
+
DeploymentConfigUnionTypeDef,
|
|
312
312
|
DeploymentStageTypeDef,
|
|
313
313
|
DescribeActionResponseTypeDef,
|
|
314
314
|
DescribeAlgorithmOutputTypeDef,
|
|
@@ -375,13 +375,13 @@ from .type_defs import (
|
|
|
375
375
|
DeviceTypeDef,
|
|
376
376
|
DisassociateTrialComponentResponseTypeDef,
|
|
377
377
|
DomainSettingsForUpdateTypeDef,
|
|
378
|
-
|
|
378
|
+
DomainSettingsUnionTypeDef,
|
|
379
379
|
DriftCheckBaselinesTypeDef,
|
|
380
380
|
EdgeDeploymentModelConfigTypeDef,
|
|
381
381
|
EdgeOutputConfigTypeDef,
|
|
382
382
|
EmptyResponseMetadataTypeDef,
|
|
383
383
|
ExperimentConfigTypeDef,
|
|
384
|
-
|
|
384
|
+
ExplainerConfigUnionTypeDef,
|
|
385
385
|
FeatureDefinitionTypeDef,
|
|
386
386
|
FeatureParameterTypeDef,
|
|
387
387
|
FlowDefinitionOutputConfigTypeDef,
|
|
@@ -395,26 +395,26 @@ from .type_defs import (
|
|
|
395
395
|
GitConfigTypeDef,
|
|
396
396
|
HubS3StorageConfigTypeDef,
|
|
397
397
|
HumanLoopActivationConfigTypeDef,
|
|
398
|
-
|
|
398
|
+
HumanLoopConfigUnionTypeDef,
|
|
399
399
|
HumanLoopRequestSourceTypeDef,
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
400
|
+
HumanTaskConfigUnionTypeDef,
|
|
401
|
+
HyperParameterTrainingJobDefinitionUnionTypeDef,
|
|
402
|
+
HyperParameterTuningJobConfigUnionTypeDef,
|
|
403
|
+
HyperParameterTuningJobWarmStartConfigUnionTypeDef,
|
|
404
404
|
ImportHubContentResponseTypeDef,
|
|
405
405
|
InferenceComponentRuntimeConfigTypeDef,
|
|
406
406
|
InferenceComponentSpecificationTypeDef,
|
|
407
407
|
InferenceExecutionConfigTypeDef,
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
408
|
+
InferenceExperimentDataStorageConfigUnionTypeDef,
|
|
409
|
+
InferenceExperimentScheduleUnionTypeDef,
|
|
410
|
+
InferenceSpecificationUnionTypeDef,
|
|
411
411
|
InfraCheckConfigTypeDef,
|
|
412
412
|
InputConfigTypeDef,
|
|
413
413
|
InstanceMetadataServiceConfigurationTypeDef,
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
414
|
+
JupyterLabAppImageConfigUnionTypeDef,
|
|
415
|
+
KernelGatewayImageConfigUnionTypeDef,
|
|
416
|
+
LabelingJobAlgorithmsConfigUnionTypeDef,
|
|
417
|
+
LabelingJobInputConfigUnionTypeDef,
|
|
418
418
|
LabelingJobOutputConfigTypeDef,
|
|
419
419
|
LabelingJobStoppingConditionsTypeDef,
|
|
420
420
|
ListActionsResponseTypeDef,
|
|
@@ -492,32 +492,32 @@ from .type_defs import (
|
|
|
492
492
|
ListUserProfilesResponseTypeDef,
|
|
493
493
|
ListWorkforcesResponseTypeDef,
|
|
494
494
|
ListWorkteamsResponseTypeDef,
|
|
495
|
-
|
|
495
|
+
MemberDefinitionUnionTypeDef,
|
|
496
496
|
MetadataPropertiesTypeDef,
|
|
497
|
-
|
|
497
|
+
ModelBiasAppSpecificationUnionTypeDef,
|
|
498
498
|
ModelBiasBaselineConfigTypeDef,
|
|
499
|
-
|
|
499
|
+
ModelBiasJobInputUnionTypeDef,
|
|
500
500
|
ModelCardExportOutputConfigTypeDef,
|
|
501
501
|
ModelCardSecurityConfigTypeDef,
|
|
502
502
|
ModelClientConfigTypeDef,
|
|
503
503
|
ModelDeployConfigTypeDef,
|
|
504
|
-
|
|
504
|
+
ModelExplainabilityAppSpecificationUnionTypeDef,
|
|
505
505
|
ModelExplainabilityBaselineConfigTypeDef,
|
|
506
|
-
|
|
506
|
+
ModelExplainabilityJobInputUnionTypeDef,
|
|
507
507
|
ModelMetadataSearchExpressionTypeDef,
|
|
508
508
|
ModelMetricsTypeDef,
|
|
509
|
-
|
|
510
|
-
|
|
509
|
+
ModelPackageValidationSpecificationUnionTypeDef,
|
|
510
|
+
ModelQualityAppSpecificationUnionTypeDef,
|
|
511
511
|
ModelQualityBaselineConfigTypeDef,
|
|
512
|
-
|
|
512
|
+
ModelQualityJobInputUnionTypeDef,
|
|
513
513
|
ModelVariantConfigTypeDef,
|
|
514
|
-
|
|
515
|
-
|
|
514
|
+
MonitoringNetworkConfigUnionTypeDef,
|
|
515
|
+
MonitoringOutputConfigUnionTypeDef,
|
|
516
516
|
MonitoringResourcesTypeDef,
|
|
517
|
-
|
|
517
|
+
MonitoringScheduleConfigUnionTypeDef,
|
|
518
518
|
MonitoringStoppingConditionTypeDef,
|
|
519
|
-
|
|
520
|
-
|
|
519
|
+
NeoVpcConfigUnionTypeDef,
|
|
520
|
+
NetworkConfigUnionTypeDef,
|
|
521
521
|
NotebookInstanceLifecycleHookTypeDef,
|
|
522
522
|
NotificationConfigurationTypeDef,
|
|
523
523
|
OfflineStoreConfigTypeDef,
|
|
@@ -532,25 +532,25 @@ from .type_defs import (
|
|
|
532
532
|
ParameterTypeDef,
|
|
533
533
|
PipelineDefinitionS3LocationTypeDef,
|
|
534
534
|
ProcessingInputTypeDef,
|
|
535
|
-
|
|
535
|
+
ProcessingOutputConfigUnionTypeDef,
|
|
536
536
|
ProcessingResourcesTypeDef,
|
|
537
537
|
ProcessingStoppingConditionTypeDef,
|
|
538
538
|
ProductionVariantTypeDef,
|
|
539
539
|
ProfilerConfigForUpdateTypeDef,
|
|
540
|
-
|
|
541
|
-
|
|
540
|
+
ProfilerConfigUnionTypeDef,
|
|
541
|
+
ProfilerRuleConfigurationUnionTypeDef,
|
|
542
542
|
PutModelPackageGroupPolicyOutputTypeDef,
|
|
543
543
|
QueryFiltersTypeDef,
|
|
544
544
|
QueryLineageResponseTypeDef,
|
|
545
|
-
|
|
545
|
+
RecommendationJobInputConfigUnionTypeDef,
|
|
546
546
|
RecommendationJobOutputConfigTypeDef,
|
|
547
|
-
|
|
547
|
+
RecommendationJobStoppingConditionsUnionTypeDef,
|
|
548
548
|
RemoteDebugConfigForUpdateTypeDef,
|
|
549
549
|
RemoteDebugConfigTypeDef,
|
|
550
550
|
RenderableTaskTypeDef,
|
|
551
551
|
RenderUiTemplateResponseTypeDef,
|
|
552
552
|
ResourceConfigForUpdateTypeDef,
|
|
553
|
-
|
|
553
|
+
ResourceConfigUnionTypeDef,
|
|
554
554
|
ResourceSpecTypeDef,
|
|
555
555
|
RetentionPolicyTypeDef,
|
|
556
556
|
RetryPipelineExecutionResponseTypeDef,
|
|
@@ -558,15 +558,16 @@ from .type_defs import (
|
|
|
558
558
|
ScalingPolicyObjectiveTypeDef,
|
|
559
559
|
SearchExpressionTypeDef,
|
|
560
560
|
SearchResponseTypeDef,
|
|
561
|
-
|
|
561
|
+
SelectiveExecutionConfigUnionTypeDef,
|
|
562
562
|
SendPipelineExecutionStepFailureResponseTypeDef,
|
|
563
563
|
SendPipelineExecutionStepSuccessResponseTypeDef,
|
|
564
|
-
|
|
564
|
+
ServiceCatalogProvisioningDetailsUnionTypeDef,
|
|
565
565
|
ServiceCatalogProvisioningUpdateDetailsTypeDef,
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
566
|
+
SessionChainingConfigTypeDef,
|
|
567
|
+
ShadowModeConfigUnionTypeDef,
|
|
568
|
+
SourceAlgorithmSpecificationUnionTypeDef,
|
|
569
|
+
SourceIpConfigUnionTypeDef,
|
|
570
|
+
SpaceSettingsUnionTypeDef,
|
|
570
571
|
SpaceSharingSettingsTypeDef,
|
|
571
572
|
StartInferenceExperimentResponseTypeDef,
|
|
572
573
|
StartPipelineExecutionResponseTypeDef,
|
|
@@ -579,7 +580,7 @@ from .type_defs import (
|
|
|
579
580
|
ThroughputConfigTypeDef,
|
|
580
581
|
ThroughputConfigUpdateTypeDef,
|
|
581
582
|
TimestampTypeDef,
|
|
582
|
-
|
|
583
|
+
TrainingSpecificationUnionTypeDef,
|
|
583
584
|
TransformInputTypeDef,
|
|
584
585
|
TransformOutputTypeDef,
|
|
585
586
|
TransformResourcesTypeDef,
|
|
@@ -619,10 +620,10 @@ from .type_defs import (
|
|
|
619
620
|
UpdateUserProfileResponseTypeDef,
|
|
620
621
|
UpdateWorkforceResponseTypeDef,
|
|
621
622
|
UpdateWorkteamResponseTypeDef,
|
|
622
|
-
|
|
623
|
+
UserSettingsUnionTypeDef,
|
|
623
624
|
VariantPropertyTypeDef,
|
|
624
625
|
VisibilityConditionsTypeDef,
|
|
625
|
-
|
|
626
|
+
VpcConfigUnionTypeDef,
|
|
626
627
|
WorkforceVpcConfigRequestTypeDef,
|
|
627
628
|
)
|
|
628
629
|
from .waiter import (
|
|
@@ -761,10 +762,10 @@ class SageMakerClient(BaseClient):
|
|
|
761
762
|
self,
|
|
762
763
|
*,
|
|
763
764
|
AlgorithmName: str,
|
|
764
|
-
TrainingSpecification:
|
|
765
|
+
TrainingSpecification: TrainingSpecificationUnionTypeDef,
|
|
765
766
|
AlgorithmDescription: str = ...,
|
|
766
|
-
InferenceSpecification:
|
|
767
|
-
ValidationSpecification:
|
|
767
|
+
InferenceSpecification: InferenceSpecificationUnionTypeDef = ...,
|
|
768
|
+
ValidationSpecification: AlgorithmValidationSpecificationUnionTypeDef = ...,
|
|
768
769
|
CertifyForMarketplace: bool = ...,
|
|
769
770
|
Tags: Sequence[TagTypeDef] = ...,
|
|
770
771
|
) -> CreateAlgorithmOutputTypeDef:
|
|
@@ -800,9 +801,9 @@ class SageMakerClient(BaseClient):
|
|
|
800
801
|
*,
|
|
801
802
|
AppImageConfigName: str,
|
|
802
803
|
Tags: Sequence[TagTypeDef] = ...,
|
|
803
|
-
KernelGatewayImageConfig:
|
|
804
|
-
JupyterLabAppImageConfig:
|
|
805
|
-
CodeEditorAppImageConfig:
|
|
804
|
+
KernelGatewayImageConfig: KernelGatewayImageConfigUnionTypeDef = ...,
|
|
805
|
+
JupyterLabAppImageConfig: JupyterLabAppImageConfigUnionTypeDef = ...,
|
|
806
|
+
CodeEditorAppImageConfig: CodeEditorAppImageConfigUnionTypeDef = ...,
|
|
806
807
|
) -> CreateAppImageConfigResponseTypeDef:
|
|
807
808
|
"""
|
|
808
809
|
Creates a configuration for running a SageMaker image as a KernelGateway app.
|
|
@@ -814,7 +815,7 @@ class SageMakerClient(BaseClient):
|
|
|
814
815
|
def create_artifact(
|
|
815
816
|
self,
|
|
816
817
|
*,
|
|
817
|
-
Source:
|
|
818
|
+
Source: ArtifactSourceUnionTypeDef,
|
|
818
819
|
ArtifactType: str,
|
|
819
820
|
ArtifactName: str = ...,
|
|
820
821
|
Properties: Mapping[str, str] = ...,
|
|
@@ -837,7 +838,7 @@ class SageMakerClient(BaseClient):
|
|
|
837
838
|
RoleArn: str,
|
|
838
839
|
ProblemType: ProblemTypeType = ...,
|
|
839
840
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef = ...,
|
|
840
|
-
AutoMLJobConfig:
|
|
841
|
+
AutoMLJobConfig: AutoMLJobConfigUnionTypeDef = ...,
|
|
841
842
|
GenerateCandidateDefinitionsOnly: bool = ...,
|
|
842
843
|
Tags: Sequence[TagTypeDef] = ...,
|
|
843
844
|
ModelDeployConfig: ModelDeployConfigTypeDef = ...,
|
|
@@ -855,10 +856,10 @@ class SageMakerClient(BaseClient):
|
|
|
855
856
|
AutoMLJobName: str,
|
|
856
857
|
AutoMLJobInputDataConfig: Sequence[AutoMLJobChannelTypeDef],
|
|
857
858
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef,
|
|
858
|
-
AutoMLProblemTypeConfig:
|
|
859
|
+
AutoMLProblemTypeConfig: AutoMLProblemTypeConfigUnionTypeDef,
|
|
859
860
|
RoleArn: str,
|
|
860
861
|
Tags: Sequence[TagTypeDef] = ...,
|
|
861
|
-
SecurityConfig:
|
|
862
|
+
SecurityConfig: AutoMLSecurityConfigUnionTypeDef = ...,
|
|
862
863
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef = ...,
|
|
863
864
|
ModelDeployConfig: ModelDeployConfigTypeDef = ...,
|
|
864
865
|
DataSplitConfig: AutoMLDataSplitConfigTypeDef = ...,
|
|
@@ -876,7 +877,7 @@ class SageMakerClient(BaseClient):
|
|
|
876
877
|
*,
|
|
877
878
|
ClusterName: str,
|
|
878
879
|
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
879
|
-
VpcConfig:
|
|
880
|
+
VpcConfig: VpcConfigUnionTypeDef = ...,
|
|
880
881
|
Tags: Sequence[TagTypeDef] = ...,
|
|
881
882
|
) -> CreateClusterResponseTypeDef:
|
|
882
883
|
"""
|
|
@@ -909,7 +910,7 @@ class SageMakerClient(BaseClient):
|
|
|
909
910
|
StoppingCondition: StoppingConditionTypeDef,
|
|
910
911
|
ModelPackageVersionArn: str = ...,
|
|
911
912
|
InputConfig: InputConfigTypeDef = ...,
|
|
912
|
-
VpcConfig:
|
|
913
|
+
VpcConfig: NeoVpcConfigUnionTypeDef = ...,
|
|
913
914
|
Tags: Sequence[TagTypeDef] = ...,
|
|
914
915
|
) -> CreateCompilationJobResponseTypeDef:
|
|
915
916
|
"""
|
|
@@ -940,13 +941,13 @@ class SageMakerClient(BaseClient):
|
|
|
940
941
|
self,
|
|
941
942
|
*,
|
|
942
943
|
JobDefinitionName: str,
|
|
943
|
-
DataQualityAppSpecification:
|
|
944
|
-
DataQualityJobInput:
|
|
945
|
-
DataQualityJobOutputConfig:
|
|
944
|
+
DataQualityAppSpecification: DataQualityAppSpecificationUnionTypeDef,
|
|
945
|
+
DataQualityJobInput: DataQualityJobInputUnionTypeDef,
|
|
946
|
+
DataQualityJobOutputConfig: MonitoringOutputConfigUnionTypeDef,
|
|
946
947
|
JobResources: MonitoringResourcesTypeDef,
|
|
947
948
|
RoleArn: str,
|
|
948
949
|
DataQualityBaselineConfig: DataQualityBaselineConfigTypeDef = ...,
|
|
949
|
-
NetworkConfig:
|
|
950
|
+
NetworkConfig: MonitoringNetworkConfigUnionTypeDef = ...,
|
|
950
951
|
StoppingCondition: MonitoringStoppingConditionTypeDef = ...,
|
|
951
952
|
Tags: Sequence[TagTypeDef] = ...,
|
|
952
953
|
) -> CreateDataQualityJobDefinitionResponseTypeDef:
|
|
@@ -979,16 +980,16 @@ class SageMakerClient(BaseClient):
|
|
|
979
980
|
*,
|
|
980
981
|
DomainName: str,
|
|
981
982
|
AuthMode: AuthModeType,
|
|
982
|
-
DefaultUserSettings:
|
|
983
|
+
DefaultUserSettings: UserSettingsUnionTypeDef,
|
|
983
984
|
SubnetIds: Sequence[str],
|
|
984
985
|
VpcId: str,
|
|
985
|
-
DomainSettings:
|
|
986
|
+
DomainSettings: DomainSettingsUnionTypeDef = ...,
|
|
986
987
|
Tags: Sequence[TagTypeDef] = ...,
|
|
987
988
|
AppNetworkAccessType: AppNetworkAccessTypeType = ...,
|
|
988
989
|
HomeEfsFileSystemKmsKeyId: str = ...,
|
|
989
990
|
KmsKeyId: str = ...,
|
|
990
991
|
AppSecurityGroupManagement: AppSecurityGroupManagementType = ...,
|
|
991
|
-
DefaultSpaceSettings:
|
|
992
|
+
DefaultSpaceSettings: DefaultSpaceSettingsUnionTypeDef = ...,
|
|
992
993
|
) -> CreateDomainResponseTypeDef:
|
|
993
994
|
"""
|
|
994
995
|
Creates a `Domain`.
|
|
@@ -1047,7 +1048,7 @@ class SageMakerClient(BaseClient):
|
|
|
1047
1048
|
*,
|
|
1048
1049
|
EndpointName: str,
|
|
1049
1050
|
EndpointConfigName: str,
|
|
1050
|
-
DeploymentConfig:
|
|
1051
|
+
DeploymentConfig: DeploymentConfigUnionTypeDef = ...,
|
|
1051
1052
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1052
1053
|
) -> CreateEndpointOutputTypeDef:
|
|
1053
1054
|
"""
|
|
@@ -1062,14 +1063,14 @@ class SageMakerClient(BaseClient):
|
|
|
1062
1063
|
*,
|
|
1063
1064
|
EndpointConfigName: str,
|
|
1064
1065
|
ProductionVariants: Sequence[ProductionVariantTypeDef],
|
|
1065
|
-
DataCaptureConfig:
|
|
1066
|
+
DataCaptureConfig: DataCaptureConfigUnionTypeDef = ...,
|
|
1066
1067
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1067
1068
|
KmsKeyId: str = ...,
|
|
1068
|
-
AsyncInferenceConfig:
|
|
1069
|
-
ExplainerConfig:
|
|
1069
|
+
AsyncInferenceConfig: AsyncInferenceConfigUnionTypeDef = ...,
|
|
1070
|
+
ExplainerConfig: ExplainerConfigUnionTypeDef = ...,
|
|
1070
1071
|
ShadowProductionVariants: Sequence[ProductionVariantTypeDef] = ...,
|
|
1071
1072
|
ExecutionRoleArn: str = ...,
|
|
1072
|
-
VpcConfig:
|
|
1073
|
+
VpcConfig: VpcConfigUnionTypeDef = ...,
|
|
1073
1074
|
EnableNetworkIsolation: bool = ...,
|
|
1074
1075
|
) -> CreateEndpointConfigOutputTypeDef:
|
|
1075
1076
|
"""
|
|
@@ -1125,7 +1126,7 @@ class SageMakerClient(BaseClient):
|
|
|
1125
1126
|
RoleArn: str,
|
|
1126
1127
|
HumanLoopRequestSource: HumanLoopRequestSourceTypeDef = ...,
|
|
1127
1128
|
HumanLoopActivationConfig: HumanLoopActivationConfigTypeDef = ...,
|
|
1128
|
-
HumanLoopConfig:
|
|
1129
|
+
HumanLoopConfig: HumanLoopConfigUnionTypeDef = ...,
|
|
1129
1130
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1130
1131
|
) -> CreateFlowDefinitionResponseTypeDef:
|
|
1131
1132
|
"""
|
|
@@ -1170,10 +1171,10 @@ class SageMakerClient(BaseClient):
|
|
|
1170
1171
|
self,
|
|
1171
1172
|
*,
|
|
1172
1173
|
HyperParameterTuningJobName: str,
|
|
1173
|
-
HyperParameterTuningJobConfig:
|
|
1174
|
-
TrainingJobDefinition:
|
|
1175
|
-
TrainingJobDefinitions: Sequence[
|
|
1176
|
-
WarmStartConfig:
|
|
1174
|
+
HyperParameterTuningJobConfig: HyperParameterTuningJobConfigUnionTypeDef,
|
|
1175
|
+
TrainingJobDefinition: HyperParameterTrainingJobDefinitionUnionTypeDef = ...,
|
|
1176
|
+
TrainingJobDefinitions: Sequence[HyperParameterTrainingJobDefinitionUnionTypeDef] = ...,
|
|
1177
|
+
WarmStartConfig: HyperParameterTuningJobWarmStartConfigUnionTypeDef = ...,
|
|
1177
1178
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1178
1179
|
Autotune: AutotuneTypeDef = ...,
|
|
1179
1180
|
) -> CreateHyperParameterTuningJobResponseTypeDef:
|
|
@@ -1249,10 +1250,10 @@ class SageMakerClient(BaseClient):
|
|
|
1249
1250
|
RoleArn: str,
|
|
1250
1251
|
EndpointName: str,
|
|
1251
1252
|
ModelVariants: Sequence[ModelVariantConfigTypeDef],
|
|
1252
|
-
ShadowModeConfig:
|
|
1253
|
-
Schedule:
|
|
1253
|
+
ShadowModeConfig: ShadowModeConfigUnionTypeDef,
|
|
1254
|
+
Schedule: InferenceExperimentScheduleUnionTypeDef = ...,
|
|
1254
1255
|
Description: str = ...,
|
|
1255
|
-
DataStorageConfig:
|
|
1256
|
+
DataStorageConfig: InferenceExperimentDataStorageConfigUnionTypeDef = ...,
|
|
1256
1257
|
KmsKey: str = ...,
|
|
1257
1258
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1258
1259
|
) -> CreateInferenceExperimentResponseTypeDef:
|
|
@@ -1270,9 +1271,9 @@ class SageMakerClient(BaseClient):
|
|
|
1270
1271
|
JobName: str,
|
|
1271
1272
|
JobType: RecommendationJobTypeType,
|
|
1272
1273
|
RoleArn: str,
|
|
1273
|
-
InputConfig:
|
|
1274
|
+
InputConfig: RecommendationJobInputConfigUnionTypeDef,
|
|
1274
1275
|
JobDescription: str = ...,
|
|
1275
|
-
StoppingConditions:
|
|
1276
|
+
StoppingConditions: RecommendationJobStoppingConditionsUnionTypeDef = ...,
|
|
1276
1277
|
OutputConfig: RecommendationJobOutputConfigTypeDef = ...,
|
|
1277
1278
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1278
1279
|
) -> CreateInferenceRecommendationsJobResponseTypeDef:
|
|
@@ -1288,13 +1289,13 @@ class SageMakerClient(BaseClient):
|
|
|
1288
1289
|
*,
|
|
1289
1290
|
LabelingJobName: str,
|
|
1290
1291
|
LabelAttributeName: str,
|
|
1291
|
-
InputConfig:
|
|
1292
|
+
InputConfig: LabelingJobInputConfigUnionTypeDef,
|
|
1292
1293
|
OutputConfig: LabelingJobOutputConfigTypeDef,
|
|
1293
1294
|
RoleArn: str,
|
|
1294
|
-
HumanTaskConfig:
|
|
1295
|
+
HumanTaskConfig: HumanTaskConfigUnionTypeDef,
|
|
1295
1296
|
LabelCategoryConfigS3Uri: str = ...,
|
|
1296
1297
|
StoppingConditions: LabelingJobStoppingConditionsTypeDef = ...,
|
|
1297
|
-
LabelingJobAlgorithmsConfig:
|
|
1298
|
+
LabelingJobAlgorithmsConfig: LabelingJobAlgorithmsConfigUnionTypeDef = ...,
|
|
1298
1299
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1299
1300
|
) -> CreateLabelingJobResponseTypeDef:
|
|
1300
1301
|
"""
|
|
@@ -1308,12 +1309,12 @@ class SageMakerClient(BaseClient):
|
|
|
1308
1309
|
self,
|
|
1309
1310
|
*,
|
|
1310
1311
|
ModelName: str,
|
|
1311
|
-
PrimaryContainer:
|
|
1312
|
-
Containers: Sequence[
|
|
1312
|
+
PrimaryContainer: ContainerDefinitionUnionTypeDef = ...,
|
|
1313
|
+
Containers: Sequence[ContainerDefinitionUnionTypeDef] = ...,
|
|
1313
1314
|
InferenceExecutionConfig: InferenceExecutionConfigTypeDef = ...,
|
|
1314
1315
|
ExecutionRoleArn: str = ...,
|
|
1315
1316
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1316
|
-
VpcConfig:
|
|
1317
|
+
VpcConfig: VpcConfigUnionTypeDef = ...,
|
|
1317
1318
|
EnableNetworkIsolation: bool = ...,
|
|
1318
1319
|
) -> CreateModelOutputTypeDef:
|
|
1319
1320
|
"""
|
|
@@ -1327,13 +1328,13 @@ class SageMakerClient(BaseClient):
|
|
|
1327
1328
|
self,
|
|
1328
1329
|
*,
|
|
1329
1330
|
JobDefinitionName: str,
|
|
1330
|
-
ModelBiasAppSpecification:
|
|
1331
|
-
ModelBiasJobInput:
|
|
1332
|
-
ModelBiasJobOutputConfig:
|
|
1331
|
+
ModelBiasAppSpecification: ModelBiasAppSpecificationUnionTypeDef,
|
|
1332
|
+
ModelBiasJobInput: ModelBiasJobInputUnionTypeDef,
|
|
1333
|
+
ModelBiasJobOutputConfig: MonitoringOutputConfigUnionTypeDef,
|
|
1333
1334
|
JobResources: MonitoringResourcesTypeDef,
|
|
1334
1335
|
RoleArn: str,
|
|
1335
1336
|
ModelBiasBaselineConfig: ModelBiasBaselineConfigTypeDef = ...,
|
|
1336
|
-
NetworkConfig:
|
|
1337
|
+
NetworkConfig: MonitoringNetworkConfigUnionTypeDef = ...,
|
|
1337
1338
|
StoppingCondition: MonitoringStoppingConditionTypeDef = ...,
|
|
1338
1339
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1339
1340
|
) -> CreateModelBiasJobDefinitionResponseTypeDef:
|
|
@@ -1379,13 +1380,13 @@ class SageMakerClient(BaseClient):
|
|
|
1379
1380
|
self,
|
|
1380
1381
|
*,
|
|
1381
1382
|
JobDefinitionName: str,
|
|
1382
|
-
ModelExplainabilityAppSpecification:
|
|
1383
|
-
ModelExplainabilityJobInput:
|
|
1384
|
-
ModelExplainabilityJobOutputConfig:
|
|
1383
|
+
ModelExplainabilityAppSpecification: ModelExplainabilityAppSpecificationUnionTypeDef,
|
|
1384
|
+
ModelExplainabilityJobInput: ModelExplainabilityJobInputUnionTypeDef,
|
|
1385
|
+
ModelExplainabilityJobOutputConfig: MonitoringOutputConfigUnionTypeDef,
|
|
1385
1386
|
JobResources: MonitoringResourcesTypeDef,
|
|
1386
1387
|
RoleArn: str,
|
|
1387
1388
|
ModelExplainabilityBaselineConfig: ModelExplainabilityBaselineConfigTypeDef = ...,
|
|
1388
|
-
NetworkConfig:
|
|
1389
|
+
NetworkConfig: MonitoringNetworkConfigUnionTypeDef = ...,
|
|
1389
1390
|
StoppingCondition: MonitoringStoppingConditionTypeDef = ...,
|
|
1390
1391
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1391
1392
|
) -> CreateModelExplainabilityJobDefinitionResponseTypeDef:
|
|
@@ -1402,9 +1403,9 @@ class SageMakerClient(BaseClient):
|
|
|
1402
1403
|
ModelPackageName: str = ...,
|
|
1403
1404
|
ModelPackageGroupName: str = ...,
|
|
1404
1405
|
ModelPackageDescription: str = ...,
|
|
1405
|
-
InferenceSpecification:
|
|
1406
|
-
ValidationSpecification:
|
|
1407
|
-
SourceAlgorithmSpecification:
|
|
1406
|
+
InferenceSpecification: InferenceSpecificationUnionTypeDef = ...,
|
|
1407
|
+
ValidationSpecification: ModelPackageValidationSpecificationUnionTypeDef = ...,
|
|
1408
|
+
SourceAlgorithmSpecification: SourceAlgorithmSpecificationUnionTypeDef = ...,
|
|
1408
1409
|
CertifyForMarketplace: bool = ...,
|
|
1409
1410
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1410
1411
|
ModelApprovalStatus: ModelApprovalStatusType = ...,
|
|
@@ -1417,7 +1418,7 @@ class SageMakerClient(BaseClient):
|
|
|
1417
1418
|
CustomerMetadataProperties: Mapping[str, str] = ...,
|
|
1418
1419
|
DriftCheckBaselines: DriftCheckBaselinesTypeDef = ...,
|
|
1419
1420
|
AdditionalInferenceSpecifications: Sequence[
|
|
1420
|
-
|
|
1421
|
+
AdditionalInferenceSpecificationDefinitionUnionTypeDef
|
|
1421
1422
|
] = ...,
|
|
1422
1423
|
SkipModelValidation: SkipModelValidationType = ...,
|
|
1423
1424
|
SourceUri: str = ...,
|
|
@@ -1449,13 +1450,13 @@ class SageMakerClient(BaseClient):
|
|
|
1449
1450
|
self,
|
|
1450
1451
|
*,
|
|
1451
1452
|
JobDefinitionName: str,
|
|
1452
|
-
ModelQualityAppSpecification:
|
|
1453
|
-
ModelQualityJobInput:
|
|
1454
|
-
ModelQualityJobOutputConfig:
|
|
1453
|
+
ModelQualityAppSpecification: ModelQualityAppSpecificationUnionTypeDef,
|
|
1454
|
+
ModelQualityJobInput: ModelQualityJobInputUnionTypeDef,
|
|
1455
|
+
ModelQualityJobOutputConfig: MonitoringOutputConfigUnionTypeDef,
|
|
1455
1456
|
JobResources: MonitoringResourcesTypeDef,
|
|
1456
1457
|
RoleArn: str,
|
|
1457
1458
|
ModelQualityBaselineConfig: ModelQualityBaselineConfigTypeDef = ...,
|
|
1458
|
-
NetworkConfig:
|
|
1459
|
+
NetworkConfig: MonitoringNetworkConfigUnionTypeDef = ...,
|
|
1459
1460
|
StoppingCondition: MonitoringStoppingConditionTypeDef = ...,
|
|
1460
1461
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1461
1462
|
) -> CreateModelQualityJobDefinitionResponseTypeDef:
|
|
@@ -1470,7 +1471,7 @@ class SageMakerClient(BaseClient):
|
|
|
1470
1471
|
self,
|
|
1471
1472
|
*,
|
|
1472
1473
|
MonitoringScheduleName: str,
|
|
1473
|
-
MonitoringScheduleConfig:
|
|
1474
|
+
MonitoringScheduleConfig: MonitoringScheduleConfigUnionTypeDef,
|
|
1474
1475
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1475
1476
|
) -> CreateMonitoringScheduleResponseTypeDef:
|
|
1476
1477
|
"""
|
|
@@ -1577,13 +1578,13 @@ class SageMakerClient(BaseClient):
|
|
|
1577
1578
|
*,
|
|
1578
1579
|
ProcessingJobName: str,
|
|
1579
1580
|
ProcessingResources: ProcessingResourcesTypeDef,
|
|
1580
|
-
AppSpecification:
|
|
1581
|
+
AppSpecification: AppSpecificationUnionTypeDef,
|
|
1581
1582
|
RoleArn: str,
|
|
1582
1583
|
ProcessingInputs: Sequence[ProcessingInputTypeDef] = ...,
|
|
1583
|
-
ProcessingOutputConfig:
|
|
1584
|
+
ProcessingOutputConfig: ProcessingOutputConfigUnionTypeDef = ...,
|
|
1584
1585
|
StoppingCondition: ProcessingStoppingConditionTypeDef = ...,
|
|
1585
1586
|
Environment: Mapping[str, str] = ...,
|
|
1586
|
-
NetworkConfig:
|
|
1587
|
+
NetworkConfig: NetworkConfigUnionTypeDef = ...,
|
|
1587
1588
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1588
1589
|
ExperimentConfig: ExperimentConfigTypeDef = ...,
|
|
1589
1590
|
) -> CreateProcessingJobResponseTypeDef:
|
|
@@ -1598,7 +1599,7 @@ class SageMakerClient(BaseClient):
|
|
|
1598
1599
|
self,
|
|
1599
1600
|
*,
|
|
1600
1601
|
ProjectName: str,
|
|
1601
|
-
ServiceCatalogProvisioningDetails:
|
|
1602
|
+
ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetailsUnionTypeDef,
|
|
1602
1603
|
ProjectDescription: str = ...,
|
|
1603
1604
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1604
1605
|
) -> CreateProjectOutputTypeDef:
|
|
@@ -1617,7 +1618,7 @@ class SageMakerClient(BaseClient):
|
|
|
1617
1618
|
DomainId: str,
|
|
1618
1619
|
SpaceName: str,
|
|
1619
1620
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1620
|
-
SpaceSettings:
|
|
1621
|
+
SpaceSettings: SpaceSettingsUnionTypeDef = ...,
|
|
1621
1622
|
OwnershipSettings: OwnershipSettingsTypeDef = ...,
|
|
1622
1623
|
SpaceSharingSettings: SpaceSharingSettingsTypeDef = ...,
|
|
1623
1624
|
SpaceDisplayName: str = ...,
|
|
@@ -1648,29 +1649,30 @@ class SageMakerClient(BaseClient):
|
|
|
1648
1649
|
self,
|
|
1649
1650
|
*,
|
|
1650
1651
|
TrainingJobName: str,
|
|
1651
|
-
AlgorithmSpecification:
|
|
1652
|
+
AlgorithmSpecification: AlgorithmSpecificationUnionTypeDef,
|
|
1652
1653
|
RoleArn: str,
|
|
1653
1654
|
OutputDataConfig: OutputDataConfigTypeDef,
|
|
1654
|
-
ResourceConfig:
|
|
1655
|
+
ResourceConfig: ResourceConfigUnionTypeDef,
|
|
1655
1656
|
StoppingCondition: StoppingConditionTypeDef,
|
|
1656
1657
|
HyperParameters: Mapping[str, str] = ...,
|
|
1657
|
-
InputDataConfig: Sequence[
|
|
1658
|
-
VpcConfig:
|
|
1658
|
+
InputDataConfig: Sequence[ChannelUnionTypeDef] = ...,
|
|
1659
|
+
VpcConfig: VpcConfigUnionTypeDef = ...,
|
|
1659
1660
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1660
1661
|
EnableNetworkIsolation: bool = ...,
|
|
1661
1662
|
EnableInterContainerTrafficEncryption: bool = ...,
|
|
1662
1663
|
EnableManagedSpotTraining: bool = ...,
|
|
1663
1664
|
CheckpointConfig: CheckpointConfigTypeDef = ...,
|
|
1664
|
-
DebugHookConfig:
|
|
1665
|
-
DebugRuleConfigurations: Sequence[
|
|
1665
|
+
DebugHookConfig: DebugHookConfigUnionTypeDef = ...,
|
|
1666
|
+
DebugRuleConfigurations: Sequence[DebugRuleConfigurationUnionTypeDef] = ...,
|
|
1666
1667
|
TensorBoardOutputConfig: TensorBoardOutputConfigTypeDef = ...,
|
|
1667
1668
|
ExperimentConfig: ExperimentConfigTypeDef = ...,
|
|
1668
|
-
ProfilerConfig:
|
|
1669
|
-
ProfilerRuleConfigurations: Sequence[
|
|
1669
|
+
ProfilerConfig: ProfilerConfigUnionTypeDef = ...,
|
|
1670
|
+
ProfilerRuleConfigurations: Sequence[ProfilerRuleConfigurationUnionTypeDef] = ...,
|
|
1670
1671
|
Environment: Mapping[str, str] = ...,
|
|
1671
1672
|
RetryStrategy: RetryStrategyTypeDef = ...,
|
|
1672
1673
|
RemoteDebugConfig: RemoteDebugConfigTypeDef = ...,
|
|
1673
1674
|
InfraCheckConfig: InfraCheckConfigTypeDef = ...,
|
|
1675
|
+
SessionChainingConfig: SessionChainingConfigTypeDef = ...,
|
|
1674
1676
|
) -> CreateTrainingJobResponseTypeDef:
|
|
1675
1677
|
"""
|
|
1676
1678
|
Starts a model training job.
|
|
@@ -1749,7 +1751,7 @@ class SageMakerClient(BaseClient):
|
|
|
1749
1751
|
SingleSignOnUserIdentifier: str = ...,
|
|
1750
1752
|
SingleSignOnUserValue: str = ...,
|
|
1751
1753
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1752
|
-
UserSettings:
|
|
1754
|
+
UserSettings: UserSettingsUnionTypeDef = ...,
|
|
1753
1755
|
) -> CreateUserProfileResponseTypeDef:
|
|
1754
1756
|
"""
|
|
1755
1757
|
Creates a user profile.
|
|
@@ -1764,7 +1766,7 @@ class SageMakerClient(BaseClient):
|
|
|
1764
1766
|
WorkforceName: str,
|
|
1765
1767
|
CognitoConfig: CognitoConfigTypeDef = ...,
|
|
1766
1768
|
OidcConfig: OidcConfigTypeDef = ...,
|
|
1767
|
-
SourceIpConfig:
|
|
1769
|
+
SourceIpConfig: SourceIpConfigUnionTypeDef = ...,
|
|
1768
1770
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1769
1771
|
WorkforceVpcConfig: WorkforceVpcConfigRequestTypeDef = ...,
|
|
1770
1772
|
) -> CreateWorkforceResponseTypeDef:
|
|
@@ -1779,7 +1781,7 @@ class SageMakerClient(BaseClient):
|
|
|
1779
1781
|
self,
|
|
1780
1782
|
*,
|
|
1781
1783
|
WorkteamName: str,
|
|
1782
|
-
MemberDefinitions: Sequence[
|
|
1784
|
+
MemberDefinitions: Sequence[MemberDefinitionUnionTypeDef],
|
|
1783
1785
|
Description: str,
|
|
1784
1786
|
WorkforceName: str = ...,
|
|
1785
1787
|
NotificationConfiguration: NotificationConfigurationTypeDef = ...,
|
|
@@ -1833,7 +1835,7 @@ class SageMakerClient(BaseClient):
|
|
|
1833
1835
|
"""
|
|
1834
1836
|
|
|
1835
1837
|
def delete_artifact(
|
|
1836
|
-
self, *, ArtifactArn: str = ..., Source:
|
|
1838
|
+
self, *, ArtifactArn: str = ..., Source: ArtifactSourceUnionTypeDef = ...
|
|
1837
1839
|
) -> DeleteArtifactResponseTypeDef:
|
|
1838
1840
|
"""
|
|
1839
1841
|
Deletes an artifact.
|
|
@@ -4561,7 +4563,7 @@ class SageMakerClient(BaseClient):
|
|
|
4561
4563
|
PipelineParameters: Sequence[ParameterTypeDef] = ...,
|
|
4562
4564
|
PipelineExecutionDescription: str = ...,
|
|
4563
4565
|
ParallelismConfiguration: ParallelismConfigurationTypeDef = ...,
|
|
4564
|
-
SelectiveExecutionConfig:
|
|
4566
|
+
SelectiveExecutionConfig: SelectiveExecutionConfigUnionTypeDef = ...,
|
|
4565
4567
|
) -> StartPipelineExecutionResponseTypeDef:
|
|
4566
4568
|
"""
|
|
4567
4569
|
Starts a pipeline execution.
|
|
@@ -4720,9 +4722,9 @@ class SageMakerClient(BaseClient):
|
|
|
4720
4722
|
self,
|
|
4721
4723
|
*,
|
|
4722
4724
|
AppImageConfigName: str,
|
|
4723
|
-
KernelGatewayImageConfig:
|
|
4724
|
-
JupyterLabAppImageConfig:
|
|
4725
|
-
CodeEditorAppImageConfig:
|
|
4725
|
+
KernelGatewayImageConfig: KernelGatewayImageConfigUnionTypeDef = ...,
|
|
4726
|
+
JupyterLabAppImageConfig: JupyterLabAppImageConfigUnionTypeDef = ...,
|
|
4727
|
+
CodeEditorAppImageConfig: CodeEditorAppImageConfigUnionTypeDef = ...,
|
|
4726
4728
|
) -> UpdateAppImageConfigResponseTypeDef:
|
|
4727
4729
|
"""
|
|
4728
4730
|
Updates the properties of an AppImageConfig.
|
|
@@ -4823,10 +4825,10 @@ class SageMakerClient(BaseClient):
|
|
|
4823
4825
|
self,
|
|
4824
4826
|
*,
|
|
4825
4827
|
DomainId: str,
|
|
4826
|
-
DefaultUserSettings:
|
|
4828
|
+
DefaultUserSettings: UserSettingsUnionTypeDef = ...,
|
|
4827
4829
|
DomainSettingsForUpdate: DomainSettingsForUpdateTypeDef = ...,
|
|
4828
4830
|
AppSecurityGroupManagement: AppSecurityGroupManagementType = ...,
|
|
4829
|
-
DefaultSpaceSettings:
|
|
4831
|
+
DefaultSpaceSettings: DefaultSpaceSettingsUnionTypeDef = ...,
|
|
4830
4832
|
SubnetIds: Sequence[str] = ...,
|
|
4831
4833
|
AppNetworkAccessType: AppNetworkAccessTypeType = ...,
|
|
4832
4834
|
) -> UpdateDomainResponseTypeDef:
|
|
@@ -4844,7 +4846,7 @@ class SageMakerClient(BaseClient):
|
|
|
4844
4846
|
EndpointConfigName: str,
|
|
4845
4847
|
RetainAllVariantProperties: bool = ...,
|
|
4846
4848
|
ExcludeRetainedVariantProperties: Sequence[VariantPropertyTypeDef] = ...,
|
|
4847
|
-
DeploymentConfig:
|
|
4849
|
+
DeploymentConfig: DeploymentConfigUnionTypeDef = ...,
|
|
4848
4850
|
RetainDeploymentConfig: bool = ...,
|
|
4849
4851
|
) -> UpdateEndpointOutputTypeDef:
|
|
4850
4852
|
"""
|
|
@@ -4998,11 +5000,11 @@ class SageMakerClient(BaseClient):
|
|
|
4998
5000
|
self,
|
|
4999
5001
|
*,
|
|
5000
5002
|
Name: str,
|
|
5001
|
-
Schedule:
|
|
5003
|
+
Schedule: InferenceExperimentScheduleUnionTypeDef = ...,
|
|
5002
5004
|
Description: str = ...,
|
|
5003
5005
|
ModelVariants: Sequence[ModelVariantConfigTypeDef] = ...,
|
|
5004
|
-
DataStorageConfig:
|
|
5005
|
-
ShadowModeConfig:
|
|
5006
|
+
DataStorageConfig: InferenceExperimentDataStorageConfigUnionTypeDef = ...,
|
|
5007
|
+
ShadowModeConfig: ShadowModeConfigUnionTypeDef = ...,
|
|
5006
5008
|
) -> UpdateInferenceExperimentResponseTypeDef:
|
|
5007
5009
|
"""
|
|
5008
5010
|
Updates an inference experiment that you created.
|
|
@@ -5030,9 +5032,9 @@ class SageMakerClient(BaseClient):
|
|
|
5030
5032
|
CustomerMetadataProperties: Mapping[str, str] = ...,
|
|
5031
5033
|
CustomerMetadataPropertiesToRemove: Sequence[str] = ...,
|
|
5032
5034
|
AdditionalInferenceSpecificationsToAdd: Sequence[
|
|
5033
|
-
|
|
5035
|
+
AdditionalInferenceSpecificationDefinitionUnionTypeDef
|
|
5034
5036
|
] = ...,
|
|
5035
|
-
InferenceSpecification:
|
|
5037
|
+
InferenceSpecification: InferenceSpecificationUnionTypeDef = ...,
|
|
5036
5038
|
SourceUri: str = ...,
|
|
5037
5039
|
) -> UpdateModelPackageOutputTypeDef:
|
|
5038
5040
|
"""
|
|
@@ -5061,7 +5063,7 @@ class SageMakerClient(BaseClient):
|
|
|
5061
5063
|
self,
|
|
5062
5064
|
*,
|
|
5063
5065
|
MonitoringScheduleName: str,
|
|
5064
|
-
MonitoringScheduleConfig:
|
|
5066
|
+
MonitoringScheduleConfig: MonitoringScheduleConfigUnionTypeDef,
|
|
5065
5067
|
) -> UpdateMonitoringScheduleResponseTypeDef:
|
|
5066
5068
|
"""
|
|
5067
5069
|
Updates a previously created schedule.
|
|
@@ -5166,7 +5168,7 @@ class SageMakerClient(BaseClient):
|
|
|
5166
5168
|
*,
|
|
5167
5169
|
DomainId: str,
|
|
5168
5170
|
SpaceName: str,
|
|
5169
|
-
SpaceSettings:
|
|
5171
|
+
SpaceSettings: SpaceSettingsUnionTypeDef = ...,
|
|
5170
5172
|
SpaceDisplayName: str = ...,
|
|
5171
5173
|
) -> UpdateSpaceResponseTypeDef:
|
|
5172
5174
|
"""
|
|
@@ -5181,7 +5183,7 @@ class SageMakerClient(BaseClient):
|
|
|
5181
5183
|
*,
|
|
5182
5184
|
TrainingJobName: str,
|
|
5183
5185
|
ProfilerConfig: ProfilerConfigForUpdateTypeDef = ...,
|
|
5184
|
-
ProfilerRuleConfigurations: Sequence[
|
|
5186
|
+
ProfilerRuleConfigurations: Sequence[ProfilerRuleConfigurationUnionTypeDef] = ...,
|
|
5185
5187
|
ResourceConfig: ResourceConfigForUpdateTypeDef = ...,
|
|
5186
5188
|
RemoteDebugConfig: RemoteDebugConfigForUpdateTypeDef = ...,
|
|
5187
5189
|
) -> UpdateTrainingJobResponseTypeDef:
|
|
@@ -5225,7 +5227,7 @@ class SageMakerClient(BaseClient):
|
|
|
5225
5227
|
"""
|
|
5226
5228
|
|
|
5227
5229
|
def update_user_profile(
|
|
5228
|
-
self, *, DomainId: str, UserProfileName: str, UserSettings:
|
|
5230
|
+
self, *, DomainId: str, UserProfileName: str, UserSettings: UserSettingsUnionTypeDef = ...
|
|
5229
5231
|
) -> UpdateUserProfileResponseTypeDef:
|
|
5230
5232
|
"""
|
|
5231
5233
|
Updates a user profile.
|
|
@@ -5238,7 +5240,7 @@ class SageMakerClient(BaseClient):
|
|
|
5238
5240
|
self,
|
|
5239
5241
|
*,
|
|
5240
5242
|
WorkforceName: str,
|
|
5241
|
-
SourceIpConfig:
|
|
5243
|
+
SourceIpConfig: SourceIpConfigUnionTypeDef = ...,
|
|
5242
5244
|
OidcConfig: OidcConfigTypeDef = ...,
|
|
5243
5245
|
WorkforceVpcConfig: WorkforceVpcConfigRequestTypeDef = ...,
|
|
5244
5246
|
) -> UpdateWorkforceResponseTypeDef:
|
|
@@ -5253,7 +5255,7 @@ class SageMakerClient(BaseClient):
|
|
|
5253
5255
|
self,
|
|
5254
5256
|
*,
|
|
5255
5257
|
WorkteamName: str,
|
|
5256
|
-
MemberDefinitions: Sequence[
|
|
5258
|
+
MemberDefinitions: Sequence[MemberDefinitionUnionTypeDef] = ...,
|
|
5257
5259
|
Description: str = ...,
|
|
5258
5260
|
NotificationConfiguration: NotificationConfigurationTypeDef = ...,
|
|
5259
5261
|
) -> UpdateWorkteamResponseTypeDef:
|