Class: Aws::SageMaker::Types::UpdateMlflowTrackingServerResponse

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 updated MLflow Tracking Server.

Returns:

  • (String)


45963
45964
45965
45966
45967
# File 'lib/aws-sdk-sagemaker/types.rb', line 45963

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