Updated on 2025-05-29 GMT+08:00

Output

Description

  • Parameter Name: If you use argparse in the algorithm code to parse train_url into the data output, set the data output parameter to train_url when creating the algorithm. Set the name based on the data output parameter in your algorithm code.

    The code path parameter must be the same as the data output parameter parsed in your algorithm code. Otherwise, the algorithm code cannot obtain the output path.

    For example, add the train_url parameter to the code in the following way:

    parser.add_argument('--train_url', type=str, default=None, help='test')
  • Description: customizable description of the output parameter
  • Obtain from: source of the output parameter. You can select Hyperparameters (default) or Environment variables.

FAQs