@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.118Z") @Stability(value=Stable) public interface CfnImageVersionProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnImageVersionProps cfnImageVersionProps = CfnImageVersionProps.builder()
.baseImage("baseImage")
.imageName("imageName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnImageVersionProps.Builder
A builder for
CfnImageVersionProps |
static class |
CfnImageVersionProps.Jsii$Proxy
An implementation for
CfnImageVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnImageVersionProps.Builder |
builder() |
String |
getBaseImage()
`AWS::SageMaker::ImageVersion.BaseImage`.
|
String |
getImageName()
`AWS::SageMaker::ImageVersion.ImageName`.
|
@Stability(value=Stable) @NotNull String getBaseImage()
@Stability(value=Stable) @NotNull String getImageName()
@Stability(value=Stable) static CfnImageVersionProps.Builder builder()
CfnImageVersionProps.Builder of CfnImageVersionPropsCopyright © 2021. All rights reserved.