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.
37554 37555 37556 37557 37558 37559 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37554 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.
37554 37555 37556 37557 37558 37559 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37554 class PartnerAppConfig < Struct.new( :admin_users, :arguments) SENSITIVE = [] include Aws::Structure end |