| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelBiasAppSpecification |
ModelBiasAppSpecification.addEnvironmentEntry(String key,
String value)
Add a single Environment entry
|
ModelBiasAppSpecification |
ModelBiasAppSpecification.clearEnvironmentEntries()
Removes all the entries added into Environment.
|
ModelBiasAppSpecification |
ModelBiasAppSpecification.clone() |
ModelBiasAppSpecification |
CreateModelBiasJobDefinitionRequest.getModelBiasAppSpecification()
Configures the model bias job to run a specified Docker container image.
|
ModelBiasAppSpecification |
DescribeModelBiasJobDefinitionResult.getModelBiasAppSpecification()
Configures the model bias job to run a specified Docker container image.
|
ModelBiasAppSpecification |
ModelBiasAppSpecification.withConfigUri(String configUri)
JSON formatted S3 file that defines bias parameters.
|
ModelBiasAppSpecification |
ModelBiasAppSpecification.withEnvironment(Map<String,String> environment)
Sets the environment variables in the Docker container.
|
ModelBiasAppSpecification |
ModelBiasAppSpecification.withImageUri(String imageUri)
The container image to be run by the model bias job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateModelBiasJobDefinitionRequest.setModelBiasAppSpecification(ModelBiasAppSpecification modelBiasAppSpecification)
Configures the model bias job to run a specified Docker container image.
|
void |
DescribeModelBiasJobDefinitionResult.setModelBiasAppSpecification(ModelBiasAppSpecification modelBiasAppSpecification)
Configures the model bias job to run a specified Docker container image.
|
CreateModelBiasJobDefinitionRequest |
CreateModelBiasJobDefinitionRequest.withModelBiasAppSpecification(ModelBiasAppSpecification modelBiasAppSpecification)
Configures the model bias job to run a specified Docker container image.
|
DescribeModelBiasJobDefinitionResult |
DescribeModelBiasJobDefinitionResult.withModelBiasAppSpecification(ModelBiasAppSpecification modelBiasAppSpecification)
Configures the model bias job to run a specified Docker container image.
|
Copyright © 2024. All rights reserved.