name_from_image | R Documentation |
Create a training job name based on the image name and a timestamp.
name_from_image(image, max_length = 63L)
image |
(str): Image name. |
max_length |
(int): Maximum length for the resulting string (default: 63). |
str: Training job name using the algorithm from the image name and a timestamp.
Other sagemaker_utils:
.aws_partition()
,
.download_files_under_prefix()
,
base_from_name()
,
base_name_from_image()
,
build_dict()
,
common_variables
,
create_tar_file()
,
download_file()
,
download_folder()
,
get_config_value()
,
get_short_version()
,
name_from_base()
,
regional_hostname()
,
repack_model()
,
retries()
,
sagemaker_short_timestamp()
,
sagemaker_timestamp()
,
secondary_training_status_changed()
,
secondary_training_status_message()
,
sts_regional_endpoint()
,
unique_name_from_base()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.