Class: Aws::Types::CreateConfiguredModelAlgorithmRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfiguredModelAlgorithmRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#inference_container_config ⇒ Types::InferenceContainerConfig
Returns the value of attribute inference_container_config.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#training_container_config ⇒ Types::ContainerConfig
Returns the value of attribute training_container_config.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
322 323 324 |
# File 'sig/types.rbs', line 322 def description @description end |
#inference_container_config ⇒ Types::InferenceContainerConfig
Returns the value of attribute inference_container_config.
325 326 327 |
# File 'sig/types.rbs', line 325 def inference_container_config @inference_container_config end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
327 328 329 |
# File 'sig/types.rbs', line 327 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
321 322 323 |
# File 'sig/types.rbs', line 321 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
323 324 325 |
# File 'sig/types.rbs', line 323 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
326 327 328 |
# File 'sig/types.rbs', line 326 def end |
#training_container_config ⇒ Types::ContainerConfig
Returns the value of attribute training_container_config.
324 325 326 |
# File 'sig/types.rbs', line 324 def training_container_config @training_container_config end |