public static final class CfnImageVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnImageVersionProps
CfnImageVersionProps
CfnImageVersionProps.Builder, CfnImageVersionProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBaseImage()
The container image that the SageMaker image version is based on.
|
java.lang.String |
getImageName()
The name of the parent image.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBaseImage()
CfnImageVersionProps
Length Constraints : Minimum length of 1. Maximum length of 255.
Pattern : .*
getBaseImage
in interface CfnImageVersionProps
public final java.lang.String getImageName()
CfnImageVersionProps
Length Constraints : Minimum length of 1. Maximum length of 63.
Pattern : ^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$
getImageName
in interface CfnImageVersionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()