name_from_base | R Documentation |
This function assures that the total length of the resulting string is not longer than the specified max length, trimming the input parameter if necessary.
name_from_base(base, max_length = 63, short = FALSE)
base |
(str): String used as prefix to generate the unique name. |
max_length |
(int): Maximum length for the resulting string (default: 63). |
short |
(bool): Whether or not to use a truncated timestamp (default: False). |
str: Input parameter with appended 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_image()
,
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.