| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelPackageValidationSpecification |
CreateModelPackageRequest.validationSpecification()
Specifies configurations for one or more transform jobs that SageMaker runs to test the model package.
|
ModelPackageValidationSpecification |
ModelPackage.validationSpecification()
Returns the value of the ValidationSpecification property for this object.
|
ModelPackageValidationSpecification |
DescribeModelPackageResponse.validationSpecification()
Configurations for one or more transform jobs that SageMaker runs to test the model package.
|
| Modifier and Type | Method and Description |
|---|---|
CreateModelPackageRequest.Builder |
CreateModelPackageRequest.Builder.validationSpecification(ModelPackageValidationSpecification validationSpecification)
Specifies configurations for one or more transform jobs that SageMaker runs to test the model package.
|
ModelPackage.Builder |
ModelPackage.Builder.validationSpecification(ModelPackageValidationSpecification validationSpecification)
Sets the value of the ValidationSpecification property for this object.
|
DescribeModelPackageResponse.Builder |
DescribeModelPackageResponse.Builder.validationSpecification(ModelPackageValidationSpecification validationSpecification)
Configurations for one or more transform jobs that SageMaker runs to test the model package.
|
Copyright © 2022. All rights reserved.