Class: Aws::Types::ModelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ModelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_model_request_fields ⇒ ::Hash[::String, untyped]
Returns the value of attribute additional_model_request_fields.
-
#inference_config ⇒ Types::InferenceConfiguration
Returns the value of attribute inference_config.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
Instance Attribute Details
#additional_model_request_fields ⇒ ::Hash[::String, untyped]
Returns the value of attribute additional_model_request_fields.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def additional_model_request_fields @additional_model_request_fields end |
#inference_config ⇒ Types::InferenceConfiguration
Returns the value of attribute inference_config.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def inference_config @inference_config end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def model_id @model_id end |