public static interface ModelBiasAppSpecification.Builder extends SdkPojo, CopyableBuilder<ModelBiasAppSpecification.Builder,ModelBiasAppSpecification>
| Modifier and Type | Method and Description |
|---|---|
ModelBiasAppSpecification.Builder |
configUri(String configUri)
JSON formatted S3 file that defines bias parameters.
|
ModelBiasAppSpecification.Builder |
environment(Map<String,String> environment)
Sets the environment variables in the Docker container.
|
ModelBiasAppSpecification.Builder |
imageUri(String imageUri)
The container image to be run by the model bias job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelBiasAppSpecification.Builder imageUri(String imageUri)
The container image to be run by the model bias job.
imageUri - The container image to be run by the model bias job.ModelBiasAppSpecification.Builder configUri(String configUri)
JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.
configUri - JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration
file, see Configure bias
parameters.ModelBiasAppSpecification.Builder environment(Map<String,String> environment)
Sets the environment variables in the Docker container.
environment - Sets the environment variables in the Docker container.Copyright © 2021. All rights reserved.