public class VisionForGetExecutionOutput extends Object
| Constructor and Description |
|---|
VisionForGetExecutionOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Valid ModelForGetExecutionOutput |
getModel()
Get model
|
String |
getPrompt()
Get prompt
|
int |
hashCode() |
VisionForGetExecutionOutput |
model(ModelForGetExecutionOutput model) |
VisionForGetExecutionOutput |
prompt(String prompt) |
void |
setModel(ModelForGetExecutionOutput model) |
void |
setPrompt(String prompt) |
String |
toString() |
public VisionForGetExecutionOutput model(ModelForGetExecutionOutput model)
@Valid public @Valid ModelForGetExecutionOutput getModel()
public void setModel(ModelForGetExecutionOutput model)
public VisionForGetExecutionOutput prompt(String prompt)
public String getPrompt()
public void setPrompt(String prompt)
Copyright © 2025. All rights reserved.