Class: Aws::SageMaker::Types::InferenceComponentSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::InferenceComponentSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A summary of the properties of an inference component.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the inference component was created.
 - 
  
    
      #endpoint_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
 - 
  
    
      #endpoint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the endpoint that hosts the inference component.
 - 
  
    
      #inference_component_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the inference component.
 - 
  
    
      #inference_component_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the inference component.
 - 
  
    
      #inference_component_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the inference component.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the inference component was last updated.
 - 
  
    
      #variant_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the production variant that hosts the inference component.
 
Instance Attribute Details
#creation_time ⇒ Time
The time when the inference component was created.
      25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25846 class InferenceComponentSummary < Struct.new( :creation_time, :inference_component_arn, :inference_component_name, :endpoint_arn, :endpoint_name, :variant_name, :inference_component_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
      25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25846 class InferenceComponentSummary < Struct.new( :creation_time, :inference_component_arn, :inference_component_name, :endpoint_arn, :endpoint_name, :variant_name, :inference_component_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint_name ⇒ String
The name of the endpoint that hosts the inference component.
      25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25846 class InferenceComponentSummary < Struct.new( :creation_time, :inference_component_arn, :inference_component_name, :endpoint_arn, :endpoint_name, :variant_name, :inference_component_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#inference_component_arn ⇒ String
The Amazon Resource Name (ARN) of the inference component.
      25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25846 class InferenceComponentSummary < Struct.new( :creation_time, :inference_component_arn, :inference_component_name, :endpoint_arn, :endpoint_name, :variant_name, :inference_component_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#inference_component_name ⇒ String
The name of the inference component.
      25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25846 class InferenceComponentSummary < Struct.new( :creation_time, :inference_component_arn, :inference_component_name, :endpoint_arn, :endpoint_name, :variant_name, :inference_component_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#inference_component_status ⇒ String
The status of the inference component.
      25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25846 class InferenceComponentSummary < Struct.new( :creation_time, :inference_component_arn, :inference_component_name, :endpoint_arn, :endpoint_name, :variant_name, :inference_component_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The time when the inference component was last updated.
      25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25846 class InferenceComponentSummary < Struct.new( :creation_time, :inference_component_arn, :inference_component_name, :endpoint_arn, :endpoint_name, :variant_name, :inference_component_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end  | 
  
#variant_name ⇒ String
The name of the production variant that hosts the inference component.
      25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25846 class InferenceComponentSummary < Struct.new( :creation_time, :inference_component_arn, :inference_component_name, :endpoint_arn, :endpoint_name, :variant_name, :inference_component_status, :last_modified_time) SENSITIVE = [] include Aws::Structure end  |