@Stability(value=Stable)
public static interface CfnEndpointConfig.ServerlessConfigProperty
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.*;
ServerlessConfigProperty serverlessConfigProperty = ServerlessConfigProperty.builder()
.maxConcurrency(123)
.memorySizeInMb(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointConfig.ServerlessConfigProperty.Builder
A builder for
CfnEndpointConfig.ServerlessConfigProperty |
static class |
CfnEndpointConfig.ServerlessConfigProperty.Jsii$Proxy
An implementation for
CfnEndpointConfig.ServerlessConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointConfig.ServerlessConfigProperty.Builder |
builder() |
Number |
getMaxConcurrency()
`CfnEndpointConfig.ServerlessConfigProperty.MaxConcurrency`.
|
Number |
getMemorySizeInMb()
`CfnEndpointConfig.ServerlessConfigProperty.MemorySizeInMB`.
|
@Stability(value=Stable) @NotNull Number getMaxConcurrency()
@Stability(value=Stable) @NotNull Number getMemorySizeInMb()
@Stability(value=Stable) static CfnEndpointConfig.ServerlessConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.