Class: Aws::SageMaker::Types::TrackingServerSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeTime

The creation time of a listed tracking server.

Returns:

  • (Time)


42846
42847
42848
42849
42850
42851
42852
42853
42854
42855
42856
# File 'lib/aws-sdk-sagemaker/types.rb', line 42846

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_activeString

The activity status of a listed tracking server.

Returns:

  • (String)


42846
42847
42848
42849
42850
42851
42852
42853
42854
42855
42856
# File 'lib/aws-sdk-sagemaker/types.rb', line 42846

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_timeTime

The last modified time of a listed tracking server.

Returns:

  • (Time)


42846
42847
42848
42849
42850
42851
42852
42853
42854
42855
42856
# File 'lib/aws-sdk-sagemaker/types.rb', line 42846

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_versionString

The MLflow version used for a listed tracking server.

Returns:

  • (String)


42846
42847
42848
42849
42850
42851
42852
42853
42854
42855
42856
# File 'lib/aws-sdk-sagemaker/types.rb', line 42846

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_arnString

The ARN of a listed tracking server.

Returns:

  • (String)


42846
42847
42848
42849
42850
42851
42852
42853
42854
42855
42856
# File 'lib/aws-sdk-sagemaker/types.rb', line 42846

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_nameString

The name of a listed tracking server.

Returns:

  • (String)


42846
42847
42848
42849
42850
42851
42852
42853
42854
42855
42856
# File 'lib/aws-sdk-sagemaker/types.rb', line 42846

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_statusString

The creation status of a listed tracking server.

Returns:

  • (String)


42846
42847
42848
42849
42850
42851
42852
42853
42854
42855
42856
# File 'lib/aws-sdk-sagemaker/types.rb', line 42846

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