Package com.databricks.sdk.service.ml
Class GetModelRequest
- java.lang.Object
-
- com.databricks.sdk.service.ml.GetModelRequest
-
@Generated public class GetModelRequest extends Object
Get model
-
-
Constructor Summary
Constructors Constructor Description GetModelRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()inthashCode()GetModelRequestsetName(String name)StringtoString()
-
-
-
Method Detail
-
setName
public GetModelRequest setName(String name)
-
getName
public String getName()
-
-