Struct aws_sdk_sagemaker::model::model_dashboard_model::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModelDashboardModel
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn endpoints(self, input: ModelDashboardEndpoint) -> Self
pub fn endpoints(self, input: ModelDashboardEndpoint) -> Self
Appends an item to endpoints
.
To override the contents of this collection use set_endpoints
.
The endpoints that host a model.
sourcepub fn set_endpoints(self, input: Option<Vec<ModelDashboardEndpoint>>) -> Self
pub fn set_endpoints(self, input: Option<Vec<ModelDashboardEndpoint>>) -> Self
The endpoints that host a model.
sourcepub fn last_batch_transform_job(self, input: TransformJob) -> Self
pub fn last_batch_transform_job(self, input: TransformJob) -> Self
A batch transform job. For information about SageMaker batch transform, see Use Batch Transform.
sourcepub fn set_last_batch_transform_job(self, input: Option<TransformJob>) -> Self
pub fn set_last_batch_transform_job(self, input: Option<TransformJob>) -> Self
A batch transform job. For information about SageMaker batch transform, see Use Batch Transform.
sourcepub fn monitoring_schedules(
self,
input: ModelDashboardMonitoringSchedule
) -> Self
pub fn monitoring_schedules(
self,
input: ModelDashboardMonitoringSchedule
) -> Self
Appends an item to monitoring_schedules
.
To override the contents of this collection use set_monitoring_schedules
.
The monitoring schedules for a model.
sourcepub fn set_monitoring_schedules(
self,
input: Option<Vec<ModelDashboardMonitoringSchedule>>
) -> Self
pub fn set_monitoring_schedules(
self,
input: Option<Vec<ModelDashboardMonitoringSchedule>>
) -> Self
The monitoring schedules for a model.
sourcepub fn model_card(self, input: ModelDashboardModelCard) -> Self
pub fn model_card(self, input: ModelDashboardModelCard) -> Self
The model card for a model.
sourcepub fn set_model_card(self, input: Option<ModelDashboardModelCard>) -> Self
pub fn set_model_card(self, input: Option<ModelDashboardModelCard>) -> Self
The model card for a model.
sourcepub fn build(self) -> ModelDashboardModel
pub fn build(self) -> ModelDashboardModel
Consumes the builder and constructs a ModelDashboardModel
.