@Stability(value=Stable)
public static interface CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
ModelBiasAppSpecificationProperty modelBiasAppSpecificationProperty = ModelBiasAppSpecificationProperty.builder()
.configUri("configUri")
.imageUri("imageUri")
// the properties below are optional
.environment(Map.of(
"environmentKey", "environment"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty.Builder
|
static class |
CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty.Jsii$Proxy
An implementation for
CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty.Builder |
builder() |
String |
getConfigUri()
JSON formatted S3 file that defines bias parameters.
|
default Object |
getEnvironment()
Sets the environment variables in the Docker container.
|
String |
getImageUri()
The container image to be run by the model bias job.
|
@Stability(value=Stable) @NotNull String getConfigUri()
For more information on this JSON configuration file, see Configure bias parameters .
@Stability(value=Stable) @NotNull String getImageUri()
@Stability(value=Stable) @Nullable default Object getEnvironment()
@Stability(value=Stable) static CfnModelBiasJobDefinition.ModelBiasAppSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.