| Package | Description |
|---|---|
| com.databricks.sdk.service.ml |
| Modifier and Type | Method and Description |
|---|---|
LoggedModelStatus |
LoggedModelInfo.getStatus() |
LoggedModelStatus |
FinalizeLoggedModelRequest.getStatus() |
static LoggedModelStatus |
LoggedModelStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggedModelStatus[] |
LoggedModelStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FinalizeLoggedModelResponse |
ExperimentsAPI.finalizeLoggedModel(String modelId,
LoggedModelStatus status) |
LoggedModelInfo |
LoggedModelInfo.setStatus(LoggedModelStatus status) |
FinalizeLoggedModelRequest |
FinalizeLoggedModelRequest.setStatus(LoggedModelStatus status) |
Copyright © 2025. All rights reserved.