public static interface CfnUserProfile.CustomImageProperty
For more information, see Bring your own SageMaker image .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; CustomImageProperty customImageProperty = CustomImageProperty.builder() .appImageConfigName("appImageConfigName") .imageName("imageName") // the properties below are optional .imageVersionNumber(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnUserProfile.CustomImageProperty.Builder
A builder for
CfnUserProfile.CustomImageProperty |
static class |
CfnUserProfile.CustomImageProperty.Jsii$Proxy
An implementation for
CfnUserProfile.CustomImageProperty |
Modifier and Type | Method and Description |
---|---|
static CfnUserProfile.CustomImageProperty.Builder |
builder() |
java.lang.String |
getAppImageConfigName()
The name of the AppImageConfig.
|
java.lang.String |
getImageName()
The name of the CustomImage.
|
default java.lang.Number |
getImageVersionNumber()
The version number of the CustomImage.
|
java.lang.String getAppImageConfigName()
java.lang.String getImageName()
Must be unique to your account.
default java.lang.Number getImageVersionNumber()
static CfnUserProfile.CustomImageProperty.Builder builder()