@aws/ml-container-creator 0.2.3 → 0.2.4

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.
package/templates/do/test CHANGED
@@ -10,9 +10,9 @@ set -o pipefail
10
10
  SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
11
11
  source "${SCRIPT_DIR}/config"
12
12
 
13
- <% if (deploymentTarget === 'managed-inference') { %>
13
+ <% if (deploymentTarget === 'realtime-inference') { %>
14
14
  # ============================================================
15
- # SageMaker Managed Inference Testing
15
+ # SageMaker Real-Time Inference Testing
16
16
  # ============================================================
17
17
 
18
18
  # Parse arguments
@@ -295,7 +295,7 @@ fi
295
295
 
296
296
  <% } else if (deploymentTarget === 'async-inference') { %>
297
297
  # ============================================================
298
- # SageMaker Managed Inference - Async Testing
298
+ # SageMaker Async Inference Testing
299
299
  # ============================================================
300
300
 
301
301
  # Parse arguments
@@ -875,7 +875,7 @@ fi
875
875
 
876
876
  <% } else if (deploymentTarget === 'batch-transform') { %>
877
877
  # ============================================================
878
- # SageMaker Managed Inference - Batch Testing
878
+ # SageMaker Batch Transform Testing
879
879
  # ============================================================
880
880
 
881
881
  # Parse arguments: local or batch test mode