volumeSizeInGB property

int volumeSizeInGB
final

The size of the ML storage volume that you want to provision.

ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose File as the TrainingInputMode in the algorithm specification.

You must specify sufficient ML storage for your scenario.

For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

Implementation

final int volumeSizeInGB;