Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringExecutionSummary
-
Packages that use MonitoringExecutionSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of MonitoringExecutionSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringExecutionSummary Modifier and Type Method Description MonitoringExecutionSummaryDescribeMonitoringScheduleResponse. lastMonitoringExecutionSummary()Describes metadata on the last execution to run, if there was one.MonitoringExecutionSummaryModelDashboardMonitoringSchedule. lastMonitoringExecutionSummary()Returns the value of the LastMonitoringExecutionSummary property for this object.MonitoringExecutionSummaryMonitoringSchedule. lastMonitoringExecutionSummary()Returns the value of the LastMonitoringExecutionSummary property for this object.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringExecutionSummary Modifier and Type Method Description List<MonitoringExecutionSummary>ListMonitoringExecutionsResponse. monitoringExecutionSummaries()A JSON array in which each element is a summary for a monitoring execution.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringExecutionSummary Modifier and Type Method Description DescribeMonitoringScheduleResponse.BuilderDescribeMonitoringScheduleResponse.Builder. lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary)Describes metadata on the last execution to run, if there was one.ModelDashboardMonitoringSchedule.BuilderModelDashboardMonitoringSchedule.Builder. lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary)Sets the value of the LastMonitoringExecutionSummary property for this object.MonitoringSchedule.BuilderMonitoringSchedule.Builder. lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary)Sets the value of the LastMonitoringExecutionSummary property for this object.ListMonitoringExecutionsResponse.BuilderListMonitoringExecutionsResponse.Builder. monitoringExecutionSummaries(MonitoringExecutionSummary... monitoringExecutionSummaries)A JSON array in which each element is a summary for a monitoring execution.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MonitoringExecutionSummary Modifier and Type Method Description ListMonitoringExecutionsResponse.BuilderListMonitoringExecutionsResponse.Builder. monitoringExecutionSummaries(Collection<MonitoringExecutionSummary> monitoringExecutionSummaries)A JSON array in which each element is a summary for a monitoring execution. -
Uses of MonitoringExecutionSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type MonitoringExecutionSummary Modifier and Type Method Description SdkIterable<MonitoringExecutionSummary>ListMonitoringExecutionsIterable. monitoringExecutionSummaries()Returns an iterable to iterate through the paginatedListMonitoringExecutionsResponse.monitoringExecutionSummaries()member.SdkPublisher<MonitoringExecutionSummary>ListMonitoringExecutionsPublisher. monitoringExecutionSummaries()Returns a publisher that can be used to get a stream of data.
-