Interface ModelDashboardModel.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelDashboardModel.Builder,ModelDashboardModel>
,SdkBuilder<ModelDashboardModel.Builder,ModelDashboardModel>
,SdkPojo
- Enclosing class:
- ModelDashboardModel
public static interface ModelDashboardModel.Builder extends SdkPojo, CopyableBuilder<ModelDashboardModel.Builder,ModelDashboardModel>
-
-
Method Summary
-
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 Detail
-
model
ModelDashboardModel.Builder model(Model 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
default ModelDashboardModel.Builder model(Consumer<Model.Builder> 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:
model(Model)
-
endpoints
ModelDashboardModel.Builder endpoints(Collection<ModelDashboardEndpoint> 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
ModelDashboardModel.Builder endpoints(ModelDashboardEndpoint... 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
ModelDashboardModel.Builder endpoints(Consumer<ModelDashboardEndpoint.Builder>... 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 to#endpoints(List
.) - 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:
#endpoints(java.util.Collection
)
-
lastBatchTransformJob
ModelDashboardModel.Builder lastBatchTransformJob(TransformJob 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:
lastBatchTransformJob(TransformJob)
-
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 to#monitoringSchedules(List
.) - 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:
#monitoringSchedules(java.util.Collection
)
-
modelCard
ModelDashboardModel.Builder modelCard(ModelDashboardModelCard 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
default ModelDashboardModel.Builder modelCard(Consumer<ModelDashboardModelCard.Builder> 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:
modelCard(ModelDashboardModelCard)
-
-