Interface MlflowAppSummary.Builder

  • Method Details

    • arn

      The ARN of a listed MLflow App.

      Parameters:
      arn - The ARN of a listed MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the MLflow App.

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

      The status of the MLflow App.

      Parameters:
      status - The status of the MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the MLflow App.

      Parameters:
      status - The status of the MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      MlflowAppSummary.Builder creationTime(Instant creationTime)

      The creation time of a listed MLflow App.

      Parameters:
      creationTime - The creation time of a listed MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      MlflowAppSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The last modified time of a listed MLflow App.

      Parameters:
      lastModifiedTime - The last modified time of a listed MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mlflowVersion

      MlflowAppSummary.Builder mlflowVersion(String mlflowVersion)

      The version of a listed MLflow App.

      Parameters:
      mlflowVersion - The version of a listed MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.