@Stability(value=Stable)
public static interface CfnEndpointConfig.ProductionVariantProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpointConfig.ProductionVariantProperty.Builder
A builder for
CfnEndpointConfig.ProductionVariantProperty |
static class |
CfnEndpointConfig.ProductionVariantProperty.Jsii$Proxy
An implementation for
CfnEndpointConfig.ProductionVariantProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpointConfig.ProductionVariantProperty.Builder |
builder() |
default String |
getAcceleratorType()
`CfnEndpointConfig.ProductionVariantProperty.AcceleratorType`.
|
Number |
getInitialInstanceCount()
`CfnEndpointConfig.ProductionVariantProperty.InitialInstanceCount`.
|
Number |
getInitialVariantWeight()
`CfnEndpointConfig.ProductionVariantProperty.InitialVariantWeight`.
|
String |
getInstanceType()
`CfnEndpointConfig.ProductionVariantProperty.InstanceType`.
|
String |
getModelName()
`CfnEndpointConfig.ProductionVariantProperty.ModelName`.
|
String |
getVariantName()
`CfnEndpointConfig.ProductionVariantProperty.VariantName`.
|
@Stability(value=Stable) @NotNull Number getInitialInstanceCount()
@Stability(value=Stable) @NotNull Number getInitialVariantWeight()
@Stability(value=Stable) @NotNull String getInstanceType()
@Stability(value=Stable) @NotNull String getModelName()
@Stability(value=Stable) @NotNull String getVariantName()
@Stability(value=Stable) @Nullable default String getAcceleratorType()
@Stability(value=Stable) static CfnEndpointConfig.ProductionVariantProperty.Builder builder()
Copyright © 2021. All rights reserved.