Skip to content

Create Presigned Mlflow App Url

sagemaker_create_presigned_mlflow_app_url R Documentation

Returns a presigned URL that you can use to connect to the MLflow UI attached to your MLflow App

Description

Returns a presigned URL that you can use to connect to the MLflow UI attached to your MLflow App. For more information, see Launch the MLflow UI using a presigned URL.

Usage

sagemaker_create_presigned_mlflow_app_url(Arn, ExpiresInSeconds,
  SessionExpirationDurationInSeconds)

Arguments

Arn

[required] The ARN of the MLflow App to connect to your MLflow UI.

ExpiresInSeconds

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

SessionExpirationDurationInSeconds

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

Value

A list with the following syntax:

list(
  AuthorizedUrl = "string"
)

Request syntax

svc$create_presigned_mlflow_app_url(
  Arn = "string",
  ExpiresInSeconds = 123,
  SessionExpirationDurationInSeconds = 123
)