Class: Aws::Types::ModelInfrastructureConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#infrastructure_type"RealTimeInference"

Returns the value of attribute infrastructure_type.

Returns:

  • ("RealTimeInference")


9053
9054
9055
# File 'sig/types.rbs', line 9053

def infrastructure_type
  @infrastructure_type
end

#real_time_inference_configTypes::RealTimeInferenceConfig

Returns the value of attribute real_time_inference_config.



9054
9055
9056
# File 'sig/types.rbs', line 9054

def real_time_inference_config
  @real_time_inference_config
end