aws-sdk-sagemaker 1.110.0 → 1.111.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +5 -4
- data/lib/aws-sdk-sagemaker/client_api.rb +2 -0
- data/lib/aws-sdk-sagemaker/types.rb +6 -2
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 965985ee6fb67142638ed08700da3ffd3351cb1bde455b77bf8439db687040d4
|
|
4
|
+
data.tar.gz: 54c9cb164796b292c0f277d2b98e6066c3b425e16ab39309e902af194401d42a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1212d718364b935bbb5699edb93ee664c74b8c5bdca1e5c09b09f183fe6b353b3b6bcac1f8256a86bc4de3ac02e0c31d4145bf0bfe356a0b1db304195fdf8c4b
|
|
7
|
+
data.tar.gz: 0f530a36fcb82e90656db8526e11a12fe78900a54fadd83d08afa1303476d52cf1e92e30acf9bc0550ea43b33f89cfae8e4f7508c57989f7bb9ae2b7f91d3fe7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.111.0
|
|
@@ -1432,7 +1432,7 @@ module Aws::SageMaker
|
|
|
1432
1432
|
# },
|
|
1433
1433
|
# output_config: { # required
|
|
1434
1434
|
# s3_output_location: "S3Uri", # required
|
|
1435
|
-
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
|
1435
|
+
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv2, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
|
1436
1436
|
# target_platform: {
|
|
1437
1437
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
|
1438
1438
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
|
@@ -8359,7 +8359,7 @@ module Aws::SageMaker
|
|
|
8359
8359
|
# resp.input_config.framework #=> String, one of "TENSORFLOW", "KERAS", "MXNET", "ONNX", "PYTORCH", "XGBOOST", "TFLITE", "DARKNET", "SKLEARN"
|
|
8360
8360
|
# resp.input_config.framework_version #=> String
|
|
8361
8361
|
# resp.output_config.s3_output_location #=> String
|
|
8362
|
-
# resp.output_config.target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
|
8362
|
+
# resp.output_config.target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv2", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
|
8363
8363
|
# resp.output_config.target_platform.os #=> String, one of "ANDROID", "LINUX"
|
|
8364
8364
|
# resp.output_config.target_platform.arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
|
8365
8365
|
# resp.output_config.target_platform.accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
|
|
@@ -12520,7 +12520,7 @@ module Aws::SageMaker
|
|
|
12520
12520
|
# resp.compilation_job_summaries[0].creation_time #=> Time
|
|
12521
12521
|
# resp.compilation_job_summaries[0].compilation_start_time #=> Time
|
|
12522
12522
|
# resp.compilation_job_summaries[0].compilation_end_time #=> Time
|
|
12523
|
-
# resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
|
12523
|
+
# resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv2", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
|
12524
12524
|
# resp.compilation_job_summaries[0].compilation_target_platform_os #=> String, one of "ANDROID", "LINUX"
|
|
12525
12525
|
# resp.compilation_job_summaries[0].compilation_target_platform_arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
|
12526
12526
|
# resp.compilation_job_summaries[0].compilation_target_platform_accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
|
|
@@ -14854,6 +14854,7 @@ module Aws::SageMaker
|
|
|
14854
14854
|
# resp.pipeline_execution_steps[0].end_time #=> Time
|
|
14855
14855
|
# resp.pipeline_execution_steps[0].step_status #=> String, one of "Starting", "Executing", "Stopping", "Stopped", "Failed", "Succeeded"
|
|
14856
14856
|
# resp.pipeline_execution_steps[0].cache_hit_result.source_pipeline_execution_arn #=> String
|
|
14857
|
+
# resp.pipeline_execution_steps[0].attempt_count #=> Integer
|
|
14857
14858
|
# resp.pipeline_execution_steps[0].failure_reason #=> String
|
|
14858
14859
|
# resp.pipeline_execution_steps[0].metadata.training_job.arn #=> String
|
|
14859
14860
|
# resp.pipeline_execution_steps[0].metadata.processing_job.arn #=> String
|
|
@@ -19363,7 +19364,7 @@ module Aws::SageMaker
|
|
|
19363
19364
|
params: params,
|
|
19364
19365
|
config: config)
|
|
19365
19366
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
19366
|
-
context[:gem_version] = '1.
|
|
19367
|
+
context[:gem_version] = '1.111.0'
|
|
19367
19368
|
Seahorse::Client::Request.new(handlers, context)
|
|
19368
19369
|
end
|
|
19369
19370
|
|
|
@@ -757,6 +757,7 @@ module Aws::SageMaker
|
|
|
757
757
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
|
758
758
|
IntegerParameterRangeSpecification = Shapes::StructureShape.new(name: 'IntegerParameterRangeSpecification')
|
|
759
759
|
IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
|
|
760
|
+
IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
|
|
760
761
|
InvocationsMaxRetries = Shapes::IntegerShape.new(name: 'InvocationsMaxRetries')
|
|
761
762
|
InvocationsTimeoutInSeconds = Shapes::IntegerShape.new(name: 'InvocationsTimeoutInSeconds')
|
|
762
763
|
IotRoleAlias = Shapes::StringShape.new(name: 'IotRoleAlias')
|
|
@@ -5837,6 +5838,7 @@ module Aws::SageMaker
|
|
|
5837
5838
|
PipelineExecutionStep.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
|
5838
5839
|
PipelineExecutionStep.add_member(:step_status, Shapes::ShapeRef.new(shape: StepStatus, location_name: "StepStatus"))
|
|
5839
5840
|
PipelineExecutionStep.add_member(:cache_hit_result, Shapes::ShapeRef.new(shape: CacheHitResult, location_name: "CacheHitResult"))
|
|
5841
|
+
PipelineExecutionStep.add_member(:attempt_count, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AttemptCount"))
|
|
5840
5842
|
PipelineExecutionStep.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
|
5841
5843
|
PipelineExecutionStep.add_member(:metadata, Shapes::ShapeRef.new(shape: PipelineExecutionStepMetadata, location_name: "Metadata"))
|
|
5842
5844
|
PipelineExecutionStep.struct_class = Types::PipelineExecutionStep
|
|
@@ -4567,7 +4567,7 @@ module Aws::SageMaker
|
|
|
4567
4567
|
# },
|
|
4568
4568
|
# output_config: { # required
|
|
4569
4569
|
# s3_output_location: "S3Uri", # required
|
|
4570
|
-
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
|
4570
|
+
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv2, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
|
4571
4571
|
# target_platform: {
|
|
4572
4572
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
|
4573
4573
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
|
@@ -30319,7 +30319,7 @@ module Aws::SageMaker
|
|
|
30319
30319
|
#
|
|
30320
30320
|
# {
|
|
30321
30321
|
# s3_output_location: "S3Uri", # required
|
|
30322
|
-
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
|
30322
|
+
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv2, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
|
30323
30323
|
# target_platform: {
|
|
30324
30324
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
|
30325
30325
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
|
@@ -31129,6 +31129,9 @@ module Aws::SageMaker
|
|
|
31129
31129
|
# hit.
|
|
31130
31130
|
# @return [Types::CacheHitResult]
|
|
31131
31131
|
#
|
|
31132
|
+
# @!attribute [rw] attempt_count
|
|
31133
|
+
# @return [Integer]
|
|
31134
|
+
#
|
|
31132
31135
|
# @!attribute [rw] failure_reason
|
|
31133
31136
|
# The reason why the step failed execution. This is only returned if
|
|
31134
31137
|
# the step failed its execution.
|
|
@@ -31146,6 +31149,7 @@ module Aws::SageMaker
|
|
|
31146
31149
|
:end_time,
|
|
31147
31150
|
:step_status,
|
|
31148
31151
|
:cache_hit_result,
|
|
31152
|
+
:attempt_count,
|
|
31149
31153
|
:failure_reason,
|
|
31150
31154
|
:metadata)
|
|
31151
31155
|
SENSITIVE = []
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.111.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|