Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelPackageValidationSpecification
-
Packages that use ModelPackageValidationSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelPackageValidationSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelPackageValidationSpecification Modifier and Type Method Description ModelPackageValidationSpecificationCreateModelPackageRequest. validationSpecification()Specifies configurations for one or more transform jobs that SageMaker runs to test the model package.ModelPackageValidationSpecificationDescribeModelPackageResponse. validationSpecification()Configurations for one or more transform jobs that SageMaker runs to test the model package.ModelPackageValidationSpecificationModelPackage. validationSpecification()Specifies batch transform jobs that SageMaker runs to validate your model package.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelPackageValidationSpecification Modifier and Type Method Description CreateModelPackageRequest.BuilderCreateModelPackageRequest.Builder. validationSpecification(ModelPackageValidationSpecification validationSpecification)Specifies configurations for one or more transform jobs that SageMaker runs to test the model package.DescribeModelPackageResponse.BuilderDescribeModelPackageResponse.Builder. validationSpecification(ModelPackageValidationSpecification validationSpecification)Configurations for one or more transform jobs that SageMaker runs to test the model package.ModelPackage.BuilderModelPackage.Builder. validationSpecification(ModelPackageValidationSpecification validationSpecification)Specifies batch transform jobs that SageMaker runs to validate your model package.
-