Interface OutputS3Object.Builder

    • Method Detail

      • bucket

        OutputS3Object.Builder bucket​(String bucket)

        The bucket that contains the training output.

        Parameters:
        bucket - The bucket that contains the training output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        OutputS3Object.Builder key​(String key)

        The location of the training output in the bucket.

        Parameters:
        key - The location of the training output in the bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.