@Stability(value=Stable)
public static interface CfnDomain.CustomImageProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnDomain.CustomImageProperty.Builder
A builder for
CfnDomain.CustomImageProperty |
static class |
CfnDomain.CustomImageProperty.Jsii$Proxy
An implementation for
CfnDomain.CustomImageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomain.CustomImageProperty.Builder |
builder() |
String |
getAppImageConfigName()
The name of the AppImageConfig.
|
String |
getImageName()
The name of the CustomImage.
|
default Number |
getImageVersionNumber()
The version number of the CustomImage.
|
@Stability(value=Stable) @NotNull String getAppImageConfigName()
@Stability(value=Stable) @NotNull String getImageName()
Must be unique to your account.
@Stability(value=Stable) @Nullable default Number getImageVersionNumber()
@Stability(value=Stable) static CfnDomain.CustomImageProperty.Builder builder()
Copyright © 2022. All rights reserved.