Interface TrainingDataSchema.Builder

    • Method Detail

      • modelVariables

        TrainingDataSchema.Builder modelVariables​(Collection<String> modelVariables)

        The training data schema variables.

        Parameters:
        modelVariables - The training data schema variables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelVariables

        TrainingDataSchema.Builder modelVariables​(String... modelVariables)

        The training data schema variables.

        Parameters:
        modelVariables - The training data schema variables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • labelSchema

        TrainingDataSchema.Builder labelSchema​(LabelSchema labelSchema)
        Sets the value of the LabelSchema property for this object.
        Parameters:
        labelSchema - The new value for the LabelSchema property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.