Class: Aws::SageMaker::Types::StudioWebPortalSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StudioWebPortalSettings
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hidden_app_types ⇒ Array<String>
The [Applications supported in Studio] that are hidden from the Studio left navigation pane.
-
#hidden_ml_tools ⇒ Array<String>
The machine learning tools that are hidden from the Studio left navigation pane.
Instance Attribute Details
#hidden_app_types ⇒ Array<String>
The [Applications supported in Studio] that are hidden from the Studio left navigation pane.
[1]: docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-apps.html
41793 41794 41795 41796 41797 41798 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41793 class StudioWebPortalSettings < Struct.new( :hidden_ml_tools, :hidden_app_types) SENSITIVE = [] include Aws::Structure end |
#hidden_ml_tools ⇒ Array<String>
The machine learning tools that are hidden from the Studio left navigation pane.
41793 41794 41795 41796 41797 41798 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41793 class StudioWebPortalSettings < Struct.new( :hidden_ml_tools, :hidden_app_types) SENSITIVE = [] include Aws::Structure end |