sage_maker_magic/sage_maker_kernel/kernelmagics.py [167:172]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @magic_arguments()
    @argument_group(title='methods', description=None)
    @argument('method', type=str, choices=['submit', 'list', 'status', 'logs', 'delete', 'show_defaults'])
    @argument_group(title='submit', description=None)
    @argument('--estimator_name', type=str, help='estimator shell variable name')
    @argument('--entry_point', type=str, help='notebook local code file')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sage_maker_magic/sage_maker_kernel/kernelmagics.py [271:276]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @magic_arguments()
    @argument_group(title='methods', description=None)
    @argument('method', type=str, choices=['submit', 'list', 'status', 'logs', 'delete', 'show_defaults'])
    @argument_group(title='submit', description=None)
    @argument('--estimator_name', type=str, help='estimator shell variable name')
    @argument('--entry_point', type=str, help='notebook local code file')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



