Class: Aws::Types::ModelVariantConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#infrastructure_configTypes::ModelInfrastructureConfig

Returns the value of attribute infrastructure_config.

Returns:



9312
9313
9314
# File 'sig/types.rbs', line 9312

def infrastructure_config
  @infrastructure_config
end

#model_name::String

Returns the value of attribute model_name.

Returns:



9310
9311
9312
# File 'sig/types.rbs', line 9310

def model_name
  @model_name
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:



9311
9312
9313
# File 'sig/types.rbs', line 9311

def variant_name
  @variant_name
end