aws / aws/amazon-sagemaker-examples

title_of_your_product-Model.ipynb failed CI

Open
#2,289 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
11k
Forks
7k
Avg merge
8h 29m
Merged PRs (30d)
8

Description

Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/aws_marketplace/curating_aws_marketplace_listing_and_sample_notebook/ModelPackage/Sample_Notebook_Template/title_of_your_product-Model.ipynb

Error:

---------------------------------------------------------------------------
Exception encountered at "In [5]":
---------------------------------------------------------------------------
ClientError Traceback (most recent call last)
in
5
6 #Deploy the model
----> 7 predictor = model.deploy(1, real_time_inference_instance_type, endpoint_name=model_name)

/opt/conda/lib/python3.7/site-packages/sagemaker/model.py in deploy(self, initial_instance_count, instance_type, serializer, deserializer, accele

[...]

ClientError: An error occurred (ValidationException) when calling the DescribeModelPackage operation: 1 validation error detected: Value '' at 'modelPackageName' failed to satisfy constraint: Member must satisfy regular expression pattern: (arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:[a-z\-]*\/)?([a-zA-Z0-9]([a-zA-Z0-9-]){0,62})(?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.