Class: Aws::SageMaker::Types::CreatePresignedMlflowAppUrlRequest

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 to connect to your MLflow UI.



11997
11998
11999
12000
12001
12002
12003
# File 'lib/aws-sdk-sagemaker/types.rb', line 11997

class CreatePresignedMlflowAppUrlRequest < Struct.new(
  :arn,
  :expires_in_seconds,
  :session_expiration_duration_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#expires_in_secondsInteger

The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.



11997
11998
11999
12000
12001
12002
12003
# File 'lib/aws-sdk-sagemaker/types.rb', line 11997

class CreatePresignedMlflowAppUrlRequest < Struct.new(
  :arn,
  :expires_in_seconds,
  :session_expiration_duration_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#session_expiration_duration_in_secondsInteger

The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.



11997
11998
11999
12000
12001
12002
12003
# File 'lib/aws-sdk-sagemaker/types.rb', line 11997

class CreatePresignedMlflowAppUrlRequest < Struct.new(
  :arn,
  :expires_in_seconds,
  :session_expiration_duration_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end