Class ProductionVariant.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.ProductionVariant.Jsii$Proxy
- All Implemented Interfaces:
ProductionVariant,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ProductionVariant
@Stability(Stable)
@Internal
public static final class ProductionVariant.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ProductionVariant
An implementation for
ProductionVariant-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.ProductionVariant
ProductionVariant.Builder, ProductionVariant.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ProductionVariant.Builder builder) Constructor that initializes the object based on literal property values passed by theProductionVariant.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal AcceleratorTypeThe size of the Elastic Inference (EI) instance to use for the production variant.final NumberNumber of instances to launch initially.final NumberDetermines initial traffic distribution among all of the models that you specify in the endpoint configuration.final InstanceTypeThe ML compute instance type.final StringThe name of the model that you want to host.final StringThe name of the production variant.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theProductionVariant.Builder.
-
-
Method Details
-
getInstanceType
Description copied from interface:ProductionVariantThe ML compute instance type.- Specified by:
getInstanceTypein interfaceProductionVariant
-
getModelName
Description copied from interface:ProductionVariantThe name of the model that you want to host.This is the name that you specified when creating the model.
- Specified by:
getModelNamein interfaceProductionVariant
-
getVariantName
Description copied from interface:ProductionVariantThe name of the production variant.- Specified by:
getVariantNamein interfaceProductionVariant
-
getAcceleratorType
Description copied from interface:ProductionVariantThe size of the Elastic Inference (EI) instance to use for the production variant.Default: - None
- Specified by:
getAcceleratorTypein interfaceProductionVariant
-
getInitialInstanceCount
Description copied from interface:ProductionVariantNumber of instances to launch initially.Default: - 1
- Specified by:
getInitialInstanceCountin interfaceProductionVariant
-
getInitialVariantWeight
Description copied from interface:ProductionVariantDetermines initial traffic distribution among all of the models that you specify in the endpoint configuration.Default: - 1.0
- Specified by:
getInitialVariantWeightin interfaceProductionVariant
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-