Interface ModelDashboardModel.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelDashboardModel.Builder,
,ModelDashboardModel> SdkBuilder<ModelDashboardModel.Builder,
,ModelDashboardModel> SdkPojo
- Enclosing class:
ModelDashboardModel
-
Method Summary
Modifier and TypeMethodDescriptionendpoints
(Collection<ModelDashboardEndpoint> endpoints) The endpoints that host a model.endpoints
(Consumer<ModelDashboardEndpoint.Builder>... endpoints) The endpoints that host a model.endpoints
(ModelDashboardEndpoint... endpoints) The endpoints that host a model.default ModelDashboardModel.Builder
lastBatchTransformJob
(Consumer<TransformJob.Builder> lastBatchTransformJob) Sets the value of the LastBatchTransformJob property for this object.lastBatchTransformJob
(TransformJob lastBatchTransformJob) Sets the value of the LastBatchTransformJob property for this object.default ModelDashboardModel.Builder
model
(Consumer<Model.Builder> model) A model displayed in the Model Dashboard.A model displayed in the Model Dashboard.default ModelDashboardModel.Builder
modelCard
(Consumer<ModelDashboardModelCard.Builder> modelCard) The model card for a model.modelCard
(ModelDashboardModelCard modelCard) The model card for a model.monitoringSchedules
(Collection<ModelDashboardMonitoringSchedule> monitoringSchedules) The monitoring schedules for a model.monitoringSchedules
(Consumer<ModelDashboardMonitoringSchedule.Builder>... monitoringSchedules) The monitoring schedules for a model.monitoringSchedules
(ModelDashboardMonitoringSchedule... monitoringSchedules) The monitoring schedules for a model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
model
A model displayed in the Model Dashboard.
- Parameters:
model
- A model displayed in the Model Dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
A model displayed in the Model Dashboard.
This is a convenience method that creates an instance of theModel.Builder
avoiding the need to create one manually viaModel.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodel(Model)
.- Parameters:
model
- a consumer that will call methods onModel.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpoints
The endpoints that host a model.
- Parameters:
endpoints
- The endpoints that host a model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
The endpoints that host a model.
- Parameters:
endpoints
- The endpoints that host a model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
The endpoints that host a model.
This is a convenience method that creates an instance of theModelDashboardEndpoint.Builder
avoiding the need to create one manually viaModelDashboardEndpoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpoints(List<ModelDashboardEndpoint>)
.- Parameters:
endpoints
- a consumer that will call methods onModelDashboardEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastBatchTransformJob
Sets the value of the LastBatchTransformJob property for this object.- Parameters:
lastBatchTransformJob
- The new value for the LastBatchTransformJob property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastBatchTransformJob
default ModelDashboardModel.Builder lastBatchTransformJob(Consumer<TransformJob.Builder> lastBatchTransformJob) Sets the value of the LastBatchTransformJob property for this object. This is a convenience method that creates an instance of theTransformJob.Builder
avoiding the need to create one manually viaTransformJob.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolastBatchTransformJob(TransformJob)
.- Parameters:
lastBatchTransformJob
- a consumer that will call methods onTransformJob.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
monitoringSchedules
ModelDashboardModel.Builder monitoringSchedules(Collection<ModelDashboardMonitoringSchedule> monitoringSchedules) The monitoring schedules for a model.
- Parameters:
monitoringSchedules
- The monitoring schedules for a model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringSchedules
ModelDashboardModel.Builder monitoringSchedules(ModelDashboardMonitoringSchedule... monitoringSchedules) The monitoring schedules for a model.
- Parameters:
monitoringSchedules
- The monitoring schedules for a model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringSchedules
ModelDashboardModel.Builder monitoringSchedules(Consumer<ModelDashboardMonitoringSchedule.Builder>... monitoringSchedules) The monitoring schedules for a model.
This is a convenience method that creates an instance of theModelDashboardMonitoringSchedule.Builder
avoiding the need to create one manually viaModelDashboardMonitoringSchedule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomonitoringSchedules(List<ModelDashboardMonitoringSchedule>)
.- Parameters:
monitoringSchedules
- a consumer that will call methods onModelDashboardMonitoringSchedule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelCard
The model card for a model.
- Parameters:
modelCard
- The model card for a model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCard
The model card for a model.
This is a convenience method that creates an instance of theModelDashboardModelCard.Builder
avoiding the need to create one manually viaModelDashboardModelCard.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodelCard(ModelDashboardModelCard)
.- Parameters:
modelCard
- a consumer that will call methods onModelDashboardModelCard.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-