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.



9265
9266
9267
# File 'sig/types.rbs', line 9265

def infrastructure_config
  @infrastructure_config
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


9263
9264
9265
# File 'sig/types.rbs', line 9263

def model_name
  @model_name
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


9264
9265
9266
# File 'sig/types.rbs', line 9264

def variant_name
  @variant_name
end