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.
43580 43581 43582 43583 43584 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43580 class StopMlflowTrackingServerRequest < Struct.new( :tracking_server_name) SENSITIVE = [] include Aws::Structure end |