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.
42909 42910 42911 42912 42913 42914 42915 42916 42917 42918 42919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42909 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.
42909 42910 42911 42912 42913 42914 42915 42916 42917 42918 42919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42909 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.
42909 42910 42911 42912 42913 42914 42915 42916 42917 42918 42919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42909 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.
42909 42910 42911 42912 42913 42914 42915 42916 42917 42918 42919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42909 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.
42909 42910 42911 42912 42913 42914 42915 42916 42917 42918 42919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42909 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.
42909 42910 42911 42912 42913 42914 42915 42916 42917 42918 42919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42909 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.
42909 42910 42911 42912 42913 42914 42915 42916 42917 42918 42919 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42909 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 |