Method: Aws::SageMaker::Types::InferenceComponentContainerSpecification#image
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#image ⇒ String
The Amazon Elastic Container Registry (Amazon ECR) path where the Docker image for the model is stored.
22796 22797 22798 22799 22800 22801 22802 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 22796 class InferenceComponentContainerSpecification < Struct.new( :image, :artifact_url, :environment) SENSITIVE = [] include Aws::Structure end |