aws-sdk-sagemaker 1.314.0 → 1.316.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +347 -23
- data/lib/aws-sdk-sagemaker/client_api.rb +167 -4
- data/lib/aws-sdk-sagemaker/types.rb +777 -91
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +181 -13
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +142 -5
- metadata +3 -3
data/sig/types.rbs
CHANGED
@@ -887,6 +887,39 @@ module Aws::SageMaker
|
|
887
887
|
SENSITIVE: []
|
888
888
|
end
|
889
889
|
|
890
|
+
class ClusterRestrictedInstanceGroupDetails
|
891
|
+
attr_accessor current_count: ::Integer
|
892
|
+
attr_accessor target_count: ::Integer
|
893
|
+
attr_accessor instance_group_name: ::String
|
894
|
+
attr_accessor instance_type: ("ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.48xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.c5n.large" | "ml.c5n.2xlarge" | "ml.c5n.4xlarge" | "ml.c5n.9xlarge" | "ml.c5n.18xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.16xlarge" | "ml.g6.12xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.gr6.4xlarge" | "ml.gr6.8xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.16xlarge" | "ml.g6e.12xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.p6-b200.48xlarge" | "ml.trn2.48xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.i3en.large" | "ml.i3en.xlarge" | "ml.i3en.2xlarge" | "ml.i3en.3xlarge" | "ml.i3en.6xlarge" | "ml.i3en.12xlarge" | "ml.i3en.24xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge")
|
895
|
+
attr_accessor execution_role: ::String
|
896
|
+
attr_accessor threads_per_core: ::Integer
|
897
|
+
attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig]
|
898
|
+
attr_accessor on_start_deep_health_checks: ::Array[("InstanceStress" | "InstanceConnectivity")]
|
899
|
+
attr_accessor status: ("InService" | "Creating" | "Updating" | "Failed" | "Degraded" | "SystemUpdating" | "Deleting")
|
900
|
+
attr_accessor training_plan_arn: ::String
|
901
|
+
attr_accessor training_plan_status: ::String
|
902
|
+
attr_accessor override_vpc_config: Types::VpcConfig
|
903
|
+
attr_accessor scheduled_update_config: Types::ScheduledUpdateConfig
|
904
|
+
attr_accessor environment_config: Types::EnvironmentConfigDetails
|
905
|
+
SENSITIVE: []
|
906
|
+
end
|
907
|
+
|
908
|
+
class ClusterRestrictedInstanceGroupSpecification
|
909
|
+
attr_accessor instance_count: ::Integer
|
910
|
+
attr_accessor instance_group_name: ::String
|
911
|
+
attr_accessor instance_type: ("ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.48xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.c5n.large" | "ml.c5n.2xlarge" | "ml.c5n.4xlarge" | "ml.c5n.9xlarge" | "ml.c5n.18xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.16xlarge" | "ml.g6.12xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.gr6.4xlarge" | "ml.gr6.8xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.16xlarge" | "ml.g6e.12xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.p6-b200.48xlarge" | "ml.trn2.48xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.i3en.large" | "ml.i3en.xlarge" | "ml.i3en.2xlarge" | "ml.i3en.3xlarge" | "ml.i3en.6xlarge" | "ml.i3en.12xlarge" | "ml.i3en.24xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge")
|
912
|
+
attr_accessor execution_role: ::String
|
913
|
+
attr_accessor threads_per_core: ::Integer
|
914
|
+
attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig]
|
915
|
+
attr_accessor on_start_deep_health_checks: ::Array[("InstanceStress" | "InstanceConnectivity")]
|
916
|
+
attr_accessor training_plan_arn: ::String
|
917
|
+
attr_accessor override_vpc_config: Types::VpcConfig
|
918
|
+
attr_accessor scheduled_update_config: Types::ScheduledUpdateConfig
|
919
|
+
attr_accessor environment_config: Types::EnvironmentConfig
|
920
|
+
SENSITIVE: []
|
921
|
+
end
|
922
|
+
|
890
923
|
class ClusterSchedulerConfigSummary
|
891
924
|
attr_accessor cluster_scheduler_config_arn: ::String
|
892
925
|
attr_accessor cluster_scheduler_config_id: ::String
|
@@ -1205,6 +1238,7 @@ module Aws::SageMaker
|
|
1205
1238
|
class CreateClusterRequest
|
1206
1239
|
attr_accessor cluster_name: ::String
|
1207
1240
|
attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupSpecification]
|
1241
|
+
attr_accessor restricted_instance_groups: ::Array[Types::ClusterRestrictedInstanceGroupSpecification]
|
1208
1242
|
attr_accessor vpc_config: Types::VpcConfig
|
1209
1243
|
attr_accessor tags: ::Array[Types::Tag]
|
1210
1244
|
attr_accessor orchestrator: Types::ClusterOrchestrator
|
@@ -2151,6 +2185,7 @@ module Aws::SageMaker
|
|
2151
2185
|
attr_accessor workforce_name: ::String
|
2152
2186
|
attr_accessor tags: ::Array[Types::Tag]
|
2153
2187
|
attr_accessor workforce_vpc_config: Types::WorkforceVpcConfigRequest
|
2188
|
+
attr_accessor ip_address_type: ("ipv4" | "dualstack")
|
2154
2189
|
SENSITIVE: []
|
2155
2190
|
end
|
2156
2191
|
|
@@ -2178,6 +2213,7 @@ module Aws::SageMaker
|
|
2178
2213
|
class CustomFileSystem
|
2179
2214
|
attr_accessor efs_file_system: Types::EFSFileSystem
|
2180
2215
|
attr_accessor f_sx_lustre_file_system: Types::FSxLustreFileSystem
|
2216
|
+
attr_accessor s3_file_system: Types::S3FileSystem
|
2181
2217
|
attr_accessor unknown: untyped
|
2182
2218
|
SENSITIVE: []
|
2183
2219
|
|
@@ -2185,6 +2221,8 @@ module Aws::SageMaker
|
|
2185
2221
|
end
|
2186
2222
|
class FSxLustreFileSystem < CustomFileSystem
|
2187
2223
|
end
|
2224
|
+
class S3FileSystem < CustomFileSystem
|
2225
|
+
end
|
2188
2226
|
class Unknown < CustomFileSystem
|
2189
2227
|
end
|
2190
2228
|
end
|
@@ -2192,6 +2230,7 @@ module Aws::SageMaker
|
|
2192
2230
|
class CustomFileSystemConfig
|
2193
2231
|
attr_accessor efs_file_system_config: Types::EFSFileSystemConfig
|
2194
2232
|
attr_accessor f_sx_lustre_file_system_config: Types::FSxLustreFileSystemConfig
|
2233
|
+
attr_accessor s3_file_system_config: Types::S3FileSystemConfig
|
2195
2234
|
attr_accessor unknown: untyped
|
2196
2235
|
SENSITIVE: []
|
2197
2236
|
|
@@ -2199,6 +2238,8 @@ module Aws::SageMaker
|
|
2199
2238
|
end
|
2200
2239
|
class FSxLustreFileSystemConfig < CustomFileSystemConfig
|
2201
2240
|
end
|
2241
|
+
class S3FileSystemConfig < CustomFileSystemConfig
|
2242
|
+
end
|
2202
2243
|
class Unknown < CustomFileSystemConfig
|
2203
2244
|
end
|
2204
2245
|
end
|
@@ -2967,6 +3008,7 @@ module Aws::SageMaker
|
|
2967
3008
|
attr_accessor creation_time: ::Time
|
2968
3009
|
attr_accessor failure_message: ::String
|
2969
3010
|
attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupDetails]
|
3011
|
+
attr_accessor restricted_instance_groups: ::Array[Types::ClusterRestrictedInstanceGroupDetails]
|
2970
3012
|
attr_accessor vpc_config: Types::VpcConfig
|
2971
3013
|
attr_accessor orchestrator: Types::ClusterOrchestrator
|
2972
3014
|
attr_accessor node_recovery: ("Automatic" | "None")
|
@@ -3940,11 +3982,13 @@ module Aws::SageMaker
|
|
3940
3982
|
attr_accessor last_modified_by: Types::UserContext
|
3941
3983
|
attr_accessor parallelism_configuration: Types::ParallelismConfiguration
|
3942
3984
|
attr_accessor selective_execution_config: Types::SelectiveExecutionConfig
|
3985
|
+
attr_accessor pipeline_version_id: ::Integer
|
3943
3986
|
SENSITIVE: []
|
3944
3987
|
end
|
3945
3988
|
|
3946
3989
|
class DescribePipelineRequest
|
3947
3990
|
attr_accessor pipeline_name: ::String
|
3991
|
+
attr_accessor pipeline_version_id: ::Integer
|
3948
3992
|
SENSITIVE: []
|
3949
3993
|
end
|
3950
3994
|
|
@@ -3962,6 +4006,8 @@ module Aws::SageMaker
|
|
3962
4006
|
attr_accessor created_by: Types::UserContext
|
3963
4007
|
attr_accessor last_modified_by: Types::UserContext
|
3964
4008
|
attr_accessor parallelism_configuration: Types::ParallelismConfiguration
|
4009
|
+
attr_accessor pipeline_version_display_name: ::String
|
4010
|
+
attr_accessor pipeline_version_description: ::String
|
3965
4011
|
SENSITIVE: []
|
3966
4012
|
end
|
3967
4013
|
|
@@ -4664,6 +4710,17 @@ module Aws::SageMaker
|
|
4664
4710
|
SENSITIVE: []
|
4665
4711
|
end
|
4666
4712
|
|
4713
|
+
class EnvironmentConfig
|
4714
|
+
attr_accessor f_sx_lustre_config: Types::FSxLustreConfig
|
4715
|
+
SENSITIVE: []
|
4716
|
+
end
|
4717
|
+
|
4718
|
+
class EnvironmentConfigDetails
|
4719
|
+
attr_accessor f_sx_lustre_config: Types::FSxLustreConfig
|
4720
|
+
attr_accessor s3_output_path: ::String
|
4721
|
+
SENSITIVE: []
|
4722
|
+
end
|
4723
|
+
|
4667
4724
|
class EnvironmentParameter
|
4668
4725
|
attr_accessor key: ::String
|
4669
4726
|
attr_accessor value_type: ::String
|
@@ -4730,6 +4787,12 @@ module Aws::SageMaker
|
|
4730
4787
|
SENSITIVE: []
|
4731
4788
|
end
|
4732
4789
|
|
4790
|
+
class FSxLustreConfig
|
4791
|
+
attr_accessor size_in_gi_b: ::Integer
|
4792
|
+
attr_accessor per_unit_storage_throughput: ::Integer
|
4793
|
+
SENSITIVE: []
|
4794
|
+
end
|
4795
|
+
|
4733
4796
|
class FSxLustreFileSystem
|
4734
4797
|
attr_accessor file_system_id: ::String
|
4735
4798
|
SENSITIVE: []
|
@@ -4932,7 +4995,7 @@ module Aws::SageMaker
|
|
4932
4995
|
end
|
4933
4996
|
|
4934
4997
|
class GetSearchSuggestionsRequest
|
4935
|
-
attr_accessor resource: ("TrainingJob" | "Experiment" | "ExperimentTrial" | "ExperimentTrialComponent" | "Endpoint" | "Model" | "ModelPackage" | "ModelPackageGroup" | "Pipeline" | "PipelineExecution" | "FeatureGroup" | "FeatureMetadata" | "Image" | "ImageVersion" | "Project" | "HyperParameterTuningJob" | "ModelCard")
|
4998
|
+
attr_accessor resource: ("TrainingJob" | "Experiment" | "ExperimentTrial" | "ExperimentTrialComponent" | "Endpoint" | "Model" | "ModelPackage" | "ModelPackageGroup" | "Pipeline" | "PipelineExecution" | "FeatureGroup" | "FeatureMetadata" | "Image" | "ImageVersion" | "Project" | "HyperParameterTuningJob" | "ModelCard" | "PipelineVersion")
|
4936
4999
|
attr_accessor suggestion_query: Types::SuggestionQuery
|
4937
5000
|
SENSITIVE: []
|
4938
5001
|
end
|
@@ -6833,6 +6896,22 @@ module Aws::SageMaker
|
|
6833
6896
|
SENSITIVE: []
|
6834
6897
|
end
|
6835
6898
|
|
6899
|
+
class ListPipelineVersionsRequest
|
6900
|
+
attr_accessor pipeline_name: ::String
|
6901
|
+
attr_accessor created_after: ::Time
|
6902
|
+
attr_accessor created_before: ::Time
|
6903
|
+
attr_accessor sort_order: ("Ascending" | "Descending")
|
6904
|
+
attr_accessor next_token: ::String
|
6905
|
+
attr_accessor max_results: ::Integer
|
6906
|
+
SENSITIVE: []
|
6907
|
+
end
|
6908
|
+
|
6909
|
+
class ListPipelineVersionsResponse
|
6910
|
+
attr_accessor pipeline_version_summaries: ::Array[Types::PipelineVersionSummary]
|
6911
|
+
attr_accessor next_token: ::String
|
6912
|
+
SENSITIVE: []
|
6913
|
+
end
|
6914
|
+
|
6836
6915
|
class ListPipelinesRequest
|
6837
6916
|
attr_accessor pipeline_name_prefix: ::String
|
6838
6917
|
attr_accessor created_after: ::Time
|
@@ -8215,6 +8294,8 @@ module Aws::SageMaker
|
|
8215
8294
|
attr_accessor parallelism_configuration: Types::ParallelismConfiguration
|
8216
8295
|
attr_accessor selective_execution_config: Types::SelectiveExecutionConfig
|
8217
8296
|
attr_accessor pipeline_parameters: ::Array[Types::Parameter]
|
8297
|
+
attr_accessor pipeline_version_id: ::Integer
|
8298
|
+
attr_accessor pipeline_version_display_name: ::String
|
8218
8299
|
SENSITIVE: []
|
8219
8300
|
end
|
8220
8301
|
|
@@ -8281,6 +8362,31 @@ module Aws::SageMaker
|
|
8281
8362
|
SENSITIVE: []
|
8282
8363
|
end
|
8283
8364
|
|
8365
|
+
class PipelineVersion
|
8366
|
+
attr_accessor pipeline_arn: ::String
|
8367
|
+
attr_accessor pipeline_version_id: ::Integer
|
8368
|
+
attr_accessor pipeline_version_display_name: ::String
|
8369
|
+
attr_accessor pipeline_version_description: ::String
|
8370
|
+
attr_accessor creation_time: ::Time
|
8371
|
+
attr_accessor last_modified_time: ::Time
|
8372
|
+
attr_accessor created_by: Types::UserContext
|
8373
|
+
attr_accessor last_modified_by: Types::UserContext
|
8374
|
+
attr_accessor last_executed_pipeline_execution_arn: ::String
|
8375
|
+
attr_accessor last_executed_pipeline_execution_display_name: ::String
|
8376
|
+
attr_accessor last_executed_pipeline_execution_status: ("Executing" | "Stopping" | "Stopped" | "Failed" | "Succeeded")
|
8377
|
+
SENSITIVE: []
|
8378
|
+
end
|
8379
|
+
|
8380
|
+
class PipelineVersionSummary
|
8381
|
+
attr_accessor pipeline_arn: ::String
|
8382
|
+
attr_accessor pipeline_version_id: ::Integer
|
8383
|
+
attr_accessor creation_time: ::Time
|
8384
|
+
attr_accessor pipeline_version_description: ::String
|
8385
|
+
attr_accessor pipeline_version_display_name: ::String
|
8386
|
+
attr_accessor last_execution_pipeline_execution_arn: ::String
|
8387
|
+
SENSITIVE: []
|
8388
|
+
end
|
8389
|
+
|
8284
8390
|
class PredefinedMetricSpecification
|
8285
8391
|
attr_accessor predefined_metric_type: ::String
|
8286
8392
|
SENSITIVE: []
|
@@ -8824,7 +8930,7 @@ module Aws::SageMaker
|
|
8824
8930
|
end
|
8825
8931
|
|
8826
8932
|
class ReservedCapacityOffering
|
8827
|
-
attr_accessor instance_type: ("ml.p4d.24xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.trn1.32xlarge" | "ml.trn2.48xlarge" | "ml.p6-b200.48xlarge")
|
8933
|
+
attr_accessor instance_type: ("ml.p4d.24xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.trn1.32xlarge" | "ml.trn2.48xlarge" | "ml.p6-b200.48xlarge" | "ml.p4de.24xlarge")
|
8828
8934
|
attr_accessor instance_count: ::Integer
|
8829
8935
|
attr_accessor availability_zone: ::String
|
8830
8936
|
attr_accessor duration_hours: ::Integer
|
@@ -8836,7 +8942,7 @@ module Aws::SageMaker
|
|
8836
8942
|
|
8837
8943
|
class ReservedCapacitySummary
|
8838
8944
|
attr_accessor reserved_capacity_arn: ::String
|
8839
|
-
attr_accessor instance_type: ("ml.p4d.24xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.trn1.32xlarge" | "ml.trn2.48xlarge" | "ml.p6-b200.48xlarge")
|
8945
|
+
attr_accessor instance_type: ("ml.p4d.24xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.trn1.32xlarge" | "ml.trn2.48xlarge" | "ml.p6-b200.48xlarge" | "ml.p4de.24xlarge")
|
8840
8946
|
attr_accessor total_instance_count: ::Integer
|
8841
8947
|
attr_accessor status: ("Pending" | "Active" | "Scheduled" | "Expired" | "Failed")
|
8842
8948
|
attr_accessor availability_zone: ::String
|
@@ -8962,6 +9068,17 @@ module Aws::SageMaker
|
|
8962
9068
|
SENSITIVE: []
|
8963
9069
|
end
|
8964
9070
|
|
9071
|
+
class S3FileSystem
|
9072
|
+
attr_accessor s3_uri: ::String
|
9073
|
+
SENSITIVE: []
|
9074
|
+
end
|
9075
|
+
|
9076
|
+
class S3FileSystemConfig
|
9077
|
+
attr_accessor mount_path: ::String
|
9078
|
+
attr_accessor s3_uri: ::String
|
9079
|
+
SENSITIVE: []
|
9080
|
+
end
|
9081
|
+
|
8965
9082
|
class S3ModelDataSource
|
8966
9083
|
attr_accessor s3_uri: ::String
|
8967
9084
|
attr_accessor s3_data_type: ("S3Prefix" | "S3Object")
|
@@ -9046,6 +9163,7 @@ module Aws::SageMaker
|
|
9046
9163
|
attr_accessor model_package_group: Types::ModelPackageGroup
|
9047
9164
|
attr_accessor pipeline: Types::Pipeline
|
9048
9165
|
attr_accessor pipeline_execution: Types::PipelineExecution
|
9166
|
+
attr_accessor pipeline_version: Types::PipelineVersion
|
9049
9167
|
attr_accessor feature_group: Types::FeatureGroup
|
9050
9168
|
attr_accessor feature_metadata: Types::FeatureMetadata
|
9051
9169
|
attr_accessor project: Types::Project
|
@@ -9056,7 +9174,7 @@ module Aws::SageMaker
|
|
9056
9174
|
end
|
9057
9175
|
|
9058
9176
|
class SearchRequest
|
9059
|
-
attr_accessor resource: ("TrainingJob" | "Experiment" | "ExperimentTrial" | "ExperimentTrialComponent" | "Endpoint" | "Model" | "ModelPackage" | "ModelPackageGroup" | "Pipeline" | "PipelineExecution" | "FeatureGroup" | "FeatureMetadata" | "Image" | "ImageVersion" | "Project" | "HyperParameterTuningJob" | "ModelCard")
|
9177
|
+
attr_accessor resource: ("TrainingJob" | "Experiment" | "ExperimentTrial" | "ExperimentTrialComponent" | "Endpoint" | "Model" | "ModelPackage" | "ModelPackageGroup" | "Pipeline" | "PipelineExecution" | "FeatureGroup" | "FeatureMetadata" | "Image" | "ImageVersion" | "Project" | "HyperParameterTuningJob" | "ModelCard" | "PipelineVersion")
|
9060
9178
|
attr_accessor search_expression: Types::SearchExpression
|
9061
9179
|
attr_accessor sort_by: ::String
|
9062
9180
|
attr_accessor sort_order: ("Ascending" | "Descending")
|
@@ -9075,7 +9193,7 @@ module Aws::SageMaker
|
|
9075
9193
|
end
|
9076
9194
|
|
9077
9195
|
class SearchTrainingPlanOfferingsRequest
|
9078
|
-
attr_accessor instance_type: ("ml.p4d.24xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.trn1.32xlarge" | "ml.trn2.48xlarge" | "ml.p6-b200.48xlarge")
|
9196
|
+
attr_accessor instance_type: ("ml.p4d.24xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.trn1.32xlarge" | "ml.trn2.48xlarge" | "ml.p6-b200.48xlarge" | "ml.p4de.24xlarge")
|
9079
9197
|
attr_accessor instance_count: ::Integer
|
9080
9198
|
attr_accessor start_time_after: ::Time
|
9081
9199
|
attr_accessor end_time_before: ::Time
|
@@ -9326,6 +9444,7 @@ module Aws::SageMaker
|
|
9326
9444
|
attr_accessor client_request_token: ::String
|
9327
9445
|
attr_accessor parallelism_configuration: Types::ParallelismConfiguration
|
9328
9446
|
attr_accessor selective_execution_config: Types::SelectiveExecutionConfig
|
9447
|
+
attr_accessor pipeline_version_id: ::Integer
|
9329
9448
|
SENSITIVE: []
|
9330
9449
|
end
|
9331
9450
|
|
@@ -10095,6 +10214,7 @@ module Aws::SageMaker
|
|
10095
10214
|
class UpdateClusterRequest
|
10096
10215
|
attr_accessor cluster_name: ::String
|
10097
10216
|
attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupSpecification]
|
10217
|
+
attr_accessor restricted_instance_groups: ::Array[Types::ClusterRestrictedInstanceGroupSpecification]
|
10098
10218
|
attr_accessor node_recovery: ("Automatic" | "None")
|
10099
10219
|
attr_accessor instance_groups_to_delete: ::Array[::String]
|
10100
10220
|
SENSITIVE: []
|
@@ -10532,6 +10652,21 @@ module Aws::SageMaker
|
|
10532
10652
|
|
10533
10653
|
class UpdatePipelineResponse
|
10534
10654
|
attr_accessor pipeline_arn: ::String
|
10655
|
+
attr_accessor pipeline_version_id: ::Integer
|
10656
|
+
SENSITIVE: []
|
10657
|
+
end
|
10658
|
+
|
10659
|
+
class UpdatePipelineVersionRequest
|
10660
|
+
attr_accessor pipeline_arn: ::String
|
10661
|
+
attr_accessor pipeline_version_id: ::Integer
|
10662
|
+
attr_accessor pipeline_version_display_name: ::String
|
10663
|
+
attr_accessor pipeline_version_description: ::String
|
10664
|
+
SENSITIVE: []
|
10665
|
+
end
|
10666
|
+
|
10667
|
+
class UpdatePipelineVersionResponse
|
10668
|
+
attr_accessor pipeline_arn: ::String
|
10669
|
+
attr_accessor pipeline_version_id: ::Integer
|
10535
10670
|
SENSITIVE: []
|
10536
10671
|
end
|
10537
10672
|
|
@@ -10629,6 +10764,7 @@ module Aws::SageMaker
|
|
10629
10764
|
attr_accessor source_ip_config: Types::SourceIpConfig
|
10630
10765
|
attr_accessor oidc_config: Types::OidcConfig
|
10631
10766
|
attr_accessor workforce_vpc_config: Types::WorkforceVpcConfigRequest
|
10767
|
+
attr_accessor ip_address_type: ("ipv4" | "dualstack")
|
10632
10768
|
SENSITIVE: []
|
10633
10769
|
end
|
10634
10770
|
|
@@ -10743,6 +10879,7 @@ module Aws::SageMaker
|
|
10743
10879
|
attr_accessor workforce_vpc_config: Types::WorkforceVpcConfigResponse
|
10744
10880
|
attr_accessor status: ("Initializing" | "Updating" | "Deleting" | "Failed" | "Active")
|
10745
10881
|
attr_accessor failure_reason: ::String
|
10882
|
+
attr_accessor ip_address_type: ("ipv4" | "dualstack")
|
10746
10883
|
SENSITIVE: []
|
10747
10884
|
end
|
10748
10885
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.316.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.227.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.227.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|