@Stability(value=Stable) public static final class CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty>
| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder imageUri(String imageUri)
imageUri - The address of the container image that the monitoring job runs. This parameter is required.this@Stability(value=Stable) public CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder problemType(String problemType)
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.getProblemType()problemType - The machine learning problem type of the model that the monitoring job monitors. This parameter is required.this@Stability(value=Stable) public CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder containerArguments(List<String> containerArguments)
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.getContainerArguments()containerArguments - An array of arguments for the container used to run the monitoring job.this@Stability(value=Stable) public CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder containerEntrypoint(List<String> containerEntrypoint)
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.getContainerEntrypoint()containerEntrypoint - Specifies the entrypoint for a container that the monitoring job runs.this@Stability(value=Stable) public CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder environment(IResolvable environment)
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.getEnvironment()environment - Sets the environment variables in the container that the monitoring job runs.this@Stability(value=Stable) public CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder environment(Map<String,String> environment)
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.getEnvironment()environment - Sets the environment variables in the container that the monitoring job runs.this@Stability(value=Stable) public CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder postAnalyticsProcessorSourceUri(String postAnalyticsProcessorSourceUri)
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.getPostAnalyticsProcessorSourceUri()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.this@Stability(value=Stable) public CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.Builder recordPreprocessorSourceUri(String recordPreprocessorSourceUri)
CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty.getRecordPreprocessorSourceUri()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.this@Stability(value=Stable) public CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnModelQualityJobDefinition.ModelQualityAppSpecificationProperty>CfnModelQualityJobDefinition.ModelQualityAppSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.