Class: Aws::SageMaker::Types::EndpointOutputConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EndpointOutputConfiguration
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The endpoint configuration made by Inference Recommender during a recommendation job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the endpoint made during a recommendation job.
 - 
  
    
      #initial_instance_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of instances recommended to launch initially.
 - 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance type recommended by Amazon SageMaker Inference Recommender.
 - 
  
    
      #serverless_config  ⇒ Types::ProductionVariantServerlessConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the serverless configuration for an endpoint variant.
 - 
  
    
      #variant_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the production variant (deployed model) made during a recommendation job.
 
Instance Attribute Details
#endpoint_name ⇒ String
The name of the endpoint made during a recommendation job.
      21066 21067 21068 21069 21070 21071 21072 21073 21074  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21066 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end  | 
  
#initial_instance_count ⇒ Integer
The number of instances recommended to launch initially.
      21066 21067 21068 21069 21070 21071 21072 21073 21074  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21066 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_type ⇒ String
The instance type recommended by Amazon SageMaker Inference Recommender.
      21066 21067 21068 21069 21070 21071 21072 21073 21074  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21066 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end  | 
  
#serverless_config ⇒ Types::ProductionVariantServerlessConfig
Specifies the serverless configuration for an endpoint variant.
      21066 21067 21068 21069 21070 21071 21072 21073 21074  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21066 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end  | 
  
#variant_name ⇒ String
The name of the production variant (deployed model) made during a recommendation job.
      21066 21067 21068 21069 21070 21071 21072 21073 21074  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21066 class EndpointOutputConfiguration < Struct.new( :endpoint_name, :variant_name, :instance_type, :initial_instance_count, :serverless_config) SENSITIVE = [] include Aws::Structure end  |