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 boolean
equals(Object o)
String
getLogs()
int
hashCode()
BuildLogsResponse
setLogs(String logs)
String
toString()
-
-
-
Method Detail
-
setLogs
public BuildLogsResponse setLogs(String logs)
-
getLogs
public String getLogs()
-
-