Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringInput
-
Packages that use MonitoringInput Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringInput in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringInput Modifier and Type Method Description List<MonitoringInput>MonitoringJobDefinition. monitoringInputs()The array of inputs for the monitoring job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringInput Modifier and Type Method Description MonitoringJobDefinition.BuilderMonitoringJobDefinition.Builder. monitoringInputs(MonitoringInput... monitoringInputs)The array of inputs for the monitoring job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MonitoringInput Modifier and Type Method Description MonitoringJobDefinition.BuilderMonitoringJobDefinition.Builder. monitoringInputs(Collection<MonitoringInput> monitoringInputs)The array of inputs for the monitoring job.
-