public static interface NodeSetupTask.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
NodeSetupTask.DefinitionStages.Blank<ParentT>
The first stage of the node setup definition.
|
static interface |
NodeSetupTask.DefinitionStages.WithAttach<ParentT>
The final stage of the setup task definition.
|
static interface |
NodeSetupTask.DefinitionStages.WithCommandLine<ParentT>
The stage of the setup task definition allowing to specify the command line instructions.
|
static interface |
NodeSetupTask.DefinitionStages.WithEnvironmentVariable<ParentT>
The stage of the setup task definition allowing to specify environment variables.
|
static interface |
NodeSetupTask.DefinitionStages.WithEnvironmentVariableSecretValue<ParentT>
The stage of the setup task definition allowing to specify environment variables with secrets.
|
static interface |
NodeSetupTask.DefinitionStages.WithStdOutErrPath<ParentT>
The stage of the setup task definition allowing to specify where Batch AI will upload stdout and stderr of the setup task.
|
Copyright © 2019. All rights reserved.