sagemaker_create_presigned_mlflow_tracking_server_url: Returns a presigned URL that you can use to connect to the...

View source: R/sagemaker_operations.R

sagemaker_create_presigned_mlflow_tracking_server_urlR Documentation

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

Description

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

See https://www.paws-r-sdk.com/docs/sagemaker_create_presigned_mlflow_tracking_server_url/ for full documentation.

Usage

sagemaker_create_presigned_mlflow_tracking_server_url(
  TrackingServerName,
  ExpiresInSeconds = NULL,
  SessionExpirationDurationInSeconds = NULL
)

Arguments

TrackingServerName

[required] The name of the tracking server 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 MLflow UI session is valid.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.