Interface ModelConfiguration.Builder

    • Method Detail

      • inferenceSpecificationName

        ModelConfiguration.Builder inferenceSpecificationName​(String inferenceSpecificationName)

        The inference specification name in the model package version.

        Parameters:
        inferenceSpecificationName - The inference specification name in the model package version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentParameters

        ModelConfiguration.Builder environmentParameters​(Collection<EnvironmentParameter> environmentParameters)

        Defines the environment parameters that includes key, value types, and values.

        Parameters:
        environmentParameters - Defines the environment parameters that includes key, value types, and values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentParameters

        ModelConfiguration.Builder environmentParameters​(EnvironmentParameter... environmentParameters)

        Defines the environment parameters that includes key, value types, and values.

        Parameters:
        environmentParameters - Defines the environment parameters that includes key, value types, and values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • compilationJobName

        ModelConfiguration.Builder compilationJobName​(String compilationJobName)

        The name of the compilation job used to create the recommended model artifacts.

        Parameters:
        compilationJobName - The name of the compilation job used to create the recommended model artifacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.