Class: Aws::Types::CreateConfiguredModelAlgorithmAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfiguredModelAlgorithmAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_model_algorithm_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#privacy_configuration ⇒ Types::PrivacyConfiguration
Returns the value of attribute privacy_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#configured_model_algorithm_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_arn.
307 308 309 |
# File 'sig/types.rbs', line 307 def configured_model_algorithm_arn @configured_model_algorithm_arn end |
#description ⇒ ::String
Returns the value of attribute description.
309 310 311 |
# File 'sig/types.rbs', line 309 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
306 307 308 |
# File 'sig/types.rbs', line 306 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
308 309 310 |
# File 'sig/types.rbs', line 308 def name @name end |
#privacy_configuration ⇒ Types::PrivacyConfiguration
Returns the value of attribute privacy_configuration.
310 311 312 |
# File 'sig/types.rbs', line 310 def privacy_configuration @privacy_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
311 312 313 |
# File 'sig/types.rbs', line 311 def end |