Interface BatchAIJob.DefinitionStages.WithEnvironmentVariable
- All Known Subinterfaces:
BatchAIJob.Definition
,BatchAIJob.DefinitionStages.WithCreate
- Enclosing interface:
- BatchAIJob.DefinitionStages
public static interface BatchAIJob.DefinitionStages.WithEnvironmentVariable
Allows to specify environment variables.
-
Method Summary
-
Method Details
-
withEnvironmentVariable
- Parameters:
name
- name of the variable to setvalue
- value of the variable to set- Returns:
- the next stage of the definition
-