public static interface ModelDashboardModel.Builder extends SdkPojo, CopyableBuilder<ModelDashboardModel.Builder,ModelDashboardModel>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelDashboardModel.Builder model(Model model)
A model displayed in the Model Dashboard.
model - A model displayed in the Model Dashboard.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 via Model.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to model(Model).
model - a consumer that will call methods on Model.Buildermodel(Model)ModelDashboardModel.Builder endpoints(Collection<ModelDashboardEndpoint> endpoints)
The endpoints that host a model.
endpoints - The endpoints that host a model.ModelDashboardModel.Builder endpoints(ModelDashboardEndpoint... endpoints)
The endpoints that host a model.
endpoints - The endpoints that host a model.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 via
ModelDashboardEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #endpoints(List.
endpoints - a consumer that will call methods on
ModelDashboardEndpoint.Builder#endpoints(java.util.Collection) ModelDashboardModel.Builder lastBatchTransformJob(TransformJob lastBatchTransformJob)
lastBatchTransformJob - The new value for the LastBatchTransformJob property for this object.default ModelDashboardModel.Builder lastBatchTransformJob(Consumer<TransformJob.Builder> lastBatchTransformJob)
TransformJob.Builder avoiding the need
to create one manually via TransformJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lastBatchTransformJob(TransformJob).
lastBatchTransformJob - a consumer that will call methods on TransformJob.BuilderlastBatchTransformJob(TransformJob)ModelDashboardModel.Builder monitoringSchedules(Collection<ModelDashboardMonitoringSchedule> monitoringSchedules)
The monitoring schedules for a model.
monitoringSchedules - The monitoring schedules for a model.ModelDashboardModel.Builder monitoringSchedules(ModelDashboardMonitoringSchedule... monitoringSchedules)
The monitoring schedules for a model.
monitoringSchedules - The monitoring schedules for a model.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 via
ModelDashboardMonitoringSchedule.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #monitoringSchedules(List.
monitoringSchedules - a consumer that will call methods on
ModelDashboardMonitoringSchedule.Builder#monitoringSchedules(java.util.Collection) ModelDashboardModel.Builder modelCard(ModelDashboardModelCard modelCard)
The model card for a model.
modelCard - The model card for a model.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 via ModelDashboardModelCard.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to modelCard(ModelDashboardModelCard).
modelCard - a consumer that will call methods on ModelDashboardModelCard.BuildermodelCard(ModelDashboardModelCard)Copyright © 2023. All rights reserved.