Interface ConfiguredModelAlgorithmSummary.Builder

    • Method Detail

      • createTime

        ConfiguredModelAlgorithmSummary.Builder createTime​(Instant createTime)

        The time at which the configured model algorithm was created.

        Parameters:
        createTime - The time at which the configured model algorithm was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        ConfiguredModelAlgorithmSummary.Builder updateTime​(Instant updateTime)

        The most recent time at which the configured model algorithm was updated.

        Parameters:
        updateTime - The most recent time at which the configured model algorithm was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuredModelAlgorithmArn

        ConfiguredModelAlgorithmSummary.Builder configuredModelAlgorithmArn​(String configuredModelAlgorithmArn)

        The Amazon Resource Name (ARN) of the configured model algorithm.

        Parameters:
        configuredModelAlgorithmArn - The Amazon Resource Name (ARN) of the configured model algorithm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ConfiguredModelAlgorithmSummary.Builder name​(String name)

        The name of the configured model algorithm.

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

        ConfiguredModelAlgorithmSummary.Builder description​(String description)

        The description of the configured model algorithm.

        Parameters:
        description - The description of the configured model algorithm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.