UndeployModelRequest constructor
UndeployModelRequest({})
Implementation
UndeployModelRequest({
required this.endpoint,
required this.deployedModelId,
this.trafficSplit = const {},
}) : super(fullyQualifiedName);