Method: Aws::SageMaker::Types::InferenceComponentContainerSpecification#image

Defined in:
lib/aws-sdk-sagemaker/types.rb

#imageString

The Amazon Elastic Container Registry (Amazon ECR) path where the Docker image for the model is stored.

Returns:

  • (String)


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