Package com.cloudera.cdp.ml.model
Class Topology
- java.lang.Object
-
- com.cloudera.cdp.ml.model.Topology
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.886-07:00") public class Topology extends Object
Contains the information about topology.
-
-
Constructor Summary
Constructors Constructor Description Topology()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<String>
getSubnets()
Getter for subnets.int
hashCode()
void
setSubnets(List<String> subnets)
Setter for subnets.String
toString()
-