Class: Aws::SageMaker::Types::StopMlflowTrackingServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopMlflowTrackingServerRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tracking_server_name ⇒ String
The name of the tracking server to stop.
Instance Attribute Details
#tracking_server_name ⇒ String
The name of the tracking server to stop.
41840 41841 41842 41843 41844 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41840 class StopMlflowTrackingServerRequest < Struct.new( :tracking_server_name) SENSITIVE = [] include Aws::Structure end |