Class: Aws::SageMaker::Types::UpdateMlflowAppResponse

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 updated MLflow App.

Returns:

  • (String)


57284
57285
57286
57287
57288
# File 'lib/aws-sdk-sagemaker/types.rb', line 57284

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