Interface ModelPackageValidationSpecification.Builder

    • Method Detail

      • validationRole

        ModelPackageValidationSpecification.Builder validationRole​(String validationRole)

        The IAM roles to be used for the validation of the model package.

        Parameters:
        validationRole - The IAM roles to be used for the validation of the model package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationProfiles

        ModelPackageValidationSpecification.Builder validationProfiles​(Collection<ModelPackageValidationProfile> validationProfiles)

        An array of ModelPackageValidationProfile objects, each of which specifies a batch transform job that SageMaker runs to validate your model package.

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

        ModelPackageValidationSpecification.Builder validationProfiles​(ModelPackageValidationProfile... validationProfiles)

        An array of ModelPackageValidationProfile objects, each of which specifies a batch transform job that SageMaker runs to validate your model package.

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