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.
      45134 45135 45136 45137 45138 45139 45140 45141 45142 45143 45144  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45134 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.
      45134 45135 45136 45137 45138 45139 45140 45141 45142 45143 45144  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45134 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.
      45134 45135 45136 45137 45138 45139 45140 45141 45142 45143 45144  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45134 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.
      45134 45135 45136 45137 45138 45139 45140 45141 45142 45143 45144  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45134 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.
      45134 45135 45136 45137 45138 45139 45140 45141 45142 45143 45144  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45134 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.
      45134 45135 45136 45137 45138 45139 45140 45141 45142 45143 45144  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45134 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.
      45134 45135 45136 45137 45138 45139 45140 45141 45142 45143 45144  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 45134 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  |