public static interface ModelQualityAppSpecification.Builder extends SdkPojo, CopyableBuilder<ModelQualityAppSpecification.Builder,ModelQualityAppSpecification>
| Modifier and Type | Method and Description |
|---|---|
ModelQualityAppSpecification.Builder |
containerArguments(Collection<String> containerArguments)
An array of arguments for the container used to run the monitoring job.
|
ModelQualityAppSpecification.Builder |
containerArguments(String... containerArguments)
An array of arguments for the container used to run the monitoring job.
|
ModelQualityAppSpecification.Builder |
containerEntrypoint(Collection<String> containerEntrypoint)
Specifies the entrypoint for a container that the monitoring job runs.
|
ModelQualityAppSpecification.Builder |
containerEntrypoint(String... containerEntrypoint)
Specifies the entrypoint for a container that the monitoring job runs.
|
ModelQualityAppSpecification.Builder |
environment(Map<String,String> environment)
Sets the environment variables in the container that the monitoring job runs.
|
ModelQualityAppSpecification.Builder |
imageUri(String imageUri)
The address of the container image that the monitoring job runs.
|
ModelQualityAppSpecification.Builder |
postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri)
An Amazon S3 URI to a script that is called after analysis has been performed.
|
ModelQualityAppSpecification.Builder |
problemType(MonitoringProblemType problemType)
The machine learning problem type of the model that the monitoring job monitors.
|
ModelQualityAppSpecification.Builder |
problemType(String problemType)
The machine learning problem type of the model that the monitoring job monitors.
|
ModelQualityAppSpecification.Builder |
recordPreprocessorSourceUri(String recordPreprocessorSourceUri)
An Amazon S3 URI to a script that is called per row prior to running analysis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelQualityAppSpecification.Builder imageUri(String imageUri)
The address of the container image that the monitoring job runs.
imageUri - The address of the container image that the monitoring job runs.ModelQualityAppSpecification.Builder containerEntrypoint(Collection<String> containerEntrypoint)
Specifies the entrypoint for a container that the monitoring job runs.
containerEntrypoint - Specifies the entrypoint for a container that the monitoring job runs.ModelQualityAppSpecification.Builder containerEntrypoint(String... containerEntrypoint)
Specifies the entrypoint for a container that the monitoring job runs.
containerEntrypoint - Specifies the entrypoint for a container that the monitoring job runs.ModelQualityAppSpecification.Builder containerArguments(Collection<String> containerArguments)
An array of arguments for the container used to run the monitoring job.
containerArguments - An array of arguments for the container used to run the monitoring job.ModelQualityAppSpecification.Builder containerArguments(String... containerArguments)
An array of arguments for the container used to run the monitoring job.
containerArguments - An array of arguments for the container used to run the monitoring job.ModelQualityAppSpecification.Builder recordPreprocessorSourceUri(String recordPreprocessorSourceUri)
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.
recordPreprocessorSourceUri - 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.ModelQualityAppSpecification.Builder postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri)
An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.
postAnalyticsProcessorSourceUri - An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the
built-in (first party) containers.ModelQualityAppSpecification.Builder problemType(String problemType)
The machine learning problem type of the model that the monitoring job monitors.
problemType - The machine learning problem type of the model that the monitoring job monitors.MonitoringProblemType,
MonitoringProblemTypeModelQualityAppSpecification.Builder problemType(MonitoringProblemType problemType)
The machine learning problem type of the model that the monitoring job monitors.
problemType - The machine learning problem type of the model that the monitoring job monitors.MonitoringProblemType,
MonitoringProblemTypeModelQualityAppSpecification.Builder environment(Map<String,String> environment)
Sets the environment variables in the container that the monitoring job runs.
environment - Sets the environment variables in the container that the monitoring job runs.Copyright © 2021. All rights reserved.