class Aws::SageMaker::Types::AppSpecification

Configuration to run a processing job in a specified container image.

@note When making an API call, you may pass AppSpecification

data as a hash:

    {
      image_uri: "ImageUri", # required
      container_entrypoint: ["ContainerEntrypointString"],
      container_arguments: ["ContainerArgument"],
    }

@!attribute [rw] image_uri

The container image to be run by the processing job.
@return [String]

@!attribute [rw] container_entrypoint

The entrypoint for a container used to run a processing job.
@return [Array<String>]

@!attribute [rw] container_arguments

The arguments for a container used to run a processing job.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AppSpecification AWS API Documentation

Constants

SENSITIVE