Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.StartModelResponse.Builder
-
Packages that use StartModelResponse.Builder Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of StartModelResponse.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return StartModelResponse.Builder Modifier and Type Method Description static StartModelResponse.BuilderStartModelResponse. builder()StartModelResponse.BuilderStartModelResponse.Builder. status(String status)The current running status of the model.StartModelResponse.BuilderStartModelResponse.Builder. status(ModelHostingStatus status)The current running status of the model.StartModelResponse.BuilderStartModelResponse. toBuilder()Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type StartModelResponse.Builder Modifier and Type Method Description static Class<? extends StartModelResponse.Builder>StartModelResponse. serializableBuilderClass()
-