Class: Aws::Types::AudienceModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::AudienceModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audience_model_arn ⇒ ::String
Returns the value of attribute audience_model_arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
-
#training_dataset_arn ⇒ ::String
Returns the value of attribute training_dataset_arn.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#audience_model_arn ⇒ ::String
Returns the value of attribute audience_model_arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def audience_model_arn @audience_model_arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
73 74 75 |
# File 'sig/types.rbs', line 73 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
79 80 81 |
# File 'sig/types.rbs', line 79 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
76 77 78 |
# File 'sig/types.rbs', line 76 def name @name end |
#status ⇒ "CREATE_PENDING", ...
Returns the value of attribute status.
78 79 80 |
# File 'sig/types.rbs', line 78 def status @status end |
#training_dataset_arn ⇒ ::String
Returns the value of attribute training_dataset_arn.
77 78 79 |
# File 'sig/types.rbs', line 77 def training_dataset_arn @training_dataset_arn end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
74 75 76 |
# File 'sig/types.rbs', line 74 def update_time @update_time end |