Class: Aws::Types::CustomizationConfig

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

Defined Under Namespace

Classes: DistillationConfig, RftConfig, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#distillation_configTypes::DistillationConfig

Returns the value of attribute distillation_config.



1267
1268
1269
# File 'sig/types.rbs', line 1267

def distillation_config
  @distillation_config
end

#rft_configTypes::RFTConfig

Returns the value of attribute rft_config.

Returns:



1268
1269
1270
# File 'sig/types.rbs', line 1268

def rft_config
  @rft_config
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def unknown
  @unknown
end