Class: Aws::Types::UpdateModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#labels_input_configuration ⇒ Types::LabelsInputConfiguration
Returns the value of attribute labels_input_configuration.
-
#model_diagnostics_output_configuration ⇒ Types::ModelDiagnosticsOutputConfiguration
Returns the value of attribute model_diagnostics_output_configuration.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#labels_input_configuration ⇒ Types::LabelsInputConfiguration
Returns the value of attribute labels_input_configuration.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def labels_input_configuration @labels_input_configuration end |
#model_diagnostics_output_configuration ⇒ Types::ModelDiagnosticsOutputConfiguration
Returns the value of attribute model_diagnostics_output_configuration.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def model_diagnostics_output_configuration @model_diagnostics_output_configuration end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def model_name @model_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def role_arn @role_arn end |