Class: Aws::SageMaker::Types::StartMlflowTrackingServerRequest

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

Returns:

  • (String)


41419
41420
41421
41422
41423
# File 'lib/aws-sdk-sagemaker/types.rb', line 41419

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