Class: Aws::SageMaker::Types::StartMlflowTrackingServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartMlflowTrackingServerRequest
- 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 start.
Instance Attribute Details
#tracking_server_name ⇒ String
The name of the tracking server to start.
43435 43436 43437 43438 43439 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43435 class StartMlflowTrackingServerRequest < Struct.new( :tracking_server_name) SENSITIVE = [] include Aws::Structure end |