Class: Aws::Types::ModelDashboardModel
- Inherits:
-
Object
- Object
- Aws::Types::ModelDashboardModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoints ⇒ ::Array[Types::ModelDashboardEndpoint]
Returns the value of attribute endpoints.
-
#last_batch_transform_job ⇒ Types::TransformJob
Returns the value of attribute last_batch_transform_job.
-
#model ⇒ Types::Model
Returns the value of attribute model.
-
#model_card ⇒ Types::ModelDashboardModelCard
Returns the value of attribute model_card.
-
#monitoring_schedules ⇒ ::Array[Types::ModelDashboardMonitoringSchedule]
Returns the value of attribute monitoring_schedules.
Instance Attribute Details
#endpoints ⇒ ::Array[Types::ModelDashboardEndpoint]
Returns the value of attribute endpoints.
8905 8906 8907 |
# File 'sig/types.rbs', line 8905 def endpoints @endpoints end |
#last_batch_transform_job ⇒ Types::TransformJob
Returns the value of attribute last_batch_transform_job.
8906 8907 8908 |
# File 'sig/types.rbs', line 8906 def last_batch_transform_job @last_batch_transform_job end |
#model ⇒ Types::Model
Returns the value of attribute model.
8904 8905 8906 |
# File 'sig/types.rbs', line 8904 def model @model end |
#model_card ⇒ Types::ModelDashboardModelCard
Returns the value of attribute model_card.
8908 8909 8910 |
# File 'sig/types.rbs', line 8908 def model_card @model_card end |
#monitoring_schedules ⇒ ::Array[Types::ModelDashboardMonitoringSchedule]
Returns the value of attribute monitoring_schedules.
8907 8908 8909 |
# File 'sig/types.rbs', line 8907 def monitoring_schedules @monitoring_schedules end |