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.
8920 8921 8922 |
# File 'sig/types.rbs', line 8920 def endpoints @endpoints end |
#last_batch_transform_job ⇒ Types::TransformJob
Returns the value of attribute last_batch_transform_job.
8921 8922 8923 |
# File 'sig/types.rbs', line 8921 def last_batch_transform_job @last_batch_transform_job end |
#model ⇒ Types::Model
Returns the value of attribute model.
8919 8920 8921 |
# File 'sig/types.rbs', line 8919 def model @model end |
#model_card ⇒ Types::ModelDashboardModelCard
Returns the value of attribute model_card.
8923 8924 8925 |
# File 'sig/types.rbs', line 8923 def model_card @model_card end |
#monitoring_schedules ⇒ ::Array[Types::ModelDashboardMonitoringSchedule]
Returns the value of attribute monitoring_schedules.
8922 8923 8924 |
# File 'sig/types.rbs', line 8922 def monitoring_schedules @monitoring_schedules end |