Class: Aws::SageMaker::Types::StopMlflowTrackingServerResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tracking_server_arnString

The ARN of the stopped tracking server.

Returns:

  • (String)


41750
41751
41752
41753
41754
# File 'lib/aws-sdk-sagemaker/types.rb', line 41750

class StopMlflowTrackingServerResponse < Struct.new(
  :tracking_server_arn)
  SENSITIVE = []
  include Aws::Structure
end