ModelQualityAppSpecification class

Container image configuration object for the monitoring job.

Constructors

ModelQualityAppSpecification({required String imageUri, List<String>? containerArguments, List<String>? containerEntrypoint, Map<String, String>? environment, String? postAnalyticsProcessorSourceUri, MonitoringProblemType? problemType, String? recordPreprocessorSourceUri})
ModelQualityAppSpecification.fromJson(Map<String, dynamic> json)
factory

Properties

containerArguments List<String>?
An array of arguments for the container used to run the monitoring job.
final
containerEntrypoint List<String>?
Specifies the entrypoint for a container that the monitoring job runs.
final
environment Map<String, String>?
Sets the environment variables in the container that the monitoring job runs.
final
hashCode int
The hash code for this object.
no setterinherited
imageUri String
The address of the container image that the monitoring job runs.
final
postAnalyticsProcessorSourceUri String?
An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.
final
problemType MonitoringProblemType?
The machine learning problem type of the model that the monitoring job monitors.
final
recordPreprocessorSourceUri String?
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 flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited