Method: Aws::SageMaker::Types::CreatePartnerAppRequest#application_config

Defined in:
lib/aws-sdk-sagemaker/types.rb

#application_configTypes::PartnerAppConfig

Configuration settings for the SageMaker Partner AI App.

Returns:



11945
11946
11947
11948
11949
11950
11951
11952
11953
11954
11955
11956
11957
11958
11959
11960
# File 'lib/aws-sdk-sagemaker/types.rb', line 11945

class CreatePartnerAppRequest < Struct.new(
  :name,
  :type,
  :execution_role_arn,
  :kms_key_id,
  :maintenance_config,
  :tier,
  :application_config,
  :auth_type,
  :enable_iam_session_based_identity,
  :enable_auto_minor_version_upgrade,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end