secondary_training_status_changed: Returns true if training job's secondary status message has...

View source: R/utils.R

secondary_training_status_changedR Documentation

Returns true if training job's secondary status message has changed.

Description

Returns true if training job's secondary status message has changed.

Usage

secondary_training_status_changed(
  current_job_description = NULL,
  prev_job_description = NULL
)

Arguments

current_job_description

(str): Current job description, returned from DescribeTrainingJob call.

prev_job_description

(str): Previous job description, returned from DescribeTrainingJob call.

Value

boolean: Whether the secondary status message of a training job changed or not.

See Also

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(), name_from_image(), regional_hostname(), repack_model(), retries(), sagemaker_short_timestamp(), sagemaker_timestamp(), secondary_training_status_message(), sts_regional_endpoint(), unique_name_from_base()


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.