Package com.databricks.sdk.service.ml
Class GetModelVersionDownloadUriResponse
- java.lang.Object
-
- com.databricks.sdk.service.ml.GetModelVersionDownloadUriResponse
-
@Generated public class GetModelVersionDownloadUriResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetModelVersionDownloadUriResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getArtifactUri()
int
hashCode()
GetModelVersionDownloadUriResponse
setArtifactUri(String artifactUri)
String
toString()
-
-
-
Method Detail
-
setArtifactUri
public GetModelVersionDownloadUriResponse setArtifactUri(String artifactUri)
-
getArtifactUri
public String getArtifactUri()
-
-