| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelDashboardModel |
ModelDashboardModel.clone() |
ModelDashboardModel |
SearchRecord.getModel() |
ModelDashboardModel |
ModelDashboardModel.withEndpoints(Collection<ModelDashboardEndpoint> endpoints)
The endpoints that host a model.
|
ModelDashboardModel |
ModelDashboardModel.withEndpoints(ModelDashboardEndpoint... endpoints)
The endpoints that host a model.
|
ModelDashboardModel |
ModelDashboardModel.withLastBatchTransformJob(TransformJob lastBatchTransformJob) |
ModelDashboardModel |
ModelDashboardModel.withModel(Model model)
A model displayed in the Model Dashboard.
|
ModelDashboardModel |
ModelDashboardModel.withModelCard(ModelDashboardModelCard modelCard)
The model card for a model.
|
ModelDashboardModel |
ModelDashboardModel.withMonitoringSchedules(Collection<ModelDashboardMonitoringSchedule> monitoringSchedules)
The monitoring schedules for a model.
|
ModelDashboardModel |
ModelDashboardModel.withMonitoringSchedules(ModelDashboardMonitoringSchedule... monitoringSchedules)
The monitoring schedules for a model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setModel(ModelDashboardModel model) |
SearchRecord |
SearchRecord.withModel(ModelDashboardModel model) |
Copyright © 2024. All rights reserved.