Basic parameters
To enter advanced parameters in the UI, click Advanced. Those parameters are described in the advanced parameters section.
- Job ID. The unique ID that references this job in the API. This is the
id
field in the configuration file. Required field. - Model name. The model name of the Ray deployment to delete. This is the
modelName
field in the configuration file. Required field.
Advanced parameters
If you click the Advanced toggle, the following optional fields are displayed in the UI.- Additional parameters. This section lets you enter
parameter name:parameter value
options to be injected into the training JSON map at runtime. The values are inserted as they are entered, so you must surround string values with"
. This is thesparkConfig
field in the configuration file. - Write Options. This section lets you enter
parameter name:parameter value
options to use when writing output to Solr or other sources. This is thewriteOptions
field in the configuration file. - Read Options. This section lets you enter
parameter name:parameter value
options to use when reading input from Solr or other sources. This is thereadOptions
field in the configuration file.