Class: Aws::SageMaker::Types::StartMlflowTrackingServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartMlflowTrackingServerResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tracking_server_arn ⇒ String
The ARN of the started tracking server.
Instance Attribute Details
#tracking_server_arn ⇒ String
The ARN of the started tracking server.
41302 41303 41304 41305 41306 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41302 class StartMlflowTrackingServerResponse < Struct.new( :tracking_server_arn) SENSITIVE = [] include Aws::Structure end |