@Stability(value=Stable)
public static interface CfnModel.InferenceExecutionConfigProperty
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.*;
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() |
String |
getMode()
How containers in a multi-container are run.
|
@Stability(value=Stable) @NotNull String getMode()
Serial - Containers run as a serial pipeline.Direct - Only the individual container that you specify is run.@Stability(value=Stable) static CfnModel.InferenceExecutionConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.