Class: Aws::SageMaker::Types::DescribeMlflowTrackingServerRequest

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

Returns:

  • (String)


15610
15611
15612
15613
15614
# File 'lib/aws-sdk-sagemaker/types.rb', line 15610

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