| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MonitoringAppSpecification |
MonitoringAppSpecification.clone() |
MonitoringAppSpecification |
MonitoringJobDefinition.getMonitoringAppSpecification()
Configures the monitoring job to run a specified Docker container image.
|
MonitoringAppSpecification |
MonitoringAppSpecification.withContainerArguments(Collection<String> containerArguments)
An array of arguments for the container used to run the monitoring job.
|
MonitoringAppSpecification |
MonitoringAppSpecification.withContainerArguments(String... containerArguments)
An array of arguments for the container used to run the monitoring job.
|
MonitoringAppSpecification |
MonitoringAppSpecification.withContainerEntrypoint(Collection<String> containerEntrypoint)
Specifies the entrypoint for a container used to run the monitoring job.
|
MonitoringAppSpecification |
MonitoringAppSpecification.withContainerEntrypoint(String... containerEntrypoint)
Specifies the entrypoint for a container used to run the monitoring job.
|
MonitoringAppSpecification |
MonitoringAppSpecification.withImageUri(String imageUri)
The container image to be run by the monitoring job.
|
MonitoringAppSpecification |
MonitoringAppSpecification.withPostAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri)
An Amazon S3 URI to a script that is called after analysis has been performed.
|
MonitoringAppSpecification |
MonitoringAppSpecification.withRecordPreprocessorSourceUri(String recordPreprocessorSourceUri)
An Amazon S3 URI to a script that is called per row prior to running analysis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringJobDefinition.setMonitoringAppSpecification(MonitoringAppSpecification monitoringAppSpecification)
Configures the monitoring job to run a specified Docker container image.
|
MonitoringJobDefinition |
MonitoringJobDefinition.withMonitoringAppSpecification(MonitoringAppSpecification monitoringAppSpecification)
Configures the monitoring job to run a specified Docker container image.
|
Copyright © 2020. All rights reserved.