@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:25.393Z")
public interface CfnImageVersionProps
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() |
java.lang.String |
getBaseImage()
The container image that the SageMaker image version is based on.
|
java.lang.String |
getImageName()
The name of the parent image.
|
java.lang.String getBaseImage()
Length Constraints : Minimum length of 1. Maximum length of 255.
Pattern : .*
java.lang.String getImageName()
Length Constraints : Minimum length of 1. Maximum length of 63.
Pattern : ^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$
static CfnImageVersionProps.Builder builder()
CfnImageVersionProps.Builder
of CfnImageVersionProps