Class: Aws::Types::PredictorSummary
- Inherits:
-
Object
- Object
- Aws::Types::PredictorSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#is_auto_predictor ⇒ Boolean
Returns the value of attribute is_auto_predictor.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
-
#predictor_name ⇒ ::String
Returns the value of attribute predictor_name.
-
#reference_predictor_summary ⇒ Types::ReferencePredictorSummary
Returns the value of attribute reference_predictor_summary.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def creation_time @creation_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def dataset_group_arn @dataset_group_arn end |
#is_auto_predictor ⇒ Boolean
Returns the value of attribute is_auto_predictor.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def is_auto_predictor @is_auto_predictor end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def end |
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def predictor_arn @predictor_arn end |
#predictor_name ⇒ ::String
Returns the value of attribute predictor_name.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def predictor_name @predictor_name end |
#reference_predictor_summary ⇒ Types::ReferencePredictorSummary
Returns the value of attribute reference_predictor_summary.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def reference_predictor_summary @reference_predictor_summary end |
#status ⇒ ::String
Returns the value of attribute status.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def status @status end |