Interface BatchAIJob.DefinitionStages.WithContainerSettings
- All Known Subinterfaces:
BatchAIJob.Definition
,BatchAIJob.DefinitionStages.WithCreate
- Enclosing interface:
- BatchAIJob.DefinitionStages
public static interface BatchAIJob.DefinitionStages.WithContainerSettings
Specifies details of the container registry and image such as name, URL and credentials.
-
Method Summary
Modifier and TypeMethodDescriptiondefineContainerSettings
(String image) Begins the definition of container settings.withContainerImage
(String image)
-
Method Details
-
withContainerImage
- Parameters:
image
- the name of the image in image repository- Returns:
- the next stage of the definition
-
defineContainerSettings
ContainerImageSettings.DefinitionStages.Blank<BatchAIJob.DefinitionStages.WithCreate> defineContainerSettings(String image) Begins the definition of container settings.- Parameters:
image
- the name of the image in image repository- Returns:
- next definition stage
-