args property

List<String>? args
getter/setter pair

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;