Class: Aws::Types::CreateInferenceProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateInferenceProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_profile_arn ⇒ ::String
Returns the value of attribute inference_profile_arn.
-
#status ⇒ "ACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#inference_profile_arn ⇒ ::String
Returns the value of attribute inference_profile_arn.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def inference_profile_arn @inference_profile_arn end |
#status ⇒ "ACTIVE"
Returns the value of attribute status.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def status @status end |