Class: Aws::SageMaker::Types::UpdateMlflowTrackingServerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateMlflowTrackingServerResponse
- 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 updated MLflow Tracking Server.
Instance Attribute Details
#tracking_server_arn ⇒ String
The ARN of the updated MLflow Tracking Server.
57502 57503 57504 57505 57506 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 57502 class UpdateMlflowTrackingServerResponse < Struct.new( :tracking_server_arn) SENSITIVE = [] include Aws::Structure end |