Class: Aws::SageMaker::Types::InferenceExperimentSchedule
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::InferenceExperimentSchedule
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The start and end times of an inference experiment.
The maximum duration that you can set for an inference experiment is 30 days.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp at which the inference experiment ended or will end.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp at which the inference experiment started or will start.
 
Instance Attribute Details
#end_time ⇒ Time
The timestamp at which the inference experiment ended or will end.
      25735 25736 25737 25738 25739 25740  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25735 class InferenceExperimentSchedule < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
The timestamp at which the inference experiment started or will start.
      25735 25736 25737 25738 25739 25740  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 25735 class InferenceExperimentSchedule < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end  |