Class: Aws::SageMaker::Types::MonitoringJobDefinitionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::MonitoringJobDefinitionSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Summary information about a monitoring job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the monitoring job was created.
 - 
  
    
      #endpoint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the endpoint that the job monitors.
 - 
  
    
      #monitoring_job_definition_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the monitoring job.
 - 
  
    
      #monitoring_job_definition_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the monitoring job.
 
Instance Attribute Details
#creation_time ⇒ Time
The time that the monitoring job was created.
      35837 35838 35839 35840 35841 35842 35843 35844  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35837 class MonitoringJobDefinitionSummary < Struct.new( :monitoring_job_definition_name, :monitoring_job_definition_arn, :creation_time, :endpoint_name) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint_name ⇒ String
The name of the endpoint that the job monitors.
      35837 35838 35839 35840 35841 35842 35843 35844  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35837 class MonitoringJobDefinitionSummary < Struct.new( :monitoring_job_definition_name, :monitoring_job_definition_arn, :creation_time, :endpoint_name) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring_job_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring job.
      35837 35838 35839 35840 35841 35842 35843 35844  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35837 class MonitoringJobDefinitionSummary < Struct.new( :monitoring_job_definition_name, :monitoring_job_definition_arn, :creation_time, :endpoint_name) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring_job_definition_name ⇒ String
The name of the monitoring job.
      35837 35838 35839 35840 35841 35842 35843 35844  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35837 class MonitoringJobDefinitionSummary < Struct.new( :monitoring_job_definition_name, :monitoring_job_definition_arn, :creation_time, :endpoint_name) SENSITIVE = [] include Aws::Structure end  |