Interface MLOutputConfiguration.Builder

  • Method Details

    • destination

      MLOutputConfiguration.Builder destination(Destination destination)

      The Amazon S3 location where exported model artifacts are stored.

      Parameters:
      destination - The Amazon S3 location where exported model artifacts are stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destination

      default MLOutputConfiguration.Builder destination(Consumer<Destination.Builder> destination)

      The Amazon S3 location where exported model artifacts are stored.

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

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

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

      The Amazon Resource Name (ARN) of the service access role that is used to store the model artifacts.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the service access role that is used to store the model artifacts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.