Interface AIRecommendationOutputResult.Builder

  • Method Details

    • s3OutputLocation

      AIRecommendationOutputResult.Builder s3OutputLocation(String s3OutputLocation)

      The Amazon S3 URI where the recommendation job writes its output results.

      Parameters:
      s3OutputLocation - The Amazon S3 URI where the recommendation job writes its output results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelPackageGroupIdentifier

      AIRecommendationOutputResult.Builder modelPackageGroupIdentifier(String modelPackageGroupIdentifier)

      The name or Amazon Resource Name (ARN) of the model package group where deployment-ready model packages are registered.

      Parameters:
      modelPackageGroupIdentifier - The name or Amazon Resource Name (ARN) of the model package group where deployment-ready model packages are registered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mlflowConfig

      The MLflow tracking configuration for the job.

      Parameters:
      mlflowConfig - The MLflow tracking configuration for the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mlflowConfig

      The MLflow tracking configuration for the job.

      This is a convenience method that creates an instance of the AIMlflowConfig.Builder avoiding the need to create one manually via AIMlflowConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to mlflowConfig(AIMlflowConfig).

      Parameters:
      mlflowConfig - a consumer that will call methods on AIMlflowConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: