Class: Aws::SageMaker::Types::DirectDeploySettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DirectDeploySettings
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The model deployment settings for the SageMaker Canvas application.
<note markdown=“1”> In order to enable model deployment for Canvas, the SageMaker Domain’s or user profile’s Amazon Web Services IAM execution role must have the ‘AmazonSageMakerCanvasDirectDeployAccess` policy attached. You can also turn on model deployment permissions through the SageMaker Domain’s or user profile’s settings in the SageMaker console.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Describes whether model deployment permissions are enabled or disabled in the Canvas application.
Instance Attribute Details
#status ⇒ String
Describes whether model deployment permissions are enabled or disabled in the Canvas application.
18712 18713 18714 18715 18716 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18712 class DirectDeploySettings < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |