Class: Aws::SageMaker::Types::CreatePresignedMlflowTrackingServerUrlRequest

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

#expires_in_secondsInteger

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

Returns:

  • (Integer)


9233
9234
9235
9236
9237
9238
9239
# File 'lib/aws-sdk-sagemaker/types.rb', line 9233

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

#session_expiration_duration_in_secondsInteger

The duration in seconds that your MLflow UI session is valid.

Returns:

  • (Integer)


9233
9234
9235
9236
9237
9238
9239
# File 'lib/aws-sdk-sagemaker/types.rb', line 9233

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

#tracking_server_nameString

The name of the tracking server to connect to your MLflow UI.

Returns:

  • (String)


9233
9234
9235
9236
9237
9238
9239
# File 'lib/aws-sdk-sagemaker/types.rb', line 9233

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