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.
42937 42938 42939 42940 42941 42942 42943 42944 42945 42946 42947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42937 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.
42937 42938 42939 42940 42941 42942 42943 42944 42945 42946 42947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42937 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.
42937 42938 42939 42940 42941 42942 42943 42944 42945 42946 42947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42937 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.
42937 42938 42939 42940 42941 42942 42943 42944 42945 42946 42947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42937 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.
42937 42938 42939 42940 42941 42942 42943 42944 42945 42946 42947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42937 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.
42937 42938 42939 42940 42941 42942 42943 42944 42945 42946 42947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42937 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.
42937 42938 42939 42940 42941 42942 42943 42944 42945 42946 42947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42937 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 |