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.

Returns:

  • (String)


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

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.

Returns:

  • (Integer)


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

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.

Returns:

  • (Integer)


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

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