Class: Aws::Types::TrainedModelInferenceJobsConfigurationPolicy
- Inherits:
-
Object
- Object
- Aws::Types::TrainedModelInferenceJobsConfigurationPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_logs ⇒ ::Array[Types::LogsConfigurationPolicy]
Returns the value of attribute container_logs.
-
#max_output_size ⇒ Types::TrainedModelInferenceMaxOutputSize
Returns the value of attribute max_output_size.
Instance Attribute Details
#container_logs ⇒ ::Array[Types::LogsConfigurationPolicy]
Returns the value of attribute container_logs.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def container_logs @container_logs end |
#max_output_size ⇒ Types::TrainedModelInferenceMaxOutputSize
Returns the value of attribute max_output_size.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def max_output_size @max_output_size end |