Interface MLOutputConfiguration.Builder

    • Method Detail

      • 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.
      • roleArn

        MLOutputConfiguration.Builder roleArn​(String 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.