public static interface DeploymentModel.Builder extends SdkPojo, CopyableBuilder<DeploymentModel.Builder,DeploymentModel>
| Modifier and Type | Method and Description |
|---|---|
DeploymentModel.Builder |
desiredState(ModelState desiredState)
The desired state of the model.
|
DeploymentModel.Builder |
desiredState(String desiredState)
The desired state of the model.
|
DeploymentModel.Builder |
modelHandle(String modelHandle)
The unique handle of the model.
|
DeploymentModel.Builder |
modelName(String modelName)
The name of the model.
|
DeploymentModel.Builder |
modelVersion(String modelVersion)
The version of the model.
|
DeploymentModel.Builder |
rollbackFailureReason(String rollbackFailureReason)
Returns the error message if there is a rollback.
|
DeploymentModel.Builder |
state(ModelState state)
Returns the current state of the model.
|
DeploymentModel.Builder |
state(String state)
Returns the current state of the model.
|
DeploymentModel.Builder |
status(DeploymentStatus status)
Returns the deployment status of the model.
|
DeploymentModel.Builder |
status(String status)
Returns the deployment status of the model.
|
DeploymentModel.Builder |
statusReason(String statusReason)
Returns the error message for the deployment status result.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentModel.Builder modelHandle(String modelHandle)
The unique handle of the model.
modelHandle - The unique handle of the model.DeploymentModel.Builder modelName(String modelName)
The name of the model.
modelName - The name of the model.DeploymentModel.Builder modelVersion(String modelVersion)
The version of the model.
modelVersion - The version of the model.DeploymentModel.Builder desiredState(String desiredState)
The desired state of the model.
desiredState - The desired state of the model.ModelState,
ModelStateDeploymentModel.Builder desiredState(ModelState desiredState)
The desired state of the model.
desiredState - The desired state of the model.ModelState,
ModelStateDeploymentModel.Builder state(String state)
Returns the current state of the model.
state - Returns the current state of the model.ModelState,
ModelStateDeploymentModel.Builder state(ModelState state)
Returns the current state of the model.
state - Returns the current state of the model.ModelState,
ModelStateDeploymentModel.Builder status(String status)
Returns the deployment status of the model.
status - Returns the deployment status of the model.DeploymentStatus,
DeploymentStatusDeploymentModel.Builder status(DeploymentStatus status)
Returns the deployment status of the model.
status - Returns the deployment status of the model.DeploymentStatus,
DeploymentStatusDeploymentModel.Builder statusReason(String statusReason)
Returns the error message for the deployment status result.
statusReason - Returns the error message for the deployment status result.DeploymentModel.Builder rollbackFailureReason(String rollbackFailureReason)
Returns the error message if there is a rollback.
rollbackFailureReason - Returns the error message if there is a rollback.Copyright © 2023. All rights reserved.