Interface MlflowConfig.Builder

  • Method Details

    • mlflowResourceArn

      MlflowConfig.Builder mlflowResourceArn(String mlflowResourceArn)

      The Amazon Resource Name (ARN) of the MLflow resource.

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

      MlflowConfig.Builder mlflowExperimentName(String mlflowExperimentName)

      The MLflow experiment name used for this job.

      Parameters:
      mlflowExperimentName - The MLflow experiment name used for this job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mlflowRunName

      MlflowConfig.Builder mlflowRunName(String mlflowRunName)

      The MLflow run name used for this job.

      Parameters:
      mlflowRunName - The MLflow run name used for this job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.