| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MonitoringInput |
MonitoringInput.clone() |
MonitoringInput |
MonitoringInput.withEndpointInput(EndpointInput endpointInput)
The endpoint for a monitoring job.
|
| Modifier and Type | Method and Description |
|---|---|
List<MonitoringInput> |
MonitoringJobDefinition.getMonitoringInputs()
The array of inputs for the monitoring job.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringJobDefinition |
MonitoringJobDefinition.withMonitoringInputs(MonitoringInput... monitoringInputs)
The array of inputs for the monitoring job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringJobDefinition.setMonitoringInputs(Collection<MonitoringInput> monitoringInputs)
The array of inputs for the monitoring job.
|
MonitoringJobDefinition |
MonitoringJobDefinition.withMonitoringInputs(Collection<MonitoringInput> monitoringInputs)
The array of inputs for the monitoring job.
|
Copyright © 2020. All rights reserved.