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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c23d5665962ac03d7ca6e9af28d93f84fbbc54e70772028859939227d19faa6a
4
- data.tar.gz: c7ad130498bd4d2402fcafc3a6c38cf1b44d5f7da559830a35316f0cbb671d46
3
+ metadata.gz: 965985ee6fb67142638ed08700da3ffd3351cb1bde455b77bf8439db687040d4
4
+ data.tar.gz: 54c9cb164796b292c0f277d2b98e6066c3b425e16ab39309e902af194401d42a
5
5
  SHA512:
6
- metadata.gz: 7d8b1f2a298a2646c91b5dbb9e1404585d9da09390b09b6285ca8121fece6857a9fc8de595545f0ed58c6899b6e0f3d46309854e8e07698ef34f7921c80dc0f0
7
- data.tar.gz: a3b728eab4fea90d68c8ed091d32ef745440f2a3263b6fd29e9d44d6276b52e73f133850be8ee83e87857f11e941885ce8d0d547cabeb6bd1a745a0387c8117f
6
+ metadata.gz: 1212d718364b935bbb5699edb93ee664c74b8c5bdca1e5c09b09f183fe6b353b3b6bcac1f8256a86bc4de3ac02e0c31d4145bf0bfe356a0b1db304195fdf8c4b
7
+ data.tar.gz: 0f530a36fcb82e90656db8526e11a12fe78900a54fadd83d08afa1303476d52cf1e92e30acf9bc0550ea43b33f89cfae8e4f7508c57989f7bb9ae2b7f91d3fe7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2021-12-08)
5
+ ------------------
6
+
7
+ * Feature - This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
8
+
4
9
  1.110.0 (2021-12-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
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.110.0'
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 = []
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
49
49
  # @!group service
50
50
  module Aws::SageMaker
51
51
 
52
- GEM_VERSION = '1.110.0'
52
+ GEM_VERSION = '1.111.0'
53
53
 
54
54
  end
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.110.0
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-01 00:00:00.000000000 Z
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