Interface ModelSummary.Builder

    • Method Detail

      • modelName

        ModelSummary.Builder modelName​(String modelName)

        The name of the model that you want a summary for.

        Parameters:
        modelName - The name of the model that you want a summary for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelArn

        ModelSummary.Builder modelArn​(String modelArn)

        The Amazon Resource Name (ARN) of the model.

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

        ModelSummary.Builder creationTime​(Instant creationTime)

        A timestamp that indicates when the model was created.

        Parameters:
        creationTime - A timestamp that indicates when the model was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.