@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / ContainerImage
abstract
ContainerImagehttps://github.com/aws/deep-learning-containers/blob/master/available_images.md
new ContainerImage():
ContainerImage
abstract
bind(scope
,grantable
):ContainerImageConfig
Construct
IGrantable
static
fromAsset(directory
,options
):ContainerImage
string
DockerImageAssetOptions
= {}
static
fromEcrRepository(repository
,tag
):ContainerImage
IRepository
string
= 'latest'