public static interface CfnModel.InferenceExecutionConfigProperty
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.*; InferenceExecutionConfigProperty inferenceExecutionConfigProperty = InferenceExecutionConfigProperty.builder() .mode("mode") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnModel.InferenceExecutionConfigProperty.Builder
A builder for
CfnModel.InferenceExecutionConfigProperty |
static class |
CfnModel.InferenceExecutionConfigProperty.Jsii$Proxy
An implementation for
CfnModel.InferenceExecutionConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnModel.InferenceExecutionConfigProperty.Builder |
builder() |
java.lang.String |
getMode()
How containers in a multi-container are run.
|
java.lang.String getMode()
Serial
- Containers run as a serial pipeline.Direct
- Only the individual container that you specify is run.static CfnModel.InferenceExecutionConfigProperty.Builder builder()