Class: Aws::SageMaker::Types::CreateMlflowTrackingServerResponse

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

Returns:

  • (String)


7972
7973
7974
7975
7976
# File 'lib/aws-sdk-sagemaker/types.rb', line 7972

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