Class: Aws::SageMaker::Types::CreateMlflowAppResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (String)


10491
10492
10493
10494
10495
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10491

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