Interface ProcessingOutputConfig.Builder

    • Method Detail

      • outputs

        ProcessingOutputConfig.Builder outputs​(Collection<ProcessingOutput> outputs)

        An array of outputs configuring the data to upload from the processing container.

        Parameters:
        outputs - An array of outputs configuring the data to upload from the processing container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputs

        ProcessingOutputConfig.Builder outputs​(ProcessingOutput... outputs)

        An array of outputs configuring the data to upload from the processing container.

        Parameters:
        outputs - An array of outputs configuring the data to upload from the processing container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        ProcessingOutputConfig.Builder kmsKeyId​(String kmsKeyId)

        The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.

        Parameters:
        kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.