Class: Aws::SageMaker::Types::PartnerAppConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#admin_usersArray<String>

The list of users that are given admin access to the SageMaker Partner AI App.

Returns:

  • (Array<String>)


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

#argumentsHash<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.

Returns:

  • (Hash<String,String>)


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