Interface ImportedModelSummary.Builder

  • Method Details

    • modelArn

      The Amazon Resource Name (ARN) of the imported model.

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

      ImportedModelSummary.Builder modelName(String modelName)

      Name of the imported model.

      Parameters:
      modelName - Name of the imported model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      ImportedModelSummary.Builder creationTime(Instant creationTime)

      Creation time of the imported model.

      Parameters:
      creationTime - Creation time of the imported model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.