Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelCardSecurityConfig
-
Packages that use ModelCardSecurityConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelCardSecurityConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelCardSecurityConfig Modifier and Type Method Description ModelCardSecurityConfigCreateModelCardRequest. securityConfig()An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.ModelCardSecurityConfigDescribeModelCardResponse. securityConfig()The security configuration used to protect model card content.ModelCardSecurityConfigModelCard. securityConfig()The security configuration used to protect model card data.ModelCardSecurityConfigModelDashboardModelCard. securityConfig()The KMS Key ID (KMSKeyId) for encryption of model card information.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelCardSecurityConfig Modifier and Type Method Description CreateModelCardRequest.BuilderCreateModelCardRequest.Builder. securityConfig(ModelCardSecurityConfig securityConfig)An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.DescribeModelCardResponse.BuilderDescribeModelCardResponse.Builder. securityConfig(ModelCardSecurityConfig securityConfig)The security configuration used to protect model card content.ModelCard.BuilderModelCard.Builder. securityConfig(ModelCardSecurityConfig securityConfig)The security configuration used to protect model card data.ModelDashboardModelCard.BuilderModelDashboardModelCard.Builder. securityConfig(ModelCardSecurityConfig securityConfig)The KMS Key ID (KMSKeyId) for encryption of model card information.
-