TrainingJobResourceConfigInstancePlacementConfigPlacementSpecification constructor

const TrainingJobResourceConfigInstancePlacementConfigPlacementSpecification({
  1. Input<int?>? instanceCount,
  2. Input<String?>? ultraServerId,
})

Creates a new TrainingJobResourceConfigInstancePlacementConfigPlacementSpecification. instanceCount Number of instances in the placement. ultraServerId Ultra server ID for the placement.

Implementation

const TrainingJobResourceConfigInstancePlacementConfigPlacementSpecification({
  this.instanceCount,
  this.ultraServerId,
});