| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrackingServerStatus |
TrackingServerStatus.fromValue(String value)
Use this in place of valueOf.
|
static TrackingServerStatus |
TrackingServerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackingServerStatus[] |
TrackingServerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListMlflowTrackingServersRequest |
ListMlflowTrackingServersRequest.withTrackingServerStatus(TrackingServerStatus trackingServerStatus)
Filter for tracking servers with a specified creation status.
|
DescribeMlflowTrackingServerResult |
DescribeMlflowTrackingServerResult.withTrackingServerStatus(TrackingServerStatus trackingServerStatus)
The current creation status of the described MLflow Tracking Server.
|
TrackingServerSummary |
TrackingServerSummary.withTrackingServerStatus(TrackingServerStatus trackingServerStatus)
The creation status of a listed tracking server.
|
Copyright © 2024. All rights reserved.