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")


8991
8992
8993
# File 'sig/types.rbs', line 8991

def infrastructure_type
  @infrastructure_type
end

#real_time_inference_configTypes::RealTimeInferenceConfig

Returns the value of attribute real_time_inference_config.



8992
8993
8994
# File 'sig/types.rbs', line 8992

def real_time_inference_config
  @real_time_inference_config
end