Class SageMakerCreateEndpointConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.SageMakerCreateEndpointConfigProps.Jsii$Proxy
- All Implemented Interfaces:
SageMakerCreateEndpointConfigProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SageMakerCreateEndpointConfigProps
@Stability(Stable)
@Internal
public static final class SageMakerCreateEndpointConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SageMakerCreateEndpointConfigProps
An implementation for
SageMakerCreateEndpointConfigProps-
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.SageMakerCreateEndpointConfigProps
SageMakerCreateEndpointConfigProps.Builder, SageMakerCreateEndpointConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSageMakerCreateEndpointConfigProps.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 Stringfinal StringThe name of the endpoint configuration.final software.amazon.awscdk.core.Durationfinal Stringfinal IntegrationPatternfinal IKeyAWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.final Stringfinal List<ProductionVariant>An list of ProductionVariant objects, one for each model that you want to host at this endpoint.final Stringfinal TaskInputgetTags()Tags to be applied to the endpoint configuration.final software.amazon.awscdk.core.Durationfinal 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 theSageMakerCreateEndpointConfigProps.Builder.
-
-
Method Details
-
getEndpointConfigName
Description copied from interface:SageMakerCreateEndpointConfigPropsThe name of the endpoint configuration.- Specified by:
getEndpointConfigNamein interfaceSageMakerCreateEndpointConfigProps
-
getProductionVariants
Description copied from interface:SageMakerCreateEndpointConfigPropsAn list of ProductionVariant objects, one for each model that you want to host at this endpoint.Identifies a model that you want to host and the resources to deploy for hosting it. If you are deploying multiple models, tell Amazon SageMaker how to distribute traffic among the models by specifying variant weights.
- Specified by:
getProductionVariantsin interfaceSageMakerCreateEndpointConfigProps
-
getKmsKey
Description copied from interface:SageMakerCreateEndpointConfigPropsAWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.Default: - None
- Specified by:
getKmsKeyin interfaceSageMakerCreateEndpointConfigProps
-
getTags
Description copied from interface:SageMakerCreateEndpointConfigPropsTags to be applied to the endpoint configuration.Default: - No tags
- Specified by:
getTagsin interfaceSageMakerCreateEndpointConfigProps
-
getComment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
public final software.amazon.awscdk.core.Duration getHeartbeat()- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps
-
getOutputPath
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps
-
getTimeout
public final software.amazon.awscdk.core.Duration getTimeout()- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$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()
-