Interface MonitoringOutputConfig.Builder

    • Method Detail

      • monitoringOutputs

        MonitoringOutputConfig.Builder monitoringOutputs​(Collection<MonitoringOutput> monitoringOutputs)

        Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.

        Parameters:
        monitoringOutputs - Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitoringOutputs

        MonitoringOutputConfig.Builder monitoringOutputs​(MonitoringOutput... monitoringOutputs)

        Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.

        Parameters:
        monitoringOutputs - Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        MonitoringOutputConfig.Builder kmsKeyId​(String kmsKeyId)

        The Key Management Service (KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

        Parameters:
        kmsKeyId - The Key Management Service (KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.