@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.902Z") @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()
The container image that the SageMaker image version is based on.
|
String |
getImageName()
The name of the parent image.
|
@Stability(value=Stable) @NotNull String getBaseImage()
Length Constraints : Minimum length of 1. Maximum length of 255.
Pattern : .*
@Stability(value=Stable) @NotNull String getImageName()
Length Constraints : Minimum length of 1. Maximum length of 63.
Pattern : ^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$
@Stability(value=Stable) static CfnImageVersionProps.Builder builder()
CfnImageVersionProps.Builder of CfnImageVersionPropsCopyright © 2022. All rights reserved.