Class: Aws::SageMaker::Types::CreateTemplateProvider

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Contains configuration details for a template provider. Only one type of template provider can be specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cfn_template_providerTypes::CfnCreateTemplateProvider

The CloudFormation template provider configuration for creating infrastructure resources.



11362
11363
11364
11365
11366
# File 'lib/aws-sdk-sagemaker/types.rb', line 11362

class CreateTemplateProvider < Struct.new(
  :cfn_template_provider)
  SENSITIVE = []
  include Aws::Structure
end