Class: Aws::SageMaker::Types::DescribeMlflowAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeMlflowAppRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the MLflow App for which to get information.
Instance Attribute Details
#arn ⇒ String
The ARN of the MLflow App for which to get information.
19013 19014 19015 19016 19017 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19013 class DescribeMlflowAppRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |