Class GraphPackageResponse
- java.lang.Object
-
- com.pulumi.azurenative.machinelearning.outputs.GraphPackageResponse
-
public final class GraphPackageResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GraphPackageResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphPackageResponse.Builder
builder()
static GraphPackageResponse.Builder
builder(GraphPackageResponse defaults)
java.util.List<GraphEdgeResponse>
edges()
java.util.Map<java.lang.String,GraphParameterResponse>
graphParameters()
java.util.Map<java.lang.String,GraphNodeResponse>
nodes()
-
-
-
Method Detail
-
edges
public java.util.List<GraphEdgeResponse> edges()
- Returns:
- The list of edges making up the graph.
-
graphParameters
public java.util.Map<java.lang.String,GraphParameterResponse> graphParameters()
- Returns:
- The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level.
-
nodes
public java.util.Map<java.lang.String,GraphNodeResponse> nodes()
- Returns:
- The set of nodes making up the graph, provided as a nodeId to GraphNode map
-
builder
public static GraphPackageResponse.Builder builder()
-
builder
public static GraphPackageResponse.Builder builder(GraphPackageResponse defaults)
-
-