Class: Aws::SageMaker::Types::StartMlflowTrackingServerResponse

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 started tracking server.

Returns:

  • (String)


41431
41432
41433
41434
41435
# File 'lib/aws-sdk-sagemaker/types.rb', line 41431

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