Method: Aws::SageMaker::Types::ResourceConfig#instance_count

Defined in:
lib/aws-sdk-sagemaker/types.rb

#instance_countInteger

The number of ML compute instances to use. For distributed training, provide a value greater than 1.

Returns:

  • (Integer)


41307
41308
41309
41310
41311
41312
41313
41314
41315
41316
41317
# File 'lib/aws-sdk-sagemaker/types.rb', line 41307

class ResourceConfig < Struct.new(
  :instance_type,
  :instance_count,
  :volume_size_in_gb,
  :volume_kms_key_id,
  :keep_alive_period_in_seconds,
  :instance_groups,
  :training_plan_arn)
  SENSITIVE = []
  include Aws::Structure
end