Interface AlgorithmValidationSpecification.Builder

    • Method Detail

      • validationRole

        AlgorithmValidationSpecification.Builder validationRole​(String validationRole)

        The IAM roles that SageMaker uses to run the training jobs.

        Parameters:
        validationRole - The IAM roles that SageMaker uses to run the training jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationProfiles

        AlgorithmValidationSpecification.Builder validationProfiles​(Collection<AlgorithmValidationProfile> validationProfiles)

        An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that SageMaker runs to validate your algorithm.

        Parameters:
        validationProfiles - An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that SageMaker runs to validate your algorithm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationProfiles

        AlgorithmValidationSpecification.Builder validationProfiles​(AlgorithmValidationProfile... validationProfiles)

        An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that SageMaker runs to validate your algorithm.

        Parameters:
        validationProfiles - An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that SageMaker runs to validate your algorithm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.