Class: Aws::Types::InferenceProfileSummary
- Inherits:
-
Object
- Object
- Aws::Types::InferenceProfileSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#inference_profile_arn ⇒ ::String
Returns the value of attribute inference_profile_arn.
-
#inference_profile_id ⇒ ::String
Returns the value of attribute inference_profile_id.
-
#inference_profile_name ⇒ ::String
Returns the value of attribute inference_profile_name.
-
#models ⇒ ::Array[Types::InferenceProfileModel]
Returns the value of attribute models.
-
#status ⇒ "ACTIVE"
Returns the value of attribute status.
-
#type ⇒ "SYSTEM_DEFINED", "APPLICATION"
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def description @description end |
#inference_profile_arn ⇒ ::String
Returns the value of attribute inference_profile_arn.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def inference_profile_arn @inference_profile_arn end |
#inference_profile_id ⇒ ::String
Returns the value of attribute inference_profile_id.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def inference_profile_id @inference_profile_id end |
#inference_profile_name ⇒ ::String
Returns the value of attribute inference_profile_name.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def inference_profile_name @inference_profile_name end |
#models ⇒ ::Array[Types::InferenceProfileModel]
Returns the value of attribute models.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def models @models end |
#status ⇒ "ACTIVE"
Returns the value of attribute status.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def status @status end |
#type ⇒ "SYSTEM_DEFINED", "APPLICATION"
Returns the value of attribute type.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def updated_at @updated_at end |