Class: Aws::SageMaker::Types::DescribeMlflowAppRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the MLflow App for which to get information.

Returns:

  • (String)


19178
19179
19180
19181
19182
# File 'lib/aws-sdk-sagemaker/types.rb', line 19178

class DescribeMlflowAppRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end