Class: Aws::SageMaker::Types::CreateTemplateProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateTemplateProvider
- 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
-
#cfn_template_provider ⇒ Types::CfnCreateTemplateProvider
The CloudFormation template provider configuration for creating infrastructure resources.
Instance Attribute Details
#cfn_template_provider ⇒ Types::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 |