Package com.databricks.sdk.service.ml
Class JobSpecWithoutSecret
- java.lang.Object
-
- com.databricks.sdk.service.ml.JobSpecWithoutSecret
-
@Generated public class JobSpecWithoutSecret extends Object
-
-
Constructor Summary
Constructors Constructor Description JobSpecWithoutSecret()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getJobId()
String
getWorkspaceUrl()
int
hashCode()
JobSpecWithoutSecret
setJobId(String jobId)
JobSpecWithoutSecret
setWorkspaceUrl(String workspaceUrl)
String
toString()
-
-
-
Method Detail
-
setJobId
public JobSpecWithoutSecret setJobId(String jobId)
-
getJobId
public String getJobId()
-
setWorkspaceUrl
public JobSpecWithoutSecret setWorkspaceUrl(String workspaceUrl)
-
getWorkspaceUrl
public String getWorkspaceUrl()
-
-