Class: Aws::SageMaker::Types::EndpointInputConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EndpointInputConfiguration
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The endpoint configuration for the load test.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #environment_parameter_ranges  ⇒ Types::EnvironmentParameterRanges 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The parameter you want to benchmark against.
 - 
  
    
      #inference_specification_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The inference specification name in the model package version.
 - 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance types to use for the load test.
 - 
  
    
      #serverless_config  ⇒ Types::ProductionVariantServerlessConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the serverless configuration for an endpoint variant.
 
Instance Attribute Details
#environment_parameter_ranges ⇒ Types::EnvironmentParameterRanges
The parameter you want to benchmark against.
      20953 20954 20955 20956 20957 20958 20959 20960  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20953 class EndpointInputConfiguration < Struct.new( :instance_type, :serverless_config, :inference_specification_name, :environment_parameter_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#inference_specification_name ⇒ String
The inference specification name in the model package version.
      20953 20954 20955 20956 20957 20958 20959 20960  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20953 class EndpointInputConfiguration < Struct.new( :instance_type, :serverless_config, :inference_specification_name, :environment_parameter_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_type ⇒ String
The instance types to use for the load test.
      20953 20954 20955 20956 20957 20958 20959 20960  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20953 class EndpointInputConfiguration < Struct.new( :instance_type, :serverless_config, :inference_specification_name, :environment_parameter_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Specifies the serverless configuration for an endpoint variant.
      20953 20954 20955 20956 20957 20958 20959 20960  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20953 class EndpointInputConfiguration < Struct.new( :instance_type, :serverless_config, :inference_specification_name, :environment_parameter_ranges) SENSITIVE = [] include Aws::Structure end  |