Class BuildLogsResponse
- java.lang.Object
-
- com.databricks.sdk.service.serving.BuildLogsResponse
-
@Generated public class BuildLogsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildLogsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLogs()inthashCode()BuildLogsResponsesetLogs(String logs)StringtoString()
-
-
-
Method Detail
-
setLogs
public BuildLogsResponse setLogs(String logs)
-
getLogs
public String getLogs()
-
-