Class: Aws::SageMaker::Types::ModelConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelConfiguration
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Defines the model configuration. Includes the specification name and environment parameters.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #compilation_job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the compilation job used to create the recommended model artifacts.
 - 
  
    
      #environment_parameters  ⇒ Array<Types::EnvironmentParameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines the environment parameters that includes key, value types, and values.
 - 
  
    
      #inference_specification_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The inference specification name in the model package version.
 
Instance Attribute Details
#compilation_job_name ⇒ String
The name of the compilation job used to create the recommended model artifacts.
      34123 34124 34125 34126 34127 34128 34129  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34123 class ModelConfiguration < Struct.new( :inference_specification_name, :environment_parameters, :compilation_job_name) SENSITIVE = [] include Aws::Structure end  | 
  
#environment_parameters ⇒ Array<Types::EnvironmentParameter>
Defines the environment parameters that includes key, value types, and values.
      34123 34124 34125 34126 34127 34128 34129  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34123 class ModelConfiguration < Struct.new( :inference_specification_name, :environment_parameters, :compilation_job_name) SENSITIVE = [] include Aws::Structure end  | 
  
#inference_specification_name ⇒ String
The inference specification name in the model package version.
      34123 34124 34125 34126 34127 34128 34129  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 34123 class ModelConfiguration < Struct.new( :inference_specification_name, :environment_parameters, :compilation_job_name) SENSITIVE = [] include Aws::Structure end  |