Interface ImageConfig.Builder

    • Method Detail

      • repositoryAccessMode

        ImageConfig.Builder repositoryAccessMode​(String repositoryAccessMode)

        Set this to one of the following values:

        • Platform - The model image is hosted in Amazon ECR.

        • Vpc - The model image is hosted in a private Docker registry in your VPC.

        Parameters:
        repositoryAccessMode - Set this to one of the following values:

        • Platform - The model image is hosted in Amazon ECR.

        • Vpc - The model image is hosted in a private Docker registry in your VPC.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RepositoryAccessMode, RepositoryAccessMode
      • repositoryAccessMode

        ImageConfig.Builder repositoryAccessMode​(RepositoryAccessMode repositoryAccessMode)

        Set this to one of the following values:

        • Platform - The model image is hosted in Amazon ECR.

        • Vpc - The model image is hosted in a private Docker registry in your VPC.

        Parameters:
        repositoryAccessMode - Set this to one of the following values:

        • Platform - The model image is hosted in Amazon ECR.

        • Vpc - The model image is hosted in a private Docker registry in your VPC.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RepositoryAccessMode, RepositoryAccessMode
      • repositoryAuthConfig

        ImageConfig.Builder repositoryAuthConfig​(RepositoryAuthConfig repositoryAuthConfig)

        (Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication.

        Parameters:
        repositoryAuthConfig - (Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.