Class: Aws::SageMaker::Types::DirectDeploySettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DirectDeploySettings
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The model deployment settings for the SageMaker Canvas application.
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.
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.
21588 21589 21590 21591 21592 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21588 class DirectDeploySettings < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |