Interface ModelPackageContainerDefinition.Builder

    • Method Detail

      • containerHostname

        ModelPackageContainerDefinition.Builder containerHostname​(String containerHostname)

        The DNS host name for the Docker container.

        Parameters:
        containerHostname - The DNS host name for the Docker container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • image

        ModelPackageContainerDefinition.Builder image​(String image)

        The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.

        If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

        Parameters:
        image - The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.

        If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageDigest

        ModelPackageContainerDefinition.Builder imageDigest​(String imageDigest)

        An MD5 hash of the training algorithm that identifies the Docker image used for training.

        Parameters:
        imageDigest - An MD5 hash of the training algorithm that identifies the Docker image used for training.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelDataUrl

        ModelPackageContainerDefinition.Builder modelDataUrl​(String modelDataUrl)

        The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

        The model artifacts must be in an S3 bucket that is in the same region as the model package.

        Parameters:
        modelDataUrl - The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

        The model artifacts must be in an S3 bucket that is in the same region as the model package.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelDataSource

        ModelPackageContainerDefinition.Builder modelDataSource​(ModelDataSource modelDataSource)

        Specifies the location of ML model data to deploy during endpoint creation.

        Parameters:
        modelDataSource - Specifies the location of ML model data to deploy during endpoint creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productId

        ModelPackageContainerDefinition.Builder productId​(String productId)

        The Amazon Web Services Marketplace product ID of the model package.

        Parameters:
        productId - The Amazon Web Services Marketplace product ID of the model package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environment

        ModelPackageContainerDefinition.Builder environment​(Map<String,​String> environment)

        The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

        Parameters:
        environment - The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelInput

        ModelPackageContainerDefinition.Builder modelInput​(ModelInput modelInput)

        A structure with Model Input details.

        Parameters:
        modelInput - A structure with Model Input details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • framework

        ModelPackageContainerDefinition.Builder framework​(String framework)

        The machine learning framework of the model package container image.

        Parameters:
        framework - The machine learning framework of the model package container image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • frameworkVersion

        ModelPackageContainerDefinition.Builder frameworkVersion​(String frameworkVersion)

        The framework version of the Model Package Container Image.

        Parameters:
        frameworkVersion - The framework version of the Model Package Container Image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nearestModelName

        ModelPackageContainerDefinition.Builder nearestModelName​(String nearestModelName)

        The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model. You can find a list of benchmarked models by calling ListModelMetadata.

        Parameters:
        nearestModelName - The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model. You can find a list of benchmarked models by calling ListModelMetadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalS3DataSource

        ModelPackageContainerDefinition.Builder additionalS3DataSource​(AdditionalS3DataSource additionalS3DataSource)

        The additional data source that is used during inference in the Docker container for your model package.

        Parameters:
        additionalS3DataSource - The additional data source that is used during inference in the Docker container for your model package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.