Interface OutputConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OutputConfig.Builder,OutputConfig>, SdkBuilder<OutputConfig.Builder,OutputConfig>, SdkPojo
Enclosing class:
OutputConfig

public static interface OutputConfig.Builder extends SdkPojo, CopyableBuilder<OutputConfig.Builder,OutputConfig>
  • Method Details

    • s3Bucket

      OutputConfig.Builder s3Bucket(String s3Bucket)

      The S3 bucket where training output is placed.

      Parameters:
      s3Bucket - The S3 bucket where training output is placed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3KeyPrefix

      OutputConfig.Builder s3KeyPrefix(String s3KeyPrefix)

      The prefix applied to the training output files.

      Parameters:
      s3KeyPrefix - The prefix applied to the training output files.
      Returns:
      Returns a reference to this object so that method calls can be chained together.