Class: Aws::SageMaker::Types::PartnerAppConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PartnerAppConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Configuration settings for the SageMaker Partner AI App.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_users ⇒ Array<String>
The list of users that are given admin access to the SageMaker Partner AI App.
-
#arguments ⇒ Hash<String,String>
This is a map of required inputs for a SageMaker Partner AI App.
Instance Attribute Details
#admin_users ⇒ Array<String>
The list of users that are given admin access to the SageMaker Partner AI App.
37570 37571 37572 37573 37574 37575 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37570 class PartnerAppConfig < Struct.new( :admin_users, :arguments) SENSITIVE = [] include Aws::Structure end |
#arguments ⇒ Hash<String,String>
This is a map of required inputs for a SageMaker Partner AI App. Based on the application type, the map is populated with a key and value pair that is specific to the user and application.
37570 37571 37572 37573 37574 37575 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37570 class PartnerAppConfig < Struct.new( :admin_users, :arguments) SENSITIVE = [] include Aws::Structure end |