Class: Aws::SageMaker::Types::DeleteMlflowTrackingServerRequest

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_nameString

The name of the the tracking server to delete.

Returns:

  • (String)


11548
11549
11550
11551
11552
# File 'lib/aws-sdk-sagemaker/types.rb', line 11548

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