Class: Aws::SageMaker::Types::StudioWebPortalSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StudioWebPortalSettings
- Defined in:
- gems/aws-sdk-sagemaker/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][1] that are hidden from the Studio left navigation pane.
-
#hidden_instance_types ⇒ Array<String>
The instance types you are hiding from the Studio user interface.
-
#hidden_ml_tools ⇒ Array<String>
The machine learning tools that are hidden from the Studio left navigation pane.
-
#hidden_sage_maker_image_version_aliases ⇒ Array<Types::HiddenSageMakerImage>
The version aliases you are hiding from the Studio user interface.
Instance Attribute Details
#hidden_app_types ⇒ Array<String>
The Applications supported in Studio that are hidden from the Studio left navigation pane.
47001 47002 47003 47004 47005 47006 47007 47008 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47001 class StudioWebPortalSettings < Struct.new( :hidden_ml_tools, :hidden_app_types, :hidden_instance_types, :hidden_sage_maker_image_version_aliases) SENSITIVE = [] include Aws::Structure end |
#hidden_instance_types ⇒ Array<String>
The instance types you are hiding from the Studio user interface.
47001 47002 47003 47004 47005 47006 47007 47008 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47001 class StudioWebPortalSettings < Struct.new( :hidden_ml_tools, :hidden_app_types, :hidden_instance_types, :hidden_sage_maker_image_version_aliases) SENSITIVE = [] include Aws::Structure end |
#hidden_ml_tools ⇒ Array<String>
The machine learning tools that are hidden from the Studio left navigation pane.
47001 47002 47003 47004 47005 47006 47007 47008 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47001 class StudioWebPortalSettings < Struct.new( :hidden_ml_tools, :hidden_app_types, :hidden_instance_types, :hidden_sage_maker_image_version_aliases) SENSITIVE = [] include Aws::Structure end |
#hidden_sage_maker_image_version_aliases ⇒ Array<Types::HiddenSageMakerImage>
The version aliases you are hiding from the Studio user interface.
47001 47002 47003 47004 47005 47006 47007 47008 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47001 class StudioWebPortalSettings < Struct.new( :hidden_ml_tools, :hidden_app_types, :hidden_instance_types, :hidden_sage_maker_image_version_aliases) SENSITIVE = [] include Aws::Structure end |