Class: Aws::SageMaker::Types::TrackingServerSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::TrackingServerSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The summary of the tracking server to list.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time of a listed tracking server.
 - 
  
    
      #is_active  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The activity status of a listed tracking server.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last modified time of a listed tracking server.
 - 
  
    
      #mlflow_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The MLflow version used for a listed tracking server.
 - 
  
    
      #tracking_server_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of a listed tracking server.
 - 
  
    
      #tracking_server_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a listed tracking server.
 - 
  
    
      #tracking_server_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation status of a listed tracking server.
 
Instance Attribute Details
#creation_time ⇒ Time
The creation time of a listed tracking server.
      44751 44752 44753 44754 44755 44756 44757 44758 44759 44760 44761  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44751 class TrackingServerSummary < Struct.new( :tracking_server_arn, :tracking_server_name, :creation_time, :last_modified_time, :tracking_server_status, :is_active, :mlflow_version) SENSITIVE = [] include Aws::Structure end  | 
  
#is_active ⇒ String
The activity status of a listed tracking server.
      44751 44752 44753 44754 44755 44756 44757 44758 44759 44760 44761  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44751 class TrackingServerSummary < Struct.new( :tracking_server_arn, :tracking_server_name, :creation_time, :last_modified_time, :tracking_server_status, :is_active, :mlflow_version) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The last modified time of a listed tracking server.
      44751 44752 44753 44754 44755 44756 44757 44758 44759 44760 44761  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44751 class TrackingServerSummary < Struct.new( :tracking_server_arn, :tracking_server_name, :creation_time, :last_modified_time, :tracking_server_status, :is_active, :mlflow_version) SENSITIVE = [] include Aws::Structure end  | 
  
#mlflow_version ⇒ String
The MLflow version used for a listed tracking server.
      44751 44752 44753 44754 44755 44756 44757 44758 44759 44760 44761  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44751 class TrackingServerSummary < Struct.new( :tracking_server_arn, :tracking_server_name, :creation_time, :last_modified_time, :tracking_server_status, :is_active, :mlflow_version) SENSITIVE = [] include Aws::Structure end  | 
  
#tracking_server_arn ⇒ String
The ARN of a listed tracking server.
      44751 44752 44753 44754 44755 44756 44757 44758 44759 44760 44761  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44751 class TrackingServerSummary < Struct.new( :tracking_server_arn, :tracking_server_name, :creation_time, :last_modified_time, :tracking_server_status, :is_active, :mlflow_version) SENSITIVE = [] include Aws::Structure end  | 
  
#tracking_server_name ⇒ String
The name of a listed tracking server.
      44751 44752 44753 44754 44755 44756 44757 44758 44759 44760 44761  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44751 class TrackingServerSummary < Struct.new( :tracking_server_arn, :tracking_server_name, :creation_time, :last_modified_time, :tracking_server_status, :is_active, :mlflow_version) SENSITIVE = [] include Aws::Structure end  | 
  
#tracking_server_status ⇒ String
The creation status of a listed tracking server.
      44751 44752 44753 44754 44755 44756 44757 44758 44759 44760 44761  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44751 class TrackingServerSummary < Struct.new( :tracking_server_arn, :tracking_server_name, :creation_time, :last_modified_time, :tracking_server_status, :is_active, :mlflow_version) SENSITIVE = [] include Aws::Structure end  |