aws_sagemaker_remote.batch package

Submodules

aws_sagemaker_remote.batch.job module

aws_sagemaker_remote.batch.job.create_job(session, manifest, report, arn, account_id, description, role_name, confirmation_required=True, ignore=0)

aws_sagemaker_remote.batch.main module

class aws_sagemaker_remote.batch.main.BatchCommand(config: aws_sagemaker_remote.batch.main.BatchConfig, help=None)

Bases: aws_sagemaker_remote.commands.Command

configure(parser: argparse.ArgumentParser)
run(args)
class aws_sagemaker_remote.batch.main.BatchConfig(stack_name, code_dir, profile='default', description='Batch Processing', argparse_callback=None, env_callback=None, webpack=True, manifest=None, report='aws-sagemaker-remote/batch-reports, sagemaker', timeout=30, soft_timeout=20, development=False, extra_files=None, package_json=None, support_soft=False)

Bases: object

aws_sagemaker_remote.batch.main.batch_argparse_callback(parser: argparse.ArgumentParser, config: aws_sagemaker_remote.batch.main.BatchConfig)
aws_sagemaker_remote.batch.main.batch_run(args, config: aws_sagemaker_remote.batch.main.BatchConfig)

aws_sagemaker_remote.batch.report module

aws_sagemaker_remote.batch.report.batch_report(session, job, output)

Module contents