public static interface BatchAIJob.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
BatchAIJob.DefinitionStages.Blank
The first stage of Batch AI job definition.
|
static interface |
BatchAIJob.DefinitionStages.WithCluster
The stage of the Batch AI job definition allowing to specify cluster for the job.
|
static interface |
BatchAIJob.DefinitionStages.WithContainerSettings
Specifies details of the container registry and image such as name, URL and credentials.
|
static interface |
BatchAIJob.DefinitionStages.WithCreate
The stage of a virtual network gateway connection definition with sufficient inputs to create a new connection in the cloud,
but exposing additional optional settings to specify.
|
static interface |
BatchAIJob.DefinitionStages.WithEnvironmentVariable
Allows to specify environment variables.
|
static interface |
BatchAIJob.DefinitionStages.WithEnvironmentVariableSecretValue
The stage of the Batch AI job definition allowing to specify environment variables with secrets.
|
static interface |
BatchAIJob.DefinitionStages.WithInputDirectory |
static interface |
BatchAIJob.DefinitionStages.WithJobPreparation
Specifies the command line to be executed before tool kit is launched.
|
static interface |
BatchAIJob.DefinitionStages.WithNodeCount
The stage of the definition allowing to specify number of compute nodes to run the job on.
|
static interface |
BatchAIJob.DefinitionStages.WithOutputDirectory |
static interface |
BatchAIJob.DefinitionStages.WithStdOutErrPathPrefix
The stage of the job definition allowing to specify where Batch AI will upload stdout and stderr of the job.
|
static interface |
BatchAIJob.DefinitionStages.WithToolType |
Copyright © 2019. All rights reserved.