sagemaker-core 1.0.4__py3-none-any.whl → 1.0.5__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 sagemaker-core might be problematic. Click here for more details.

@@ -1,4 +1,8 @@
1
1
  SHAPE_DAG = {
2
+ "AccessForbidden": {
3
+ "members": [{"name": "Message", "shape": "Message", "type": "string"}],
4
+ "type": "structure",
5
+ },
2
6
  "ActionSource": {
3
7
  "members": [
4
8
  {"name": "SourceUri", "shape": "SourceUri", "type": "string"},
@@ -793,6 +797,89 @@ SHAPE_DAG = {
793
797
  ],
794
798
  "type": "structure",
795
799
  },
800
+ "BatchGetRecordError": {
801
+ "members": [
802
+ {"name": "FeatureGroupName", "shape": "ValueAsString", "type": "string"},
803
+ {"name": "RecordIdentifierValueAsString", "shape": "ValueAsString", "type": "string"},
804
+ {"name": "ErrorCode", "shape": "ValueAsString", "type": "string"},
805
+ {"name": "ErrorMessage", "shape": "Message", "type": "string"},
806
+ ],
807
+ "type": "structure",
808
+ },
809
+ "BatchGetRecordErrors": {
810
+ "member_shape": "BatchGetRecordError",
811
+ "member_type": "structure",
812
+ "type": "list",
813
+ },
814
+ "BatchGetRecordIdentifier": {
815
+ "members": [
816
+ {"name": "FeatureGroupName", "shape": "FeatureGroupNameOrArn", "type": "string"},
817
+ {
818
+ "name": "RecordIdentifiersValueAsString",
819
+ "shape": "RecordIdentifiers",
820
+ "type": "list",
821
+ },
822
+ {"name": "FeatureNames", "shape": "FeatureNames", "type": "list"},
823
+ ],
824
+ "type": "structure",
825
+ },
826
+ "BatchGetRecordIdentifiers": {
827
+ "member_shape": "BatchGetRecordIdentifier",
828
+ "member_type": "structure",
829
+ "type": "list",
830
+ },
831
+ "BatchGetRecordRequest": {
832
+ "members": [
833
+ {"name": "Identifiers", "shape": "BatchGetRecordIdentifiers", "type": "list"},
834
+ {"name": "ExpirationTimeResponse", "shape": "ExpirationTimeResponse", "type": "string"},
835
+ ],
836
+ "type": "structure",
837
+ },
838
+ "BatchGetRecordResponse": {
839
+ "members": [
840
+ {"name": "Records", "shape": "BatchGetRecordResultDetails", "type": "list"},
841
+ {"name": "Errors", "shape": "BatchGetRecordErrors", "type": "list"},
842
+ {"name": "UnprocessedIdentifiers", "shape": "UnprocessedIdentifiers", "type": "list"},
843
+ ],
844
+ "type": "structure",
845
+ },
846
+ "BatchGetRecordResultDetail": {
847
+ "members": [
848
+ {"name": "FeatureGroupName", "shape": "ValueAsString", "type": "string"},
849
+ {"name": "RecordIdentifierValueAsString", "shape": "ValueAsString", "type": "string"},
850
+ {"name": "Record", "shape": "Record", "type": "list"},
851
+ {"name": "ExpiresAt", "shape": "ExpiresAt", "type": "string"},
852
+ ],
853
+ "type": "structure",
854
+ },
855
+ "BatchGetRecordResultDetails": {
856
+ "member_shape": "BatchGetRecordResultDetail",
857
+ "member_type": "structure",
858
+ "type": "list",
859
+ },
860
+ "BatchPutMetricsError": {
861
+ "members": [
862
+ {"name": "Code", "shape": "PutMetricsErrorCode", "type": "string"},
863
+ {"name": "MetricIndex", "shape": "Integer", "type": "integer"},
864
+ ],
865
+ "type": "structure",
866
+ },
867
+ "BatchPutMetricsErrorList": {
868
+ "member_shape": "BatchPutMetricsError",
869
+ "member_type": "structure",
870
+ "type": "list",
871
+ },
872
+ "BatchPutMetricsRequest": {
873
+ "members": [
874
+ {"name": "TrialComponentName", "shape": "ExperimentEntityName", "type": "string"},
875
+ {"name": "MetricData", "shape": "RawMetricDataList", "type": "list"},
876
+ ],
877
+ "type": "structure",
878
+ },
879
+ "BatchPutMetricsResponse": {
880
+ "members": [{"name": "Errors", "shape": "BatchPutMetricsErrorList", "type": "list"}],
881
+ "type": "structure",
882
+ },
796
883
  "BatchTransformInput": {
797
884
  "members": [
798
885
  {"name": "DataCapturedDestinationS3Uri", "shape": "DestinationS3Uri", "type": "string"},
@@ -3426,6 +3513,16 @@ SHAPE_DAG = {
3426
3513
  "members": [{"name": "ProjectName", "shape": "ProjectEntityName", "type": "string"}],
3427
3514
  "type": "structure",
3428
3515
  },
3516
+ "DeleteRecordRequest": {
3517
+ "members": [
3518
+ {"name": "FeatureGroupName", "shape": "FeatureGroupNameOrArn", "type": "string"},
3519
+ {"name": "RecordIdentifierValueAsString", "shape": "ValueAsString", "type": "string"},
3520
+ {"name": "EventTime", "shape": "ValueAsString", "type": "string"},
3521
+ {"name": "TargetStores", "shape": "TargetStores", "type": "list"},
3522
+ {"name": "DeletionMode", "shape": "DeletionMode", "type": "string"},
3523
+ ],
3524
+ "type": "structure",
3525
+ },
3429
3526
  "DeleteSpaceRequest": {
3430
3527
  "members": [
3431
3528
  {"name": "DomainId", "shape": "DomainId", "type": "string"},
@@ -6184,6 +6281,7 @@ SHAPE_DAG = {
6184
6281
  ],
6185
6282
  "type": "structure",
6186
6283
  },
6284
+ "FeatureNames": {"member_shape": "FeatureName", "member_type": "string", "type": "list"},
6187
6285
  "FeatureParameter": {
6188
6286
  "members": [
6189
6287
  {"name": "Key", "shape": "FeatureParameterKey", "type": "string"},
@@ -6206,6 +6304,14 @@ SHAPE_DAG = {
6206
6304
  "member_type": "structure",
6207
6305
  "type": "list",
6208
6306
  },
6307
+ "FeatureValue": {
6308
+ "members": [
6309
+ {"name": "FeatureName", "shape": "FeatureName", "type": "string"},
6310
+ {"name": "ValueAsString", "shape": "ValueAsString", "type": "string"},
6311
+ {"name": "ValueAsStringList", "shape": "ValueAsStringList", "type": "list"},
6312
+ ],
6313
+ "type": "structure",
6314
+ },
6209
6315
  "FileSource": {
6210
6316
  "members": [
6211
6317
  {"name": "ContentType", "shape": "ContentType", "type": "string"},
@@ -6350,6 +6456,22 @@ SHAPE_DAG = {
6350
6456
  "members": [{"name": "ResourcePolicy", "shape": "PolicyString", "type": "string"}],
6351
6457
  "type": "structure",
6352
6458
  },
6459
+ "GetRecordRequest": {
6460
+ "members": [
6461
+ {"name": "FeatureGroupName", "shape": "FeatureGroupNameOrArn", "type": "string"},
6462
+ {"name": "RecordIdentifierValueAsString", "shape": "ValueAsString", "type": "string"},
6463
+ {"name": "FeatureNames", "shape": "FeatureNames", "type": "list"},
6464
+ {"name": "ExpirationTimeResponse", "shape": "ExpirationTimeResponse", "type": "string"},
6465
+ ],
6466
+ "type": "structure",
6467
+ },
6468
+ "GetRecordResponse": {
6469
+ "members": [
6470
+ {"name": "Record", "shape": "Record", "type": "list"},
6471
+ {"name": "ExpiresAt", "shape": "ExpiresAt", "type": "string"},
6472
+ ],
6473
+ "type": "structure",
6474
+ },
6353
6475
  "GetSagemakerServicecatalogPortfolioStatusInput": {"members": [], "type": "structure"},
6354
6476
  "GetSagemakerServicecatalogPortfolioStatusOutput": {
6355
6477
  "members": [{"name": "Status", "shape": "SagemakerServicecatalogStatus", "type": "string"}],
@@ -7477,6 +7599,7 @@ SHAPE_DAG = {
7477
7599
  "shape": "InferenceComponentHeader",
7478
7600
  "type": "string",
7479
7601
  },
7602
+ {"name": "SessionId", "shape": "SessionIdOrNewSessionConstantHeader", "type": "string"},
7480
7603
  ],
7481
7604
  "type": "structure",
7482
7605
  },
@@ -7486,6 +7609,8 @@ SHAPE_DAG = {
7486
7609
  {"name": "ContentType", "shape": "Header", "type": "string"},
7487
7610
  {"name": "InvokedProductionVariant", "shape": "Header", "type": "string"},
7488
7611
  {"name": "CustomAttributes", "shape": "CustomAttributesHeader", "type": "string"},
7612
+ {"name": "NewSessionId", "shape": "NewSessionResponseHeader", "type": "string"},
7613
+ {"name": "ClosedSessionId", "shape": "SessionIdHeader", "type": "string"},
7489
7614
  ],
7490
7615
  "type": "structure",
7491
7616
  },
@@ -7508,6 +7633,7 @@ SHAPE_DAG = {
7508
7633
  "shape": "InferenceComponentHeader",
7509
7634
  "type": "string",
7510
7635
  },
7636
+ {"name": "SessionId", "shape": "SessionIdHeader", "type": "string"},
7511
7637
  ],
7512
7638
  "type": "structure",
7513
7639
  },
@@ -11756,6 +11882,15 @@ SHAPE_DAG = {
11756
11882
  ],
11757
11883
  "type": "structure",
11758
11884
  },
11885
+ "PutRecordRequest": {
11886
+ "members": [
11887
+ {"name": "FeatureGroupName", "shape": "FeatureGroupNameOrArn", "type": "string"},
11888
+ {"name": "Record", "shape": "Record", "type": "list"},
11889
+ {"name": "TargetStores", "shape": "TargetStores", "type": "list"},
11890
+ {"name": "TtlDuration", "shape": "TtlDuration", "type": "structure"},
11891
+ ],
11892
+ "type": "structure",
11893
+ },
11759
11894
  "QualityCheckStepMetadata": {
11760
11895
  "members": [
11761
11896
  {"name": "CheckType", "shape": "String256", "type": "string"},
@@ -11857,6 +11992,20 @@ SHAPE_DAG = {
11857
11992
  ],
11858
11993
  "type": "structure",
11859
11994
  },
11995
+ "RawMetricData": {
11996
+ "members": [
11997
+ {"name": "MetricName", "shape": "MetricName", "type": "string"},
11998
+ {"name": "Timestamp", "shape": "Timestamp", "type": "timestamp"},
11999
+ {"name": "Step", "shape": "Step", "type": "integer"},
12000
+ {"name": "Value", "shape": "Double", "type": "double"},
12001
+ ],
12002
+ "type": "structure",
12003
+ },
12004
+ "RawMetricDataList": {
12005
+ "member_shape": "RawMetricData",
12006
+ "member_type": "structure",
12007
+ "type": "list",
12008
+ },
11860
12009
  "RealTimeInferenceConfig": {
11861
12010
  "members": [
11862
12011
  {"name": "InstanceType", "shape": "InstanceType", "type": "string"},
@@ -12053,6 +12202,8 @@ SHAPE_DAG = {
12053
12202
  ],
12054
12203
  "type": "structure",
12055
12204
  },
12205
+ "Record": {"member_shape": "FeatureValue", "member_type": "structure", "type": "list"},
12206
+ "RecordIdentifiers": {"member_shape": "ValueAsString", "member_type": "string", "type": "list"},
12056
12207
  "RedshiftDatasetDefinition": {
12057
12208
  "members": [
12058
12209
  {"name": "ClusterId", "shape": "RedshiftClusterId", "type": "string"},
@@ -13020,6 +13171,7 @@ SHAPE_DAG = {
13020
13171
  ],
13021
13172
  "type": "structure",
13022
13173
  },
13174
+ "TargetStores": {"member_shape": "TargetStore", "member_type": "string", "type": "list"},
13023
13175
  "TargetTrackingScalingPolicyConfiguration": {
13024
13176
  "members": [
13025
13177
  {"name": "MetricSpecification", "shape": "MetricSpecification", "type": "structure"},
@@ -13717,6 +13869,11 @@ SHAPE_DAG = {
13717
13869
  ],
13718
13870
  "type": "structure",
13719
13871
  },
13872
+ "UnprocessedIdentifiers": {
13873
+ "member_shape": "BatchGetRecordIdentifier",
13874
+ "member_type": "structure",
13875
+ "type": "list",
13876
+ },
13720
13877
  "UpdateActionRequest": {
13721
13878
  "members": [
13722
13879
  {"name": "ActionName", "shape": "ExperimentEntityName", "type": "string"},
@@ -14489,6 +14646,7 @@ SHAPE_DAG = {
14489
14646
  "members": [{"name": "Message", "shape": "Message", "type": "string"}],
14490
14647
  "type": "structure",
14491
14648
  },
14649
+ "ValueAsStringList": {"member_shape": "ValueAsString", "member_type": "string", "type": "list"},
14492
14650
  "VariantProperty": {
14493
14651
  "members": [
14494
14652
  {"name": "VariantPropertyType", "shape": "VariantPropertyType", "type": "string"}