Class: Aws::Types::GetConfiguredModelAlgorithmResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConfiguredModelAlgorithmResponse
- 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.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#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.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#configured_model_algorithm_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_arn.
664 665 666 |
# File 'sig/types.rbs', line 664 def configured_model_algorithm_arn @configured_model_algorithm_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
662 663 664 |
# File 'sig/types.rbs', line 662 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
669 670 671 |
# File 'sig/types.rbs', line 669 def description @description end |
#inference_container_config ⇒ Types::InferenceContainerConfig
Returns the value of attribute inference_container_config.
667 668 669 |
# File 'sig/types.rbs', line 667 def inference_container_config @inference_container_config end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
671 672 673 |
# File 'sig/types.rbs', line 671 def kms_key_arn @kms_key_arn end |
#name ⇒ ::String
Returns the value of attribute name.
665 666 667 |
# File 'sig/types.rbs', line 665 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
668 669 670 |
# File 'sig/types.rbs', line 668 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
670 671 672 |
# File 'sig/types.rbs', line 670 def end |
#training_container_config ⇒ Types::ContainerConfig
Returns the value of attribute training_container_config.
666 667 668 |
# File 'sig/types.rbs', line 666 def training_container_config @training_container_config end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
663 664 665 |
# File 'sig/types.rbs', line 663 def update_time @update_time end |