Class: Aws::SageMaker::Types::DeleteMlflowTrackingServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteMlflowTrackingServerResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tracking_server_arn ⇒ String
A
TrackingServerArnobject, the ARN of the tracking server that is deleted if successfully found.
Instance Attribute Details
#tracking_server_arn ⇒ String
A TrackingServerArn object, the ARN of the tracking server that is deleted if successfully found.
14646 14647 14648 14649 14650 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14646 class DeleteMlflowTrackingServerResponse < Struct.new( :tracking_server_arn) SENSITIVE = [] include Aws::Structure end |