Interface ModelMetadataSummary.Builder

  • Method Details

    • domain

      The machine learning domain of the model.

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

      ModelMetadataSummary.Builder framework(String framework)

      The machine learning framework of the model.

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

      The machine learning task of the model.

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

      The name of the model.

      Parameters:
      model - The name of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • frameworkVersion

      ModelMetadataSummary.Builder frameworkVersion(String frameworkVersion)

      The framework version of the model.

      Parameters:
      frameworkVersion - The framework version of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.