ModelQualityAppSpecification

Container image configuration object for the monitoring job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of arguments for the container used to run the monitoring job.

Link copied to clipboard

Specifies the entrypoint for a container that the monitoring job runs.

Link copied to clipboard

Sets the environment variables in the container that the monitoring job runs.

Link copied to clipboard

The address of the container image that the monitoring job runs.

Link copied to clipboard

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

Link copied to clipboard

The machine learning problem type of the model that the monitoring job monitors.

Link copied to clipboard

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flattened JSON so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String