NodeProperties

An object that represents the node properties of a multi-node parallel job.

Node properties can't be specified for Amazon EKS based job definitions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the node index for the main node of a multi-node parallel job. This node index value must be fewer than the number of nodes.

Link copied to clipboard

A list of node ranges and their properties that are associated with a multi-node parallel job.

Link copied to clipboard

The number of nodes that are associated with a multi-node parallel job.

Functions

Link copied to clipboard
inline fun copy(block: NodeProperties.Builder.() -> Unit = {}): NodeProperties
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String