| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateMlflowTrackingServerResult> |
AmazonSageMakerAsyncClient.updateMlflowTrackingServerAsync(UpdateMlflowTrackingServerRequest request,
AsyncHandler<UpdateMlflowTrackingServerRequest,UpdateMlflowTrackingServerResult> asyncHandler) |
Future<UpdateMlflowTrackingServerResult> |
AmazonSageMakerAsync.updateMlflowTrackingServerAsync(UpdateMlflowTrackingServerRequest updateMlflowTrackingServerRequest,
AsyncHandler<UpdateMlflowTrackingServerRequest,UpdateMlflowTrackingServerResult> asyncHandler)
Updates properties of an existing MLflow Tracking Server.
|
Future<UpdateMlflowTrackingServerResult> |
AbstractAmazonSageMakerAsync.updateMlflowTrackingServerAsync(UpdateMlflowTrackingServerRequest request,
AsyncHandler<UpdateMlflowTrackingServerRequest,UpdateMlflowTrackingServerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateMlflowTrackingServerRequest |
UpdateMlflowTrackingServerRequest.clone() |
UpdateMlflowTrackingServerRequest |
UpdateMlflowTrackingServerRequest.withArtifactStoreUri(String artifactStoreUri)
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
|
UpdateMlflowTrackingServerRequest |
UpdateMlflowTrackingServerRequest.withAutomaticModelRegistration(Boolean automaticModelRegistration)
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
|
UpdateMlflowTrackingServerRequest |
UpdateMlflowTrackingServerRequest.withTrackingServerName(String trackingServerName)
The name of the MLflow Tracking Server to update.
|
UpdateMlflowTrackingServerRequest |
UpdateMlflowTrackingServerRequest.withTrackingServerSize(String trackingServerSize)
The new size for the MLflow Tracking Server.
|
UpdateMlflowTrackingServerRequest |
UpdateMlflowTrackingServerRequest.withTrackingServerSize(TrackingServerSize trackingServerSize)
The new size for the MLflow Tracking Server.
|
UpdateMlflowTrackingServerRequest |
UpdateMlflowTrackingServerRequest.withWeeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)
The new weekly maintenance window start day and time to update.
|
Copyright © 2025. All rights reserved.