image property

String? image
final

The path where inference code is stored. This can be either in Amazon EC2 Container Registry or in a Docker registry that is accessible from the same VPC that you configure for your endpoint. If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both registry/repository:tag and registry/repository@digest image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker

Implementation

final String? image;