sagemaker.train.aws_batch.exception

sagemaker.train.aws_batch.exception#

The file Defines customized exception for Batch queueing

Exceptions

MissingRequiredArgument(value)

Define MissingRequiredArgument exception.

NoTrainingJob(value)

Define NoTrainingJob Exception.

exception sagemaker.train.aws_batch.exception.MissingRequiredArgument(value)[source]#

Bases: Exception

Define MissingRequiredArgument exception.

It means some required arguments are missing.

exception sagemaker.train.aws_batch.exception.NoTrainingJob(value)[source]#

Bases: Exception

Define NoTrainingJob Exception.

It means no Training job has been created by AWS Batch service.