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.
8967 8968 8969 |
# File 'sig/types.rbs', line 8967 def endpoints @endpoints end |
#last_batch_transform_job ⇒ Types::TransformJob
Returns the value of attribute last_batch_transform_job.
8968 8969 8970 |
# File 'sig/types.rbs', line 8968 def last_batch_transform_job @last_batch_transform_job end |
#model ⇒ Types::Model
Returns the value of attribute model.
8966 8967 8968 |
# File 'sig/types.rbs', line 8966 def model @model end |
#model_card ⇒ Types::ModelDashboardModelCard
Returns the value of attribute model_card.
8970 8971 8972 |
# File 'sig/types.rbs', line 8970 def model_card @model_card end |
#monitoring_schedules ⇒ ::Array[Types::ModelDashboardMonitoringSchedule]
Returns the value of attribute monitoring_schedules.
8969 8970 8971 |
# File 'sig/types.rbs', line 8969 def monitoring_schedules @monitoring_schedules end |