@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:47.949Z") @Stability(value=Stable) public interface CfnImageProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnImageProps.Builder
A builder for
CfnImageProps |
static class |
CfnImageProps.Jsii$Proxy
An implementation for
CfnImageProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnImageProps.Builder |
builder() |
default String |
getImageDescription()
`AWS::SageMaker::Image.ImageDescription`.
|
default String |
getImageDisplayName()
`AWS::SageMaker::Image.ImageDisplayName`.
|
String |
getImageName()
`AWS::SageMaker::Image.ImageName`.
|
String |
getImageRoleArn()
`AWS::SageMaker::Image.ImageRoleArn`.
|
default List<CfnTag> |
getTags()
`AWS::SageMaker::Image.Tags`.
|
@Stability(value=Stable) @NotNull String getImageName()
@Stability(value=Stable) @NotNull String getImageRoleArn()
@Stability(value=Stable) @Nullable default String getImageDescription()
@Stability(value=Stable) @Nullable default String getImageDisplayName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnImageProps.Builder builder()
CfnImageProps.Builder of CfnImagePropsCopyright © 2021. All rights reserved.