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.



9250
9251
9252
# File 'sig/types.rbs', line 9250

def infrastructure_config
  @infrastructure_config
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


9248
9249
9250
# File 'sig/types.rbs', line 9248

def model_name
  @model_name
end

#variant_name::String

Returns the value of attribute variant_name.

Returns:

  • (::String)


9249
9250
9251
# File 'sig/types.rbs', line 9249

def variant_name
  @variant_name
end