args property
Command-line arguments passed to the training application when it starts.
If your job uses a custom container, then the arguments are passed to the
container's ENTRYPOINT
command.
Optional.
Implementation
core.List<core.String>? args;