Class ContainerDefinition.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.alpha.ContainerDefinition.Jsii$Proxy
- All Implemented Interfaces:
 ContainerDefinition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 ContainerDefinition
@Stability(Experimental)
@Internal
public static final class ContainerDefinition.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ContainerDefinition
An implementation for 
ContainerDefinition- 
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.sagemaker.alpha.ContainerDefinition
ContainerDefinition.Builder, ContainerDefinition.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ContainerDefinition.Builder builder) Constructor that initializes the object based on literal property values passed by theContainerDefinition.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 String(experimental) Hostname of the container within an inference pipeline.(experimental) A map of environment variables to pass into the container.final ContainerImagegetImage()(experimental) The image used to start a container.final ModelData(experimental) S3 path to the model artifacts.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 theContainerDefinition.Builder. 
 - 
 - 
Method Details
- 
getImage
Description copied from interface:ContainerDefinition(experimental) The image used to start a container.- Specified by:
 getImagein interfaceContainerDefinition
 - 
getContainerHostname
Description copied from interface:ContainerDefinition(experimental) Hostname of the container within an inference pipeline.For single container models, this field is ignored. When specifying a hostname for one ContainerDefinition in a pipeline, hostnames must be specified for all other ContainerDefinitions in that pipeline.
Default: - Amazon SageMaker will automatically assign a unique name based on the position of this ContainerDefinition in an inference pipeline.
- Specified by:
 getContainerHostnamein interfaceContainerDefinition- See Also:
 
 - 
getEnvironment
Description copied from interface:ContainerDefinition(experimental) A map of environment variables to pass into the container.Default: - none
- Specified by:
 getEnvironmentin interfaceContainerDefinition
 - 
getModelData
Description copied from interface:ContainerDefinition(experimental) S3 path to the model artifacts.Default: - none
- Specified by:
 getModelDatain interfaceContainerDefinition
 - 
$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() 
 -