TrainingJobResourceConfigInstancePlacementConfigPlacementSpecification constructor
const
TrainingJobResourceConfigInstancePlacementConfigPlacementSpecification({})
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,
});