UpdateMlflowAppRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether this this MLflow App is the default for the account.

Link copied to clipboard
val arn: String?

The ARN of the MLflow App to update.

Link copied to clipboard

The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow App.

Link copied to clipboard

List of SageMaker Domain IDs for which this MLflow App is the default.

Link copied to clipboard

Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to AutoModelRegistrationEnabled. To disable automatic model registration, set this value to AutoModelRegistrationDisabled. If not specified, AutomaticModelRegistration defaults to AutoModelRegistrationEnabled

Link copied to clipboard
val name: String?

The name of the MLflow App to update.

Link copied to clipboard

The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String