sage_maker_magic/sage_maker_kernel/kernelmagics.py [167:174]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @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')
    @argument('--source_dir', type=str, help='notebook local code src, may contain requirements.txt')
    @argument('--role', type=str, help='An AWS IAM role (either name or full ARN). The Amazon SageMaker training jobs and APIs that create Amazon SageMaker endpoints use this role to access training data and model artifacts. After the endpoint is created, the inference code might use the IAM role, if it needs to access an AWS resource.')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sage_maker_magic/sage_maker_kernel/kernelmagics.py [221:228]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @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')
    @argument('--source_dir', type=str, help='notebook local code src, may contain requirements.txt')
    @argument('--role', type=str, help='An AWS IAM role (either name or full ARN). The Amazon SageMaker training jobs and APIs that create Amazon SageMaker endpoints use this role to access training data and model artifacts. After the endpoint is created, the inference code might use the IAM role, if it needs to access an AWS resource.')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



