Class: Aws::SageMaker::Types::CreateMlflowAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateMlflowAppResponse
- 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.
Instance Attribute Details
#arn ⇒ String
The ARN of the MLflow App.
11692 11693 11694 11695 11696 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11692 class CreateMlflowAppResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |