@Stability(value=Stable)
public static interface CfnModel.InferenceExecutionConfigProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnModel.InferenceExecutionConfigProperty.Mode`.
|
@Stability(value=Stable) @NotNull String getMode()
@Stability(value=Stable) static CfnModel.InferenceExecutionConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.