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)


11621
11622
11623
11624
11625
# File 'lib/aws-sdk-sagemaker/types.rb', line 11621

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