Class: Aws::Types::HyperParameterTuningResourceConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_strategy"Prioritized"

Returns the value of attribute allocation_strategy.

Returns:



6454
6455
6456
# File 'sig/types.rbs', line 6454

def allocation_strategy
  @allocation_strategy
end

#instance_configs::Array[Types::HyperParameterTuningInstanceConfig]

Returns the value of attribute instance_configs.

Returns:



6455
6456
6457
# File 'sig/types.rbs', line 6455

def instance_configs
  @instance_configs
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:



6451
6452
6453
# File 'sig/types.rbs', line 6451

def instance_count
  @instance_count
end

#instance_type"ml.m4.xlarge", ...

Returns the value of attribute instance_type.

Returns:



6450
6451
6452
# File 'sig/types.rbs', line 6450

def instance_type
  @instance_type
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:



6453
6454
6455
# File 'sig/types.rbs', line 6453

def volume_kms_key_id
  @volume_kms_key_id
end

#volume_size_in_gb::Integer

Returns the value of attribute volume_size_in_gb.

Returns:



6452
6453
6454
# File 'sig/types.rbs', line 6452

def volume_size_in_gb
  @volume_size_in_gb
end